A few smaller usability improvements
[project/luci.git] / i18n / english / luasrc / i18n / admin-core.en.lua
index d85376e..bc07343 100644 (file)
@@ -3,8 +3,8 @@ 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"
@@ -14,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!"
@@ -76,8 +76,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"
 
@@ -99,6 +97,7 @@ 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_srv_http = "HTTP-Server"
 a_srv_ssh = "SSH-Server"
@@ -145,6 +144,10 @@ 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"
@@ -216,6 +219,8 @@ 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.]]
@@ -229,4 +234,15 @@ 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"
\ No newline at end of file
+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"
\ No newline at end of file