modules/admin-full: Reworked DHCP configuration
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en.lua
index a34530b..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)"
@@ -234,7 +238,10 @@ 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
@@ -248,7 +255,7 @@ network_interface_keepalive_desc = "Number of failed connection tests to initiat
 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 = [[Kernel IPv4-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"