diff options
author | Steven Barth <steven@midlink.org> | 2008-07-16 18:54:10 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-16 18:54:10 +0000 |
commit | 8d1aff78b17d6f7437d776bdf53a6aa2112f31db (patch) | |
tree | 48784a8d48cc782ec63a5cc705f3779a7fae8a3d /i18n/english/luasrc | |
parent | ea69b8dccc80c0b6c16225f2328834a7fd3be062 (diff) |
modules/admin-mini: Added Wifi configuration
several smaller bugfixes and enhancements
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 165210fa1..6ea99fe14 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -230,4 +230,7 @@ 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"
\ No newline at end of file |