From 211c6394a0d145d3215893b827241723bb358a13 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 9 Jun 2008 10:10:29 +0000 Subject: * Prepare german translation cleanup --- applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua | 18 +++++++++--------- .../luci-olsr/luasrc/view/status-olsr/error_olsr.htm | 7 +++---- applications/luci-olsr/luasrc/view/status-olsr/hna.htm | 6 +++--- .../luci-olsr/luasrc/view/status-olsr/index.htm | 16 ++++++++-------- applications/luci-olsr/luasrc/view/status-olsr/mid.htm | 6 +++--- .../luci-olsr/luasrc/view/status-olsr/routes.htm | 10 +++++----- .../luci-olsr/luasrc/view/status-olsr/topology.htm | 6 +++--- 7 files changed, 34 insertions(+), 35 deletions(-) (limited to 'applications/luci-olsr') diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua index c5f86d089b..b89fb253d7 100644 --- a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua +++ b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrd.lua @@ -33,16 +33,16 @@ noint.disabled = "no" s:option(Value, "Pollrate") tcr = s:option(ListValue, "TcRedundancy") -tcr:value("0", translate("olsr_general_tcredundancy_0", "MPR-Selektoren")) -tcr:value("1", translate("olsr_general_tcredundancy_1", "MPR-Selektoren und MPR")) -tcr:value("2", translate("olsr_general_tcredundancy_2", "Alle Nachbarn")) +tcr:value("0", translate("olsr_general_tcredundancy_0")) +tcr:value("1", translate("olsr_general_tcredundancy_1")) +tcr:value("2", translate("olsr_general_tcredundancy_2")) s:option(Value, "MprCoverage") lql = s:option(ListValue, "LinkQualityLevel") -lql:value("0", translate("disable", "deaktivieren")) -lql:value("1", translate("olsr_general_linkqualitylevel_1", "MPR-Auswahl")) -lql:value("2", translate("olsr_general_linkqualitylevel_2", "MPR-Auswahl und Routing")) +lql:value("0", translate("disable")) +lql:value("1", translate("olsr_general_linkqualitylevel_1")) +lql:value("2", translate("olsr_general_linkqualitylevel_2")) lqfish = s:option(Flag, "LinkQualityFishEye") @@ -55,12 +55,12 @@ hyst.enabled = "yes" hyst.disabled = "no" -i = m:section(TypedSection, "Interface", translate("interfaces", "Schnittstellen")) +i = m:section(TypedSection, "Interface", translate("interfaces")) i.anonymous = true i.addremove = true i.dynamic = true -network = i:option(ListValue, "Interface", translate("network", "Netzwerk")) +network = i:option(ListValue, "Interface", translate("network")) network:value("") luci.model.uci.foreach("network", "interface", function (section) @@ -83,7 +83,7 @@ p = m:section(TypedSection, "LoadPlugin") p.addremove = true p.dynamic = true -lib = p:option(ListValue, "Library", translate("library", "Bibliothek")) +lib = p:option(ListValue, "Library", translate("library")) lib:value("") for k, v in pairs(luci.fs.dir("/usr/lib")) do if v:sub(1, 6) == "olsrd_" then diff --git a/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm b/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm index c88ddfc338..94440f617e 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/error_olsr.htm @@ -1,6 +1,5 @@ <%+header%> -

<%:olsr OLSR%>

-

<%:olsr_error1 Es konnte keine Verbindung zum OLSR-Daemon hergestellt werden!%>

-

<%:olsr_error2 Um die Statusinformationen abfragen zu können muss der OLSR-Daemon gestartet -und das Plugin "txtinfo" geladen sein.%>

+

<%:olsr%>

+

<%:olsr_error1%>

+

<%:olsr_error2%>

<%+footer%> \ No newline at end of file diff --git a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm index c13369f426..38430fcf86 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/hna.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/hna.htm @@ -1,10 +1,10 @@ <%+header%> -

<%:olsrhna OLSR-HNA%>

+

<%:olsrhna%>


- - + + <% for k, route in ipairs(routes) do %> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/index.htm b/applications/luci-olsr/luasrc/view/status-olsr/index.htm index 8a49232ee1..dabacd15a7 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/index.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/index.htm @@ -1,11 +1,11 @@ <%+header%> -

<%:olsr_links OLSR-Verbindungen%>

-

<%:olsr_links1 Übersicht über aktuell bestehende OLSR-Verbindungen%>

+

<%:olsr_links%>

+

<%:olsr_links1%>


<%:destination Ziel%><%:gateway Gateway%><%:destination%><%:gateway%>
- - + + @@ -34,10 +34,10 @@ <% end %>
<%:destination Ziel%><%:local Lokal%><%:destination%><%:local%> LQ NLQ ETX

-

<%:legend Legende%>:

+

<%:legend%>:

<%+footer%> \ No newline at end of file diff --git a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm index fb29e7dfaf..63b8c25b2c 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/mid.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/mid.htm @@ -1,10 +1,10 @@ <%+header%> -

<%:olsr_mid OLSR-MID%>

+

<%:olsr_mid%>


- - + + <% for k, mid in ipairs(mids) do %> diff --git a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm index 4840bf655f..ae075e8f46 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/routes.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/routes.htm @@ -1,12 +1,12 @@ <%+header%> -

<%:olsr_routes OLSR-Routen%>

+

<%:olsr_routes%>


<%:node Knoten%><%:aliases Aliasse%><%:node%><%:aliases%>
- - - - + + + + <% for k, route in ipairs(routes) do diff --git a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm index 1293197940..6ad9f5c673 100644 --- a/applications/luci-olsr/luasrc/view/status-olsr/topology.htm +++ b/applications/luci-olsr/luasrc/view/status-olsr/topology.htm @@ -1,10 +1,10 @@ <%+header%> -

<%:olsr_topology OLSR-Topologie%>

+

<%:olsr_topology%>


<%:destination Ziel%><%:gateway Gateway%><%:interface Schnittstelle%><%:metric Metrik%><%:destination%><%:gateway%><%:interface%><%:metric%> ETX
- - + + -- cgit v1.2.3
<%:destination Ziel%><%:olsr_lasthop Letzter Router%><%:destination%><%:olsr_lasthop%> LQ ILQ ETX