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 | |
parent | ea69b8dccc80c0b6c16225f2328834a7fd3be062 (diff) |
modules/admin-mini: Added Wifi configuration
several smaller bugfixes and enhancements
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 5 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/admin-core.de.lua | 3 |
2 files changed, 7 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 diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua index 0bfad2af3..b29c4be58 100644 --- a/i18n/german/luasrc/i18n/admin-core.de.lua +++ b/i18n/german/luasrc/i18n/admin-core.de.lua @@ -113,6 +113,7 @@ a_st_i_status1 = [[Hier finden sich Informationen über den aktuellen Status des Prozessortakt, Speicherauslastung und Netzwerkschnittstellen.]] a_st_i_status2 = [[Zusätzlich können hier Protokolldaten, des Kernels und diverser Systemdienste eingesehen werden, um deren Zustand zu kontrollieren.]] +a_w_devices1 = "An dieser Stelle können eingebaute WLAN-Geräte konfiguriert werden." a_w_apisolation = [[AP-Isolation]] a_w_apisolation1 = [[Unterbindet Client-Client-Verkehr]] a_w_athburst = [[Atheros-Frameburst]] @@ -244,3 +245,5 @@ texteditor = [[Texteditor]] uci_applied = [[Die folgenden Änderungen wurden übernommen]] uci_reverted = [[Die folgenden Änderungen wurden verworfen]] +m_n_local = "Lokales Netz" +m_n_inet = "Internetverbindung"
\ No newline at end of file |