pari: branch 2.0 r3664 - /branches/2.0/config/js/tooltip.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Aug 13 22:14:23 CDT 2008


Author: pari
Date: Wed Aug 13 22:14:22 2008
New Revision: 3664

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3664
Log:

AA50-2235 - GUI misspellings on Configure Hardware page



Modified:
    branches/2.0/config/js/tooltip.js

Modified: branches/2.0/config/js/tooltip.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/tooltip.js?view=diff&rev=3664&r1=3663&r2=3664
==============================================================================
--- branches/2.0/config/js/tooltip.js (original)
+++ branches/2.0/config/js/tooltip.js Wed Aug 13 22:14:22 2008
@@ -444,14 +444,14 @@
 //	Tooltips for 'Operation Mode settings' in english
 	tooltips['opermode_settings']= {};
 	tooltips['opermode_settings'].en = [];
-	tooltips['opermode_settings'].en[0] = "Opermode: Specifies On Hook Speed, Ringer Impedance, Ringer Threshold, Current Limiting, TIP/RING voltage adjustment, Minimum Operational Loop Current, and AC Impedance selection as predefined for your country�s analog line characteristics.  Please choose your country, or your nearest neighboring country.  FCC is equivalent to United States.  TBR21 is equivalent to Austria, Belgium, Denmark, Finland, France, Germany, Greece, Iceland, Ireland, Italy, Luxembourg, Netherlands, Norway, Portugal, Spain, Sweden, Switzerland, and the United Kingdom.  If no user choice is specified, the default is FCC." ;
+	tooltips['opermode_settings'].en[0] = "Opermode: Specifies On Hook Speed, Ringer Impedance, Ringer Threshold, Current Limiting, TIP/RING voltage adjustment, Minimum Operational Loop Current, and AC Impedance selection as predefined for your country's analog line characteristics.  Please choose your country, or your nearest neighboring country.  FCC is equivalent to United States.  TBR21 is equivalent to Austria, Belgium, Denmark, Finland, France, Germany, Greece, Iceland, Ireland, Italy, Luxembourg, Netherlands, Norway, Portugal, Spain, Sweden, Switzerland, and the United Kingdom.  If no user choice is specified, the default is FCC." ;
 	tooltips['opermode_settings'].en[1] = "a-law Override:  Specifies the codec to be used for analog lines.  North American users should choose ulaw.  All other countries, unless otherwise known, should be assumed to be alaw. If no user choice is specified, the default is ulaw.";
 	tooltips['opermode_settings'].en[2] = "FXS Honor Mode: This option allows the user to determine if they would like Opermode characteristics applied to trunk (FXO) modules only, or both trunk (FXO) and station (FXS) modules. If no user choice is specified, the default is 'apply opermode to fxo modules only'.";
-	tooltips['opermode_settings'].en[3] = "Boost Ringer: This option allows the user to define whether they require normal ringing voltage (40V) or maximum ringing voltage (90V) for analog phones attached to station (FXS) modules.  If no user choice is specified, the default is 'normal'.";
+	tooltips['opermode_settings'].en[3] = "Boost Ringer: This option allows the user to define whether they require normal ringing voltage (40V) or maximum ringing voltage (89V) for analog phones attached to station (FXS) modules.  If no user choice is specified, the default is 'normal'.";
 
 	tooltips['opermode_settings'].en[4] = "Low Power: This option, generally used in conjunction with the Fast Ringer option, allows the user to set the peak voltage during Fast Ringer operation to 50V.  If no user choice is specified, the default is normal.";
 
-	tooltips['opermode_settings'].en[5] = "Fast Ringer: This option, sometimes used in conjunction with the Low Power option, alls the user to increase the ringing speed to 25Hz.  If no user choice is specified, the default is 'normal'.";
+	tooltips['opermode_settings'].en[5] = "Fast Ringer: This option, sometimes used in conjunction with the Low Power option, allows the user to increase the ringing speed to 25Hz.  If no user choice is specified, the default is 'normal'.";
 
 	tooltips['opermode_settings'].en[6] = "Ring Detect:  This option allows the user to choose from normal ring detection, or a <i>full wave</i> detection to prevent false ring detection for lines where Caller ID is sent before the first ring and proceeded by a polarity reversal, as in the UK.  If no user choice is specified, the default is 'standard'.";
 




More information about the asterisk-gui-commits mailing list