modules/admin-full: Reworked DHCP configuration
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en.lua
index 8f5623d..36c90ba 100644 (file)
@@ -80,6 +80,10 @@ a_s_sshkeys1 = "Here you can paste public SSH-Keys (one per line) for SSH public
 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_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)"
@@ -100,6 +104,18 @@ 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"
 
@@ -147,8 +163,10 @@ 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_ahdemo = "Pseudo Ad-Hoc (ahdemo)"
 a_w_client = "Client"
 a_w_wds = "WDS"
+a_w_monitor = "Monitor"
 
 dhcp_desc = "Dnsmasq is a combined DHCP-Server and DNS-Forwarder for NAT firewalls"
 dhcp_dnsmasq_domainneeded = "Domain required"
@@ -220,20 +238,24 @@ dhcp_dhcp_force = "Force"
 dhcp_dhcp_start_desc = "first address (last octet)"
 dhcp_dhcp_limit_desc = "number of leased addresses -1"
 
+dhcp_leases = "Leases"
 luci_ethers = "Static Leases"
+dhcp_timeremain = "Leasetime remaining"
+dhcp_leases_active = "Active 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 after which an unused connection will be closed"
+network_interface_demand_desc = "Time (in s) after which an unused connection will be closed"
 network_interface_keepalive = "Keep-Alive"
-network_interface_keepalive_desc = "Reconnect lost connections"
+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
+a_n_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]]
 a_n_r_target1 = "host-IP or network"
 a_n_r_netmask1 = "if target is a network"
 
@@ -263,3 +285,49 @@ 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"
+
+network_interface_up = "Active"
+network_interface_hwaddr = "MAC-Address"
+network_interface_hwaddr_desc = "Hardware Address"
+network_interface_txrx = "Traffic"
+network_interface_txrx_desc = "transmitted / received"
+network_interface_err = "Errors"
+network_interface_err_desc = "TX / RX"
+
+network_interface_fwzone = "Create / Assign firewall-zone"
+network_interface_fwzone_desc = "This interface does not belong to any firewall zone yet."
\ No newline at end of file