diff options
author | Steven Barth <steven@midlink.org> | 2008-07-18 08:24:42 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-18 08:24:42 +0000 |
commit | b0f7ffe23762f4165d7b4b3f9b8fbab683c2a906 (patch) | |
tree | 29be9e153363ea720e2b860e89bbb19f212d521a /i18n/english/luasrc | |
parent | 5c419acf926b7332976c6a5c1586d2badf9664ae (diff) |
A few smaller usability improvements
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 6ea99fe147..bc07343e03 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -144,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" @@ -233,4 +237,12 @@ 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"
\ No newline at end of file +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 |