X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fadmin-core.en.lua;h=aaea8b4fa3e212635ef213a98c4ba9c1454205fb;hb=76fe25932830df72b8c957c809202cf6dc75b4ff;hp=3cb5efde543583113365d2c4a9b9dfe0ab3c1277;hpb=0615e134239cfabe89e167bdee16744aa4920569;p=project%2Fluci.git diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 3cb5efde5..aaea8b4fa 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -68,7 +68,7 @@ a_s_fstab_fs1 = 'The filesystem that was used to format the memory (RAM. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the RAM.' a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...' a_s_flash_flasherr = 'Failed to flash' -a_s_flash_fwimage = 'Firmwareimage' +a_s_flash_fwimage = 'Firmware image' a_s_flash_received = 'Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!' a_s_flash_inprogress = 'Writing firmware...' a_s_flash_fwupgrade = 'Flash Firmware' @@ -163,6 +163,8 @@ dhcp_dnsmasq_dhcpleasemax = 'max. VLANs.' @@ -195,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 IPv4-Routes'