authenicate should be authenticate
--- functions.inc.org.php 2008-08-05 10:06:21.000000000 +0200
+++ functions.inc.php 2008-08-05 10:06:36.000000000 +0200
@@ -4467,7 +4467,7 @@
if ( $extdisplay ) { // Editing
$currentcomponent->addguielem($section, new gui_hidden('deviceid', $extdisplay));
} else { // Adding
- $currentcomponent->addguielem($section, new gui_textbox('deviceid', $extdisplay, _("Device ID"), _("Give your device a unique integer ID. The device will use this ID to authenicate to the system."), '!isInteger()', $msgInvalidDevID, false));
+ $currentcomponent->addguielem($section, new gui_textbox('deviceid', $extdisplay, _("Device ID"), _("Give your device a unique integer ID. The device will use this ID to authenticate to the system."), '!isInteger()', $msgInvalidDevID, false));
}
$currentcomponent->addguielem($section, new gui_textbox('description', $devinfo_description, _("Description"), _("The caller id name for this device will be set to this description until it is logged into."), '!isAlphanumeric() || isWhitespace()', $msgInvalidDevDesc, false));
$currentcomponent->addguielem($section, new gui_textbox('emergency_cid', $devinfo_emergency_cid, _("Emergency CID"), _("This caller id will always be set when dialing out an Outbound Route flagged as Emergency. The Emergency CID overrides all other caller id settings."), '!isCallerID()', $msgInvalidEmergCID));
--- page.general.org.php 2008-08-05 10:16:24.000000000 +0200
+++ page.general.php 2008-08-05 10:18:02.000000000 +0200
@@ -140,7 +140,7 @@
<br><br>
<a href=# class="info"><?php echo _("Recording Location:")?><span><br>
<?php echo _("Override the default location where asterisk will store call recordings. Include the trailing /. Remember to make certain that the user
- asterisk is running as (if other than root) has permisions to wirte to the selected directory")?><br>
+ asterisk is running as (if other than root) has permissions to write to the selected directory")?><br>
</span></a>
<input type="text" name="MIXMON_DIR" value="<?php echo htmlspecialchars($MIXMON_DIR)?>" tabindex="<?php echo ++$tabindex;?>"/>
<br><br>
@@ -233,7 +233,7 @@
<tr>
<td>
<a href=# class="info"><?php echo _("Direct VM Option")?><span>
- <?php echo _("If a user defined option is to go to voicmail (using the 'dovm' extension) this is the default option if not specified by the user's settings."); ?></span></a>
+ <?php echo _("If a user defined option is to go to voicemail (using the 'dovm' extension) this is the default option if not specified by the user's settings."); ?></span></a>
</td>
<td align=right>
<select name="VMX_OPTS_DOVM" tabindex="<?php echo ++$tabindex;?>">
@@ -377,7 +377,7 @@
<tr>
<td>
<a href=# class="info"><?php echo _("Check for Updates")?><span>
- <?php echo _("Choosing Yes will result in the system automatically checking for updates nighly. The resuling infomation will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will trasmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is trasmitted."); ?></span></a>
+ <?php echo _("Choosing Yes will result in the system automatically checking for updates nighly. The resulting information will be displayed in the dashboard and will be optionally emailed to the address below if provided.<br />This will transmit your FreePBX and Asterisk version numbers along with a unique but random identifier. This is used to provide proper update information and to track version usage to focus development and maintenance efforts. No private information is transmitted."); ?></span></a>
</td>
<td align=right>
<select name="online_updates" tabindex="<?php echo ++$tabindex;?>">
@@ -389,7 +389,7 @@
<tr>
<td>
<a href=# class="info"><?php echo _("Update Email")?><span>
- <?php echo _("Email address where online udpates will be sent. Leaving blank will result in no udpates being sent."); ?></span></a>
+ <?php echo _("Email address where online updates will be sent. Leaving blank will result in no updates being sent."); ?></span></a>
</td>
<td>
<input type="text" size="40" name="update_email" value="<?php echo htmlspecialchars($update_email)?>" tabindex="<?php echo ++$tabindex;?>"/>
@@ -421,7 +421,7 @@
function general_onsubmit() {
var msgInvalidSeconds = "<?php echo _('Please enter a valid Number of Seconds'); ?>";
var msgInvalidDefaultFaxEmail = "<?php echo _('Please enter a valid Fax Email'); ?>";
- var msgRingOptionOutboundTrunk = "<?php echo _('You have selected the \'r\' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signalling. Asterisk will generate a ringing tone until the signalling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems.'); ?>";
+ var msgRingOptionOutboundTrunk = "<?php echo _('You have selected the \'r\' option for your trunks. This is highly discouraged and will create problems with calls on many PRI, VoIP, ISDN and other trunks that are capable of signaling. Asterisk will generate a ringing tone until the signaling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems.'); ?>";
defaultEmptyOK = false;
if (!isInteger(theForm.RINGTIMER.value))
--- page.routing.org.php 2008-08-05 10:09:52.000000000 +0200
+++ page.routing.php 2008-08-05 10:11:00.000000000 +0200
@@ -615,7 +615,7 @@
function routeEdit_onsubmit(act) {
var msgInvalidRouteName = "<?php echo _('Route name is invalid, please try again'); ?>";
- var msgInvalidRoutePwd = "<?php echo _('Route password must be numberic or leave blank to disable'); ?>";
+ var msgInvalidRoutePwd = "<?php echo _('Route password must be numeric or leave blank to disable'); ?>";
var msgInvalidDialPattern = "<?php echo _('Dial pattern is invalid'); ?>";
var msgInvalidTrunkSelection = "<?php echo _('At least one trunk must be picked'); ?>";
--- page.trunks.org.php 2008-08-05 10:11:07.000000000 +0200
+++ page.trunks.php 2008-08-05 10:11:57.000000000 +0200
@@ -504,7 +504,7 @@
do {
var localprefix = <?php echo 'prompt("'._("What prefix should be added to the dialing pattern?\\n\\n(ie. for US/CAN, 1+areacode, ie, \'1613\')?").'")'?>;
if (localprefix == null) return;
- } while (!localprefix.match('^[0-9#*]+$') && <?php echo '!alert("'._("Invalid prefix. Only dialable characters (0-9, #, and *) are allowed.").'")'?>);
+ } while (!localprefix.match('^[0-9#*]+$') && <?php echo '!alert("'._("Invalid prefix. Only dial able characters (0-9, #, and *) are allowed.").'")'?>);
dialrules = document.getElementById('dialrules');
if (dialrules.value[dialrules.value.length-1] != '\n') {
@@ -515,7 +515,7 @@
function populateRemove() {
do {
- var localprefix = <?php echo 'prompt("'._("What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1+areacode, ie, \'1613\')").'")'?>;
+ var localprefix = <?php echo 'prompt("'._("What prefix should be removed from the number?\\n\\n(ie. for US/CAN, 1+area code, ie, \'1613\')").'")'?>;
if (localprefix == null) return;
} while (!localprefix.match('^[0-9#*ZXN\.]+$') && <?php echo '!alert("'._('Invalid prefix. Only 0-9, #, *, Z, N, and X are allowed.').'")'?>);
@@ -645,7 +645,7 @@
*/?>
<tr>
<td>
- <a href=# class="info"><?php echo _("Outbound Dial Prefix")?><span><?php echo _("The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dialtone to avoid eating digits.<br><br>Most users should leave this option blank.")?></span></a>:
+ <a href=# class="info"><?php echo _("Outbound Dial Prefix")?><span><?php echo _("The outbound dialing prefix is used to prefix a dialing string to all outbound calls placed on this trunk. For example, if this trunk is behind another PBX or is a Centrex line, then you would put 9 here to access an outbound line. Another common use is to prefix calls with 'w' on a POTS line that need time to obtain dial tone to avoid eating digits.<br><br>Most users should leave this option blank.")?></span></a>:
</td><td>
<input type="text" size="8" name="dialoutprefix" value="<?php echo htmlspecialchars($dialoutprefix) ?>" tabindex="<?php echo ++$tabindex;?>"/>
</td>
@@ -709,7 +709,7 @@
</tr>
<tr>
<td colspan="2">
- <a href=# class="info"><?php echo _("PEER Details")?><span><br><?php echo _("Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Oreder is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first.")?><br><br></span></a>:
+ <a href=# class="info"><?php echo _("PEER Details")?><span><br><?php echo _("Modify the default PEER connection parameters for your VoIP provider.<br><br>You may need to add to the default lines listed below, depending on your provider.<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny comes first.")?><br><br></span></a>:
</td>
</tr>
<tr>
@@ -731,7 +731,7 @@
</tr>
<tr>
<td colspan="2">
- <a href=# class="info"><?php echo _("USER Details")?><span><br><?php echo _("Modify the default USER connection parameters for your VoIP provider.")?><br><br><?php echo _("You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Oreder is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny
+ <a href=# class="info"><?php echo _("USER Details")?><span><br><?php echo _("Modify the default USER connection parameters for your VoIP provider.")?><br><br><?php echo _("You may need to add to the default lines listed below, depending on your provider..<br /><br />WARNING: Order is important as it will be retained. For example, if you use the \"allow/deny\" directives make sure deny
comes first.")?><br><br></span></a>:
</td>
</tr>