Changeset 966

Show
Ignore:
Timestamp:
08/25/08 15:40:27 (3 months ago)
Author:
rach
Message:

Correct labels

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/form_data/FG_var_trunk.inc

    r399 r966  
    122122        "", 
    123123        gettext("Insert the removeprefix"), 
    124         "" , "", "", "", "" , "" , "", gettext("in case of the voip provider or the gateway doesnt want a dialed prefix (can be useful with local gateway)")); 
     124        "" , "", "", "", "" , "" , "", gettext("Remove prefix from the dialed digits.")); 
    125125         
    126126$HD_Form -> AddEditElement (gettext("PROVIDER TECH"), 
     
    140140        "9", 
    141141        gettext("Insert the providerip"), 
    142         "" , "", "", "", "" , "" , "", gettext("Set the IP or URL of the VoIP provider. Alternatively, put in the name of a previously defined trunk in Asterisk. (MyVoiPTrunk, ZAP4G etc.) You can use the following tags to as variables: %dialingnumber%, %cardnumber%. ie g2/1644787890wwwwwwwwww%dialingnumber%")); 
     142        "" , "", "", "", "" , "" , "", gettext("Set the IP or URL of the VoIP provider. Alternatively, put in the name of a previously defined trunk in Asterisk or FreePBX. (MyVoiPTrunk, ZAP4G etc.) You can use the following tags to as variables: %dialingnumber%, %cardnumber%. ie g2/1644787890wwwwwwwwww%dialingnumber%")); 
    143143 
    144144$HD_Form -> AddEditElement (gettext("ADDITIONAL PARAMETER"), 
     
    168168        "12", 
    169169        gettext("Number of current connections"), 
    170         "" , "", "", "", "", "", "", gettext("Define the number of use of this trunk. If a non-standard stop of the application occurs it maybe that the trunk is in 'in-use' > 0  status. Get it back to '0' if you know there is a issue on this trunk.") ); 
     170        "" , "", "", "", "", "", "", gettext("Updated to show the number of channels currently in use on this trunk.If there are no channels in use, and the system shows that there are, manually reset this field back to zero.") ); 
    171171 
    172172$HD_Form -> AddEditElement (gettext("MAXIMUM CONNECTIONS"), 
     
    177177        "12", 
    178178        gettext("Number of maximum simultaneous connections"), 
    179         "" , "", "", "", "", "", "", gettext("Define the number of simultaneous connections on this trunk. Set to -1 in order to have an unlimited number of connections") ); 
     179        "" , "", "", "", "", "", "", gettext("The maximum number of channels available to this trunk. Set to -1 to have an unlimited number of channels") ); 
    180180 
    181181$HD_Form -> AddEditElement ("IFMAXUSED", 


Google