Changeset 8766

Show
Ignore:
Timestamp:
02/02/10 11:46:04 (1 month ago)
Author:
mickecarlsson
Message:

Spelling error fixes for 2.7 branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.7/amp_conf/htdocs/admin/i18n/amp.pot

    r8764 r8766  
    676676 
    677677#: admin/page.modules.php:488 
    678 msgid "Show only upgradable" 
     678msgid "Show only upgradeable" 
    679679msgstr "" 
    680680 
     
    965965"this link and your action will be processed. Do not proceed with this if you " 
    966966"did not intended to execute this command as it may result in changes to your " 
    967 "configuraiton." 
     967"configuration." 
    968968msgstr "" 
    969969 
     
    10541054#: admin/views/freepbx_reload.php:71 
    10551055msgid "" 
    1056 " error(s) occured, you should view the notification log on the dashboard or " 
     1056" error(s) occurred, you should view the notification log on the dashboard or " 
    10571057"main screen to check for more details." 
    10581058msgstr "" 
     
    11011101 
    11021102#: admin/views/loggedout.php:5 
    1103 msgid "You have been succesfully logged out." 
     1103msgid "You have been successfully logged out." 
    11041104msgstr "" 
    11051105 
     
    12021202"module (<b>you need to install this through the <a href='%s'>Module " 
    12031203"Repository</a> first</b>)\n" 
    1204 "to talk to other users and the devlopers in real time. Click on <a href='%" 
     1204"to talk to other users and the developers in real time. Click on <a href='%" 
    12051205"s'>Start IRC</a>,\n" 
    12061206"when the module is installed, to start a Java IRC client." 
     
    23612361#: admin/modules/core/page.did.php:290 
    23622362msgid "" 
    2363 "Minimum amount of digits callerID needs to contain in order to be concidered " 
     2363"Minimum amount of digits callerID needs to contain in order to be considered " 
    23642364"valid" 
    23652365msgstr "" 
  • freepbx/branches/2.7/amp_conf/htdocs/admin/page.modules.php

    r8596 r8766  
    486486                        if (!EXTERNAL_PACKAGE_MANAGEMENT) { 
    487487                                echo "<a href='config.php?display=modules&amp;type=tool&amp;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 upgradable")."</label>"; 
     488                                echo "<input type=\"checkbox\" id=\"show_upgradable_only\" onclick=\"showhide_upgrades();\" /><label for=\"show_upgradable_only\">"._("Show only upgradeable")."</label>"; 
    489489                        } 
    490490                } else { 
  • freepbx/branches/2.7/amp_conf/htdocs/admin/views/bad_refferer.php

    r7699 r8766  
    1616        "<h2>"._("Potential Security Breach")."</h2>\n". 
    1717        "<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 configuraiton.")."</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". 
    1919        "<p>"._("SUSPECT LINK:")." &nbsp;<b><a href='".$_SERVER['REQUEST_URI']."'>"."$rtype://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].$port."</a></b>"."</p>\n". 
    2020        "</div>\n"; 
  • freepbx/branches/2.7/amp_conf/htdocs/admin/views/freepbx_reload.php

    r7346 r8766  
    6969                                                                                                 
    7070                                                        if (data.num_errors) { 
    71                                                                 responsetext += '<p>' + data.num_errors + " <?php echo _(" error(s) occured, 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>"; 
    7272                                                        } 
    7373                                                 
  • freepbx/branches/2.7/amp_conf/htdocs/admin/views/loggedout.php

    r8599 r8766  
    33$template['content'] =  
    44        "<h2>"._("Logged out")."</h2>\n". 
    5         "<p>"._("You have been succesfully logged out.")."</p>\n". 
     5        "<p>"._("You have been successfully logged out.")."</p>\n". 
    66        "<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". 
    77        "<a href=\"".$_SERVER['PHP_SELF']."\">"._("Log in")."</a></span></p>\n"; 
  • freepbx/branches/2.7/amp_conf/htdocs/admin/views/welcome.php

    r6537 r8766  
    5454"If you're having any problems, you can also use the <a href='%s'>Online Support</a>  
    5555module (<b>you need to install this through the <a href='%s'>Module Repository</a> first</b>) 
    56 to talk to other users and the devlopers in real time. Click on <a href='%s'>Start IRC</a>, 
     56to talk to other users and the developers in real time. Click on <a href='%s'>Start IRC</a>, 
    5757when the module is installed, to start a Java IRC client." ), 
    5858        "config.php?type=tool&amp;display=irc",