diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-12 22:15:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-12 22:15:48 +0000 |
commit | 76fe25932830df72b8c957c809202cf6dc75b4ff (patch) | |
tree | a84ae64245ecdb3ec644de7b88e1e967d0051f0e /i18n/english | |
parent | faab4d351f36dd897c1f2b35b6011bac680396a1 (diff) |
* luci/modules/admin-full: add support for PPP interface configurations
* luci/i18n: add strings for ppp config and cbi filebrowse values
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 13 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.xml | 13 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/cbi.en.lua | 1 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/cbi.en.xml | 1 |
4 files changed, 28 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 7eacad355..aaea8b4fa 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -197,6 +197,19 @@ network_interface_demand = 'Automatic Disconnect' network_interface_demand_desc = 'Time (in seconds) after which an unused connection will be closed' network_interface_keepalive = 'Keep-Alive' network_interface_keepalive_desc = 'Number of failed connection tests to initiate automatic reconnect' +network_interface_device = 'Modem device' +network_interface_device_desc = 'The device node of your modem, e.g. /dev/ttyUSB0' +network_interface_defaultroute = 'Replace default route' +network_interface_defaultroute_desc = 'Let pppd replace the current default route to use the PPP interface after successful connect' +network_interface_peerdns = 'Use peer DNS' +network_interface_peerdns_desc = 'Configure the local DNS server to use the name servers adverticed by the PPP peer' +network_interface_ipv6 = 'Enable IPv6 on PPP link' +network_interface_connect = 'Connect script' +network_interface_connect_desc = 'Let pppd run this script after establishing the PPP link' +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' 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 dff551614..ee6512b9e 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.xml +++ b/i18n/english/luasrc/i18n/admin-core.en.xml @@ -201,6 +201,19 @@ <i18n:msg xml:id="network_interface_demand_desc">Time (in seconds) after which an unused connection will be closed</i18n:msg> <i18n:msg xml:id="network_interface_keepalive">Keep-Alive</i18n:msg> <i18n:msg xml:id="network_interface_keepalive_desc">Number of failed connection tests to initiate automatic reconnect</i18n:msg> +<i18n:msg xml:id="network_interface_device">Modem device</i18n:msg> +<i18n:msg xml:id="network_interface_device_desc">The device node of your modem, e.g. /dev/ttyUSB0</i18n:msg> +<i18n:msg xml:id="network_interface_defaultroute">Replace default route</i18n:msg> +<i18n:msg xml:id="network_interface_defaultroute_desc">Let pppd replace the current default route to use the PPP interface after successful connect</i18n:msg> +<i18n:msg xml:id="network_interface_peerdns">Use peer DNS</i18n:msg> +<i18n:msg xml:id="network_interface_peerdns_desc">Configure the local DNS server to use the name servers adverticed by the PPP peer</i18n:msg> +<i18n:msg xml:id="network_interface_ipv6">Enable IPv6 on PPP link</i18n:msg> +<i18n:msg xml:id="network_interface_connect">Connect script</i18n:msg> +<i18n:msg xml:id="network_interface_connect_desc">Let pppd run this script after establishing the PPP link</i18n:msg> +<i18n:msg xml:id="network_interface_disconnect">Disconnect script</i18n:msg> +<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="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> diff --git a/i18n/english/luasrc/i18n/cbi.en.lua b/i18n/english/luasrc/i18n/cbi.en.lua index 14b184b9e..7e5ae152e 100644 --- a/i18n/english/luasrc/i18n/cbi.en.lua +++ b/i18n/english/luasrc/i18n/cbi.en.lua @@ -14,3 +14,4 @@ cbi_select = '-- Please choose --' cbi_gorel = 'Go to relevant configuration page' cbi_applying = 'Applying changes' cbi_upload = 'Uploaded File' +cbi_browser = 'Search file...' diff --git a/i18n/english/luasrc/i18n/cbi.en.xml b/i18n/english/luasrc/i18n/cbi.en.xml index c4843b1e7..40f5f5419 100644 --- a/i18n/english/luasrc/i18n/cbi.en.xml +++ b/i18n/english/luasrc/i18n/cbi.en.xml @@ -18,5 +18,6 @@ <i18n:msg xml:id="cbi_gorel">Go to relevant configuration page</i18n:msg> <i18n:msg xml:id="cbi_applying">Applying changes</i18n:msg> <i18n:msg xml:id="cbi_upload">Uploaded File</i18n:msg> +<i18n:msg xml:id="cbi_browser">Search file...</i18n:msg> </i18n:msgs> |