Changeset 8661 for modules/branches
- Timestamp:
- 01/23/10 04:36:18 (3 years ago)
- Files:
-
- modules/branches/2.7/core/page.general.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/core/page.general.php
r8566 r8661 404 404 <td> 405 405 <a href=# class="info"><?php echo _("Check for Updates")?><span> 406 <?php echo _("Choosing Yes will result in the system automatically checking for updates nigh ly. The resulting infomation 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>406 <?php echo _("Choosing Yes will result in the system automatically checking for updates nightly. 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> 407 407 </td> 408 408 <td align=right> … … 448 448 var msgInvalidSeconds = "<?php echo _('Please enter a valid Number of Seconds'); ?>"; 449 449 var msgInvalidDefaultFaxEmail = "<?php echo _('Please enter a valid Fax Email'); ?>"; 450 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 signal ling indicates the line is answered. This will result in some external IVRs being inaccessible and other strange problems.'); ?>";450 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.'); ?>"; 451 451 452 452 defaultEmptyOK = false;
