diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-13 00:05:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-13 00:05:48 +0000 |
commit | 97de32ee4fc67b356ac89d878ca2b4e00815b937 (patch) | |
tree | 17bda236e16ca9841394a9628458abc9c9df162a /i18n/english | |
parent | 5a70b00f60389eae965c34507cdf01659b076c95 (diff) |
* luci/admin-full: implement 3G support in interface config
* luci/admin-mini: extend network scheme to cover 3G support
* luci/i18n: add required strings for 3G support
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 6 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index aaea8b4fa..32606613e 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -210,6 +210,12 @@ network_interface_disconnect = 'Disconnect script' network_interface_disconnect_desc = 'Let pppd run this script before tearing down the PPP link' network_interface_pppd_options = 'Additional pppd options' network_interface_pppd_options_desc = 'Specify additional command line arguments for pppd here' +network_interface_apn = 'Access point (APN)' +network_interface_pincode = 'PIN code' +network_interface_pincode_desc = 'Make sure that you provide the correct pin code here or you might lock your sim card!' +network_interface_service = 'Service type' +network_interface_maxwait = 'Setup wait time' +network_interface_maxwait_desc = 'Seconds to wait for the modem to become ready before attempting to connect' a_n_r_routes1 = 'Routes specify over which interface and gateway a certain host or network can be reached.' a_n_routes_static = 'Static Routes' a_n_routes_kernel4 = 'Active <abbr title="Internet Protocol Version 4">IPv4</abbr>-Routes' diff --git a/i18n/english/luasrc/i18n/admin-core.en.xml b/i18n/english/luasrc/i18n/admin-core.en.xml index ee6512b9e..fac415d4a 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.xml +++ b/i18n/english/luasrc/i18n/admin-core.en.xml @@ -214,6 +214,12 @@ <i18n:msg xml:id="network_interface_disconnect_desc">Let pppd run this script before tearing down the PPP link</i18n:msg> <i18n:msg xml:id="network_interface_pppd_options">Additional pppd options</i18n:msg> <i18n:msg xml:id="network_interface_pppd_options_desc">Specify additional command line arguments for pppd here</i18n:msg> +<i18n:msg xml:id="network_interface_apn">Access point (APN)</i18n:msg> +<i18n:msg xml:id="network_interface_pincode">PIN code</i18n:msg> +<i18n:msg xml:id="network_interface_pincode_desc">Make sure that you provide the correct pin code here or you might lock your sim card!</i18n:msg> +<i18n:msg xml:id="network_interface_service">Service type</i18n:msg> +<i18n:msg xml:id="network_interface_maxwait">Setup wait time</i18n:msg> +<i18n:msg xml:id="network_interface_maxwait_desc">Seconds to wait for the modem to become ready before attempting to connect</i18n:msg> <i18n:msg xml:id="a_n_r_routes1">Routes specify over which interface and gateway a certain host or network can be reached.</i18n:msg> <i18n:msg xml:id="a_n_routes_static">Static Routes</i18n:msg> <i18n:msg xml:id="a_n_routes_kernel4">Active <abbr title="Internet Protocol Version 4">IPv4</abbr>-Routes</i18n:msg> |