X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=i18n%2Fenglish%2Fluasrc%2Fi18n%2Fadmin-core.en.lua;h=348c8065e86064481d37a6678a586ffce7bc6c90;hp=1affe22f9509b63b8c38ceac051cf8bca3442fda;hb=6901e28cfc1c6e10394f27af346f5269b4918555;hpb=b454395a8da4013aff2ecd64cd7eafc01fc6a5a2 diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 1affe22f9..348c8065e 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -1,7 +1,10 @@ +uci_applied = "The following changes have been applied" +uci_reverted = "The following changes have been reverted" + a_i_ui = "User Interface" -c_lucidesc = [[LuCI is a free Lua library with integrated MVC-Webframework and webinterface for embedded devices, -aspecially routers that run OpenWRT. Luci is licensed under the Apache-License.]] +c_lucidesc = [[LuCI is a collection of free Lua software including an MVC-Webframework and webinterface for embedded devices. +Luci is licensed under the Apache-License.]] c_projecthome = "Project Homepage" c_leaddev = "Lead Development" c_contributors = "Contributing Developers" @@ -11,7 +14,7 @@ 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_admin3 = "On the following pages you can adjust all important settings of your router." -a_i_i_admin4 = "You will find a navigation leading to the different configuration pages on the left side." +a_i_i_admin4 = [[Notice: In LuCI changes have to be confirmed by clicking Changes - 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.]] a_i_i_admin6 = "And now have fun with your router!" @@ -28,6 +31,19 @@ a_st_i_status1 = [[Here you can find information about the current system status usage or network interface data.]] a_st_i_status2 = [[Also kernel or service logfiles can be viewed here to get an overview over their current state.]] +iwscan = "WLAN-Scan" +iwscan1 = "Wifi networks in your local environment" +iwscan_encr = "Encr." +iwscan_link = "Link" +iwscan_signal = "Signal" +iwscan_noise = "Noise" + +routes = "Routes" +routes_netmask = "Netmask" +routes_gateway = "Gateway" +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" @@ -61,8 +77,6 @@ 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_hostname1 = "Defines the router's hostname. The hostname is a unique name in your local network used to identify the device" - 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" @@ -84,6 +98,19 @@ a_s_flash_upgrade1 = "Replaces the installed firmware with a new one. The firmwa a_s_reboot1 = "Reboots the operating system of your device" a_s_reboot_do = "Perform reboot" a_s_reboot_running = "Please wait: Device rebooting..." +a_s_reboot_u = "Warning: There are unsaved changes that will be lost while rebooting!" + +a_s_applyreboot1 = "Changes applied." + +a_s_backup = "Backup / Restore" +a_s_backup_backup = "Create backup" +a_s_backup_archive = "Backup Archive" +a_s_backup_reset = "Reset router to defaults" +a_s_backup_reset1 = "Proceed reverting all settings and resetting to firmware defaults?" +a_s_backup_restore = "Restore backup" +a_s_backup1 = [[Here you can backup and restore your router configuration +and - if possible - reset the router to the default settings.]] + a_srv_http = "HTTP-Server" a_srv_ssh = "SSH-Server" @@ -130,3 +157,156 @@ a_w_radiusport = "Radius-Port" a_w_apisolation = "AP-Isolation" a_w_apisolation1 = "Prevents Client to Client communication" a_w_hideessid = "Hide ESSID" +a_w_ap = "Access Point" +a_w_adhoc = "Ad-Hoc" +a_w_client = "Client" +a_w_wds = "WDS" + +dhcp_desc = "Dnsmasq is a combined DHCP-Server and DNS-Forwarder for NAT firewalls" +dhcp_dnsmasq_domainneeded = "Domain required" +dhcp_dnsmasq_domainneeded_desc = "Don't forward DNS-Requests without DNS-Name" +dhcp_dnsmasq_authoritative = "Authoritative" +dhcp_dnsmasq_authoritative_desc = "This is the only DHCP in the local network" +dhcp_dnsmasq_boguspriv = "Filter private" +dhcp_dnsmasq_boguspriv_desc = "Don't forward reverse lookups for local networks" +dhcp_dnsmasq_filterwin2k = "Filter useless" +dhcp_dnsmasq_filterwin2k_desc = "filter useless DNS-queries of Windows-systems" +dhcp_dnsmasq_localisequeries = "Localise queries" +dhcp_dnsmasq_localisequeries_desc = "localises the hostname depending on its subnet" +dhcp_dnsmasq_local = "Local Server" +dhcp_dnsmasq_domain = "Local Domain" +dhcp_dnsmasq_expandhosts = "Expand Hosts" +dhcp_dnsmasq_expandhosts_desc = "adds domain names to hostentries in the resolv file" +dhcp_dnsmasq_nonegcache = "don't cache unknown" +dhcp_dnsmasq_nonegcache_desc = "prevents caching of negative DNS-replies" +dhcp_dnsmasq_readethers = "Use /etc/ethers" +dhcp_dnsmasq_readethers_desc = "Read /etc/ethers to configure the DHCP-Server" +dhcp_dnsmasq_leasefile = "Leasefile" +dhcp_dnsmasq_leasefile_desc = "file where given DHCP-leases will be stored" +dhcp_dnsmasq_resolvfile = "Resolvfile" +dhcp_dnsmasq_resolvfile_desc = "local DNS file" +dhcp_dnsmasq_nohosts = "Ignore /etc/hosts" +dhcp_dnsmasq_strictorder = "Strict order" +dhcp_dnsmasq_strictorder_desc = "DNS-Server will be queried in the order of the resolvfile" +dhcp_dnsmasq_logqueries = "Log queries" +dhcp_dnsmasq_noresolv = "Ignore resolve file" +dhcp_dnsmasq_dnsforwardmax = "concurrent queries" +dhcp_dnsmasq_port = "DNS-Port" +dhcp_dnsmasq_ednspacket_max = "max. EDNS.0 paket size" +dhcp_dnsmasq_dhcpleasemax = "max. DHCP-Leases" +dhcp_dnsmasq_addnhosts = "additional hostfile" +dhcp_dnsmasq_queryport = "query port" + +a_n_switch = "Switch" +a_n_routes = "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." +a_network4 = "With DHCP devices in your local network can be automatically configured for network communication." +a_network5 = "Firewall and portforwarding can be used to secure your network while providing services to external networks." + +a_n_switch1 = [[The network ports on your router can be combined to several VLANs +in which computers can communicate directly with each other. +VLANs are often used to separate different network segments. +Often there is by default one Uplink port for a connection to the next greater network like the internet +and other ports for a local network.]] +network_switch_desc = [[Ports belonging to a VLAN are separated with spaces. +The port with the highest number (usually 5) is oftern the connection to the internal network interface of the router. +On devices with 5 ports often the one with the lowest number (0) is the predefined Uplink port.]] + +a_n_ifaces1 = [[On this page you can configure the network interfaces. +You can bridge several interfaces by ticking the "bridge interfaces" field and enter the names +of several network interfaces separated by spaces. +You can also use VLAN notation INTERFACE.VLANNR (e.g.: eth0.1).]] +a_n_i_bridge = "Bridge interfaces" +a_n_i_bridge1 = "creates a bridge over specified interface(s)" + +dhcp_desc = [[With DHCP network members can automatically receive +their network settings (IP-address, netmaske, DNS-server, ...).]] +dhcp_dhcp_leasetime = "Leasetime" +dhcp_dhcp_dynamicdhcp = "Dynamic DHCP" +dhcp_dhcp_ignore = "Ignore interface" +dhcp_dhcp_ignore_desc = "disable DHCP for this interface" +dhcp_dhcp_force = "Force" +dhcp_dhcp_start_desc = "first address (last octet)" +dhcp_dhcp_limit_desc = "number of leased addresses -1" + +luci_ethers = "Static Leases" + +a_n_ptp = "Point-to-Point Connections" +a_n_ptp1 = [[Point-to-Point connections with PPPoE or PPTP are often used to connect a device +over DSL or similar technologies to an internet access point.]] +network_interface_server = "PPTP-Server" +network_interface_demand = "Automatic Disconnect" +network_interface_demand_desc = "Time (in s) 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" + +a_n_routes = "Static Routes" +a_n_routes1 = [[With Static Routes you can specify through which +interface and gateway a certain host or network can be reached.]] +a_n_r_target1 = "host-IP or network" +a_n_r_netmask1 = "if target is a network" + +m_n_local = "Local Network" +m_n_inet = "Internet Connection" +m_n_route = "Route" +m_n_brdige = "Bridge" + +m_w_ap = "Provide (Access Point)" +m_w_adhoc = "Independent (Ad-Hoc)" +m_w_client = "Join (Client)" +m_w_wds = "Distributed (WDS)" +m_w_clientmode = "Clientmode" + +system_system_logsize = "System log buffer size" +system_system_logip = "External system log server" +system_system_conloglevel = "Log output level" +system_system_conloglevel_desc = "Level of log messages on the console" + +m_i_processor = "Processor" +m_i_memory = "Memory" +m_i_systemtime = "Local Time" +m_i_uptime = "Uptime" + +m_n_d_firstaddress = "First leased address" +m_n_d_numleases = "Number of leased addresses" + +routingtable = "Routing table" +wlanscan = "Wifi scan" + +frequency = "Frequency" +power = "Power" +noise = "Noise" +signal = "Signal" +link = "Link" +frag = "Frag." +rts = "RTS" +bitrate = "Bitrate" + +m_n_keepalive = "automatically reconnect" +m_n_dialondemand = "disconnect when idle for" +m_n_pptp_server = "PPTP-Server" + +leds = "LED Configuration" +leds_desc = "Customizes the behaviour of the device LEDs if possible." +system_led_name = "LED Name" +system_led_sysfs = "LED Device" +system_led_default = "Default state" +system_led_default_desc = "ticked = on" +system_led_trigger = "Trigger" +system_led_trigger_none = "None" +system_led_trigger_defaulton = "Default On" +system_led_trigger_timer = "Timer" +system_led_trigger_heartbeat = "Heartbeat (Load Average)" +system_led_trigger_netdev = "Network Device" +system_led_delayoff = "Off-State Delay" +system_led_delayoff_desc = "Time (in ms) the LED is off" +system_led_delayon = "On-State Delay" +system_led_delayon_desc = "Time (in ms) the LED is on" +system_led_dev = "Device" +system_led_mode = "Trigger Mode" +system_led_mode_link = "Link On" +system_led_mode_tx = "Transmit" +system_led_mode_rx = "Receive" \ No newline at end of file