diff options
author | Steven Barth <steven@midlink.org> | 2008-06-09 20:11:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-09 20:11:19 +0000 |
commit | 547267844003779107a6a0c220194351008fe224 (patch) | |
tree | 4453a6987a5fcbf6e6784084060a2b49cc3df353 /applications | |
parent | 211c6394a0d145d3215893b827241723bb358a13 (diff) |
* Completed cleanup of German translation
Diffstat (limited to 'applications')
4 files changed, 14 insertions, 2 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 diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.de.lua b/applications/luci-fw/luasrc/i18n/luci-fw.de.lua index 08d81dcca..ae336da9f 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.de.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.de.lua @@ -1,3 +1,6 @@ +fw_fw = [[Firewall]] +fw_portfw = [[Portweiterleitung]] +fw_routing = [[Routing]] fw_fw1 = [[Mit Hilfe der Firewall können Zugriffe auf das Netzwerk erlaubt, verboten oder umgeleitet werden.]] lucifw_rule_chain = "Kette" diff --git a/applications/luci-splash/luasrc/view/splash/splash.htm b/applications/luci-splash/luasrc/view/splash/splash.htm index 2731d2350..36eb6545a 100644 --- a/applications/luci-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash/splash.htm @@ -1,6 +1,6 @@ <% local c = luci.model.uci.get_all("freifunk", "community") %> -<h1><%:welcome%>!</h1> +<h1>Willkommen!</h1> <p> Du bist jetzt mit dem freien Funknetz <a href="<%=c.homepage%>"><%=c.name%></a> verbunden.<br /> |