Changeset 11383

Show
Ignore:
Timestamp:
02/14/11 16:30:53 (2 years ago)
Author:
mickecarlsson
Message:

Fixed some spelling errors for amp.pot in prep for new language release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/amp_conf/htdocs/admin/libraries/cronmanager.class.php

    r11116 r11383  
    7676    $nt =& notifications::create($db); 
    7777    $text = _("Online Updates are Disabled"); 
    78     $extext = _("Online updates are diabled on the General Settings page. When disabled, you will not be notified of bug fixes and Security issues without manually checking for updates online. You are advised to enable the update checking. Updates are never downloaded automatically, they are only checked and reported in the notification panel and log if enabled."); 
     78    $extext = _("Online updates are disabled on the General Settings page. When disabled, you will not be notified of bug fixes and Security issues without manually checking for updates online. You are advised to enable the update checking. Updates are never downloaded automatically, they are only checked and reported in the notification panel and log if enabled."); 
    7979    $nt->add_notice('core', 'UPDATES_OFF', $text, $extext, '', true, true); 
    8080  } 
  • freepbx/branches/2.9/libfreepbx.install.php

    r11382 r11383  
    459459  $set['options'] = ''; 
    460460  $set['name'] = 'Override Readonly Settings'; 
    461   $set['description'] = 'Setting this to true will allow you to override un-hidden readonly setting to change them. Settings that are readonly may be exteremly volatile and have a high chance of breaking your system if you change them. Take extreme caution when electing to make such changes.'; 
     461  $set['description'] = 'Setting this to true will allow you to override un-hidden readonly setting to change them. Settings that are readonly may be extremely volatile and have a high chance of breaking your system if you change them. Take extreme caution when electing to make such changes.'; 
    462462  $set['emptyok'] = 0; 
    463463  $set['level'] = 0; 
     
    667667  } 
    668668  $set['name'] = 'Syslog Location'; 
    669   $set['description'] = "Determine where to send log information if the log is enabled: 'Disable Freepbx Log' is false (AMPDISABLELOG). FILE will send all log messages to the defined 'FreePBX Log File' (FPBX_LOG_FILE). The other settings will send the logs to your System Logging system using the specified log level that can be configured on most systems to determine which system log file to write to."; 
     669  $set['description'] = "Determine where to send log information if the log is enabled: 'Disable FreePBX Log' is false (AMPDISABLELOG). FILE will send all log messages to the defined 'FreePBX Log File' (FPBX_LOG_FILE). The other settings will send the logs to your System Logging system using the specified log level that can be configured on most systems to determine which system log file to write to."; 
    670670  $set['emptyok'] = 0; 
    671671  $set['readonly'] = 0; 
     
    799799  $set['value'] = '0'; 
    800800  $set['options'] = '0,1,2,3,4,5,6,7,8,9,10'; 
    801   $set['name'] = 'Noop Traces in Dialplan'; 
    802   $set['description'] = 'Some modules will generate lots of Noop() commands proceeded by a [TRACE](trace_level) that can be used during development or while trying to trace call flows. These NoOp() commands serve no other purpose so if you do not want to see excessive NoOp()s in your dialplan you can set this to 0. The higher the number the more detailed level of trace NoOp()s will be generated'; 
     801  $set['name'] = 'NoOp Traces in Dialplan'; 
     802  $set['description'] = 'Some modules will generate lots of NoOp() commands proceeded by a [TRACE](trace_level) that can be used during development or while trying to trace call flows. These NoOp() commands serve no other purpose so if you do not want to see excessive NoOp()s in your dialplan you can set this to 0. The higher the number the more detailed level of trace NoOp()s will be generated'; 
    803803  $set['emptyok'] = 0; 
    804804  $set['readonly'] = 0; 
  • modules/branches/2.9/core/functions.inc.php

    r11382 r11383  
    63816381    $tmparr['immediate'] = array('value' => 'no', 'tt' => $tt, 'select' => $select, 'level' => 1); 
    63826382 
    6383     $tt = _("Zap signalling, usually fxo_ks when connected to an analog phone. Some special applications or channel bank connections may require fxs_ks or other valid settings. See Zap and card documentation for details."); 
     6383    $tt = _("Zap signaling, usually fxo_ks when connected to an analog phone. Some special applications or channel bank connections may require fxs_ks or other valid settings. See Zap and card documentation for details."); 
    63846384    $tmparr['signalling'] = array('value' => 'fxo_ks', 'tt' => $tt, 'level' => 1); 
    63856385    $tt = _("Zap echocancel setting, see Zap documentation for details."); 
     
    65076507    $tt = _("Endpoint port number to use, usually 4569."); 
    65086508    $tmparr['port'] = array('value' => '4569', 'tt' => $tt, 'level' => 1); 
    6509     $tt = _("Setting to yes (equivalent to 2000 msec) will send an OPTIONS packet to the endpoint periodically (default every minute). Used to monitor the health of the endpoint. If delays are longer then the qualify time, the endpoint will be taken offline and conisdered unreachable. Can be set to a value which is the msec threshhold. Setting to no will turn this off. Can also be helpful to keep NAT pinholes open."); 
     6509    $tt = _("Setting to yes (equivalent to 2000 msec) will send an OPTIONS packet to the endpoint periodically (default every minute). Used to monitor the health of the endpoint. If delays are longer then the qualify time, the endpoint will be taken offline and considered unreachable. Can be set to a value which is the msec threshold. Setting to no will turn this off. Can also be helpful to keep NAT pinholes open."); 
    65106510    $tmparr['qualify'] = array('value' => $amp_conf['DEVICE_QUALIFY'], 'tt' => $tt, 'level' => 1); 
    65116511    $tt = _("Disallowed codecs. Set this to all to remove all codecs defined in the general settings and then specify specific codecs separated by '&' on the 'allow' setting, or just disallow specific codecs separated by '&'."); 
     
    65466546    $select[] = array('value' => 'info', 'text' => _('SIP INFO (application/dtmf-relay')); 
    65476547    $select[] = array('value' => 'shortinfo', 'text' => _('SIP INFO (application/dtmf)')); 
    6548     $tt = _("The DTMF signalling mode used by this device, usually rfc2833 for most phones."); 
     6548    $tt = _("The DTMF signaling mode used by this device, usually rfc2833 for most phones."); 
    65496549    $tmparr['dtmfmode'] = array('value' => 'rfc2833', 'tt' => $tt, 'select' => $select, 'level' => 0, 'jsvalidation' => 'isEmpty()', 'failvalidationmsg' => $msgInvalidDTMFMODE ); 
    65506550  // $amp_conf['DEVICE_SIP_CANREINVITE'] 
     
    66416641    $tt = _("Mailbox for this device. This should not be changed unless you know what you are doing."); 
    66426642    $tmparr['mailbox'] = array('value' => '', 'tt' => $tt, 'level' => 2); 
    6643     $tt = _("Asterisk dialplan extension to reach voicemail for this device. Some devices use this to auto-program the voicemail button on the endpoint. If left blank, the default vmexten setting is automatically configured by the voicemail module. Only chnage this on devices that may have special needs."); 
     6643    $tt = _("Asterisk dialplan extension to reach voicemail for this device. Some devices use this to auto-program the voicemail button on the endpoint. If left blank, the default vmexten setting is automatically configured by the voicemail module. Only change this on devices that may have special needs."); 
    66446644    $tmparr['vmexten'] = array('value' => '', 'tt' => $tt, 'level' => 1); 
    66456645    $tt = _("IP Address range to deny access to, in the form of network/netmask.");