X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fadmin-core.en.lua;h=64729f8fc8db8e44a68d9d8c0cd5e844fd06c704;hp=b3422645941cf14b17a8cc5da787558ab6f7ffeb;hb=d9d66f4c2851fb976d12ce1f8c5d25d30da27dfd;hpb=975df7e17f6eb09e157d6e9968a7e61ddc37a02b diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index b342264594..64729f8fc8 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -8,7 +8,7 @@ c_contributors = 'Contributing Developers' c_thanksto = 'Thanks To' a_i_i_hello = 'Hello!' a_i_i_admin1 = 'This is the administration area of LuCI.' -a_i_i_admin2 = 'LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWRT Kamikaze.' +a_i_i_admin2 = 'LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.' a_i_i_admin3 = 'On the following pages you can adjust all important settings of your router.' a_i_i_admin4 = 'Notice: In LuCI changes have to be confirmed by clicking Changes - Save & Apply before being applied.' a_i_i_admin5 = 'As we are always want to improve this interface we are looking forward to your feedback and suggestions.' @@ -34,7 +34,7 @@ routes_metric = 'Metric' a_s_desc = 'Here you can configure the basic aspects of your device like its hostname or the timezone.' a_s_packages = 'Software' a_s_changepw = 'Admin Password' -a_s_p_ipkg = 'IPKG-Configuration' +a_s_p_ipkg = 'OPKG-Configuration' a_s_sshkeys = 'SSH-Keys' a_s_fstab = 'Mount Points' a_s_flash = 'Flash Firmware' @@ -59,16 +59,16 @@ a_s_changepw_nomatch = 'Error: Passwords do not match' a_s_sshkeys1 = 'Here you can paste public SSH-Keys (one per line) for SSH public-key authentication.' a_s_fstab_mountpoints = 'Mount Points' a_s_fstab_mountpoints1 = 'Mount Points define at which point a memory device will be attached to the filesystem' -a_s_fstab_active = 'Mounted file systems"' -a_s_fstab_used = 'Used"' -a_s_fstab_avail = 'Available"' +a_s_fstab_active = 'Mounted file systems' +a_s_fstab_used = 'Used' +a_s_fstab_avail = 'Available' a_s_fstab_mountpoint = 'Mount Point' a_s_fstab_device1 = 'The device file of the memory or partition (e.g. /dev/sda1)' a_s_fstab_fs1 = 'The filesystem that was used to format the memory (e.g. ext3)' a_s_fstab_swap1 = 'If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable 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' @@ -162,8 +162,15 @@ dhcp_dnsmasq_ednspacket_max = 'max. max. DHCP-Leases' dhcp_dnsmasq_addnhosts = 'additional hostfile' dhcp_dnsmasq_queryport = 'query port' +dhcp_dnsmasq_enabletftp = 'Enable TFTP-Server' +dhcp_dnsmasq_tftproot = 'TFTP-Server Root' +dhcp_dnsmasq_dhcpboot = 'Network Boot Image' a_n_switch = 'Switch' +a_n_conntrack = 'Active Connections' +a_n_conntrack_desc = 'This page gives an overview over currently active network connections.' a_n_routes = 'Routes' +a_n_routes4 = 'IPv4 Routes' +a_n_routes6 = 'IPv6 Routes' a_network1 = 'In this area you find all network-related settings.' a_network2 = 'On most routers the network switch can be freely configured and splitted up into several VLANs.' a_network3 = 'Interfaces and PPPoE / PPTP-Settings allow a custom organisation of the network and connections to other networks like the internet.' @@ -182,21 +189,48 @@ dhcp_dhcp_ignore_desc = 'disable PPPoE or PPTP are often used to connect a device over DSL or similar technologies to an internet access point.' +network_interface_prereq = 'You need to install "comgt" for UMTS/GPRS, "ppp-mod-pppoe" for PPPoE, "ppp-mod-pppoa" for PPPoA or "pptp" for PPtP support' +network_interface_prereq_mini = 'You need to install "ppp-mod-pppoe" for PPPoE or "pptp" for PPtP support' network_interface_server = 'PPTP-Server' 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' +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_static4 = 'Static IPv4 Routes' +a_n_routes_static6 = 'Static IPv6 Routes' a_n_routes_kernel4 = 'Active IPv4-Routes' -a_n_r_target1 = 'host-IP or network' +a_n_routes_kernel6 = 'Active IPv6-Routes' +a_n_r_target1 = 'Host-IP or Network' +a_n_r_target6 = 'IPv6-Address or Network (CIDR)' a_n_r_netmask1 = 'if target is a network' m_n_inet = 'Internet Connection' m_n_local = 'Local Network'