Changeset 8766
- Timestamp:
- 02/02/10 11:46:04 (1 month ago)
- Files:
-
- freepbx/branches/2.7/amp_conf/htdocs/admin/i18n/amp.pot (modified) (6 diffs)
- freepbx/branches/2.7/amp_conf/htdocs/admin/page.modules.php (modified) (1 diff)
- freepbx/branches/2.7/amp_conf/htdocs/admin/views/bad_refferer.php (modified) (1 diff)
- freepbx/branches/2.7/amp_conf/htdocs/admin/views/freepbx_reload.php (modified) (1 diff)
- freepbx/branches/2.7/amp_conf/htdocs/admin/views/loggedout.php (modified) (1 diff)
- freepbx/branches/2.7/amp_conf/htdocs/admin/views/welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.7/amp_conf/htdocs/admin/i18n/amp.pot
r8764 r8766 676 676 677 677 #: admin/page.modules.php:488 678 msgid "Show only upgrad able"678 msgid "Show only upgradeable" 679 679 msgstr "" 680 680 … … 965 965 "this link and your action will be processed. Do not proceed with this if you " 966 966 "did not intended to execute this command as it may result in changes to your " 967 "configura iton."967 "configuration." 968 968 msgstr "" 969 969 … … 1054 1054 #: admin/views/freepbx_reload.php:71 1055 1055 msgid "" 1056 " error(s) occur ed, you should view the notification log on the dashboard or "1056 " error(s) occurred, you should view the notification log on the dashboard or " 1057 1057 "main screen to check for more details." 1058 1058 msgstr "" … … 1101 1101 1102 1102 #: admin/views/loggedout.php:5 1103 msgid "You have been succes fully logged out."1103 msgid "You have been successfully logged out." 1104 1104 msgstr "" 1105 1105 … … 1202 1202 "module (<b>you need to install this through the <a href='%s'>Module " 1203 1203 "Repository</a> first</b>)\n" 1204 "to talk to other users and the dev lopers in real time. Click on <a href='%"1204 "to talk to other users and the developers in real time. Click on <a href='%" 1205 1205 "s'>Start IRC</a>,\n" 1206 1206 "when the module is installed, to start a Java IRC client." … … 2361 2361 #: admin/modules/core/page.did.php:290 2362 2362 msgid "" 2363 "Minimum amount of digits callerID needs to contain in order to be con cidered "2363 "Minimum amount of digits callerID needs to contain in order to be considered " 2364 2364 "valid" 2365 2365 msgstr "" freepbx/branches/2.7/amp_conf/htdocs/admin/page.modules.php
r8596 r8766 486 486 if (!EXTERNAL_PACKAGE_MANAGEMENT) { 487 487 echo "<a href='config.php?display=modules&type=tool&online=0'>"._("Manage local modules")."</a>\n"; 488 echo "<input type=\"checkbox\" id=\"show_upgradable_only\" onclick=\"showhide_upgrades();\" /><label for=\"show_upgradable_only\">"._("Show only upgrad able")."</label>";488 echo "<input type=\"checkbox\" id=\"show_upgradable_only\" onclick=\"showhide_upgrades();\" /><label for=\"show_upgradable_only\">"._("Show only upgradeable")."</label>"; 489 489 } 490 490 } else { freepbx/branches/2.7/amp_conf/htdocs/admin/views/bad_refferer.php
r7699 r8766 16 16 "<h2>"._("Potential Security Breach")."</h2>\n". 17 17 "<p>"._("You are attempting to modify settings from a URL that does not appear to have come from a FreePBX page link or button. This can occur if you manually typed in the URL below. This action has been blocked because the HTTP_REFERER does not match your current SERVER. If you require this access, you can set CHECKREFERER=false in amportal.conf to disable this security check")."</p>\n". 18 "<p>"._("The suspect URL is listed below. If this action is intended, you can click this link and your action will be processed. Do not proceed with this if you did not intended to execute this command as it may result in changes to your configura iton.")."</p>\n".18 "<p>"._("The suspect URL is listed below. If this action is intended, you can click this link and your action will be processed. Do not proceed with this if you did not intended to execute this command as it may result in changes to your configuration.")."</p>\n". 19 19 "<p>"._("SUSPECT LINK:")." <b><a href='".$_SERVER['REQUEST_URI']."'>"."$rtype://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].$port."</a></b>"."</p>\n". 20 20 "</div>\n"; freepbx/branches/2.7/amp_conf/htdocs/admin/views/freepbx_reload.php
r7346 r8766 69 69 70 70 if (data.num_errors) { 71 responsetext += '<p>' + data.num_errors + " <?php echo _(" error(s) occur ed, you should view the notification log on the dashboard or main screen to check for more details."); ?> " + "<\/p>";71 responsetext += '<p>' + data.num_errors + " <?php echo _(" error(s) occurred, you should view the notification log on the dashboard or main screen to check for more details."); ?> " + "<\/p>"; 72 72 } 73 73 freepbx/branches/2.7/amp_conf/htdocs/admin/views/loggedout.php
r8599 r8766 3 3 $template['content'] = 4 4 "<h2>"._("Logged out")."</h2>\n". 5 "<p>"._("You have been succes fully logged out.")."</p>\n".5 "<p>"._("You have been successfully logged out.")."</p>\n". 6 6 "<p><span style=\"background-color: #dddddd; margin: 6px; padding: 3px; border-style: solid; border-color: #777777; border-top-width: 0px; border-left-width: 0px; border-right-width: 2px; border-bottom-width: 2px;\">\n". 7 7 "<a href=\"".$_SERVER['PHP_SELF']."\">"._("Log in")."</a></span></p>\n"; freepbx/branches/2.7/amp_conf/htdocs/admin/views/welcome.php
r6537 r8766 54 54 "If you're having any problems, you can also use the <a href='%s'>Online Support</a> 55 55 module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>) 56 to talk to other users and the dev lopers in real time. Click on <a href='%s'>Start IRC</a>,56 to talk to other users and the developers in real time. Click on <a href='%s'>Start IRC</a>, 57 57 when the module is installed, to start a Java IRC client." ), 58 58 "config.php?type=tool&display=irc",
