summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ffwizard-leipzig/luasrc
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-09 20:11:19 +0000
committerSteven Barth <steven@midlink.org>2008-06-09 20:11:19 +0000
commit547267844003779107a6a0c220194351008fe224 (patch)
tree4453a6987a5fcbf6e6784084060a2b49cc3df353 /applications/luci-ffwizard-leipzig/luasrc
parent211c6394a0d145d3215893b827241723bb358a13 (diff)
* Completed cleanup of German translation
Diffstat (limited to 'applications/luci-ffwizard-leipzig/luasrc')
-rw-r--r--applications/luci-ffwizard-leipzig/luasrc/controller/luci_ffwizard_leipzig/wizard.lua2
-rw-r--r--applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua9
2 files changed, 10 insertions, 1 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/controller/luci_ffwizard_leipzig/wizard.lua b/applications/luci-ffwizard-leipzig/luasrc/controller/luci_ffwizard_leipzig/wizard.lua
index 8a01f055c..bd9503ba4 100644
--- a/applications/luci-ffwizard-leipzig/luasrc/controller/luci_ffwizard_leipzig/wizard.lua
+++ b/applications/luci-ffwizard-leipzig/luasrc/controller/luci_ffwizard_leipzig/wizard.lua
@@ -1,7 +1,7 @@
module("luci.controller.luci_ffwizard_leipzig.wizard", package.seeall)
function index()
- entry({"admin", "index", "wizard"}, call("action_wizard"), "Freifunkassistent", 20)
+ entry({"admin", "index", "wizard"}, call("action_wizard"), "Freifunkassistent", 20).i18n="ffwizard-leipzig"
end
diff --git a/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua b/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua
new file mode 100644
index 000000000..89adbe804
--- /dev/null
+++ b/applications/luci-ffwizard-leipzig/luasrc/i18n/ffwizard-leipzig.de.lua
@@ -0,0 +1,9 @@
+ffwizard = [[Freifunkassistent]]
+ffwizard1 = [[Dieser Assistent konfiguriert den Router für die Benutzung im Freifunknetz]]
+ip = [[IP-Adresse]]
+cfgdhcp = [[Drahtlos DHCP konfigurieren]]
+cfgexternal = [[Erlaube Zugriff auf externes Netzwerk]]
+cfginternal = [[Erlaube Zugriff von internem Netzwerk]]
+cfgolsr = [[OLSR konfigurieren]]
+wificfg = [[Drahtlosgerät einrichten]]
+shareinet = [[Internetzugang ankündigen]] \ No newline at end of file