From 9a25e3e09eaf44a6c6d32041ee1849309d51db7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bal=C3=A1zs=20=C3=9Ar?= Date: Tue, 7 Jan 2020 08:15:18 +0100 Subject: [PATCH] luci-app-olsr: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Balázs Úr --- .../luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua | 6 +++--- .../luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua | 6 +++--- .../luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua | 2 +- .../luasrc/model/cbi/olsr/olsrdhna6.lua | 2 +- .../luasrc/view/status-olsr/smartgw.htm | 4 ++-- applications/luci-app-olsr/po/bg/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/ca/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/cs/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/de/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/el/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/en/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/es/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/fr/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/he/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/hi/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/hu/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/it/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/ja/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/ko/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/mr/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/ms/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/no/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/pl/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/pt-br/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/pt/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/ro/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/ru/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/sk/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/sv/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/templates/olsr.pot | 12 ++++++------ applications/luci-app-olsr/po/tr/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/uk/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/vi/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/zh-cn/olsr.po | 12 ++++++------ applications/luci-app-olsr/po/zh-tw/olsr.po | 12 ++++++------ 35 files changed, 190 insertions(+), 190 deletions(-) diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua index 90a615699a..79c9d5da61 100644 --- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua @@ -71,9 +71,9 @@ tos.placeholder = "16" fib = s:taboption("general", ListValue, "FIBMetric", translate("FIB metric"), translate ("FIBMetric controls the metric value of the host-routes OLSRd sets. ".. "\"flat\" means that the metric value is always 2. This is the preferred value ".. - "because it helps the linux kernel routing to clean up older routes. ".. + "because it helps the Linux kernel routing to clean up older routes. ".. "\"correct\" uses the hopcount as the metric value. ".. - "\"approx\" use the hopcount as the metric value too, but does only update the hopcount if the nexthop changes too. ".. + "\"approx\" uses the hopcount as the metric value too, but does only update the hopcount if the nexthop changes too. ".. "Default is \"flat\".")) fib:value("flat") fib:value("correct") @@ -144,7 +144,7 @@ sgw.enabled="yes" sgw.disabled="no" sgw.rmempty = true -sgwnat = s:taboption("smartgw", Flag, "SmartGatewayAllowNAT", translate("Allow gateways with NAT"), translate("Allow the selection of an outgoing ipv4 gateway with NAT")) +sgwnat = s:taboption("smartgw", Flag, "SmartGatewayAllowNAT", translate("Allow gateways with NAT"), translate("Allow the selection of an outgoing IPv4 gateway with NAT")) sgwnat:depends("SmartGateway", "yes") sgwnat.default="yes" sgwnat.enabled="yes" diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua index 0206b67dc0..bb3567677f 100644 --- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua @@ -65,9 +65,9 @@ tos.placeholder = "16" fib = s:taboption("general", ListValue, "FIBMetric", translate("FIB metric"), translate ("FIBMetric controls the metric value of the host-routes OLSRd sets. ".. "\"flat\" means that the metric value is always 2. This is the preferred value ".. - "because it helps the linux kernel routing to clean up older routes. ".. + "because it helps the Linux kernel routing to clean up older routes. ".. "\"correct\" uses the hopcount as the metric value. ".. - "\"approx\" use the hopcount as the metric value too, but does only update the hopcount if the nexthop changes too. ".. + "\"approx\" uses the hopcount as the metric value too, but does only update the hopcount if the nexthop changes too. ".. "Default is \"flat\".")) fib:value("flat") fib:value("correct") @@ -138,7 +138,7 @@ sgw.enabled="yes" sgw.disabled="no" sgw.rmempty = true -sgwnat = s:taboption("smartgw", Flag, "SmartGatewayAllowNAT", translate("Allow gateways with NAT"), translate("Allow the selection of an outgoing ipv4 gateway with NAT")) +sgwnat = s:taboption("smartgw", Flag, "SmartGatewayAllowNAT", translate("Allow gateways with NAT"), translate("Allow the selection of an outgoing IPv4 gateway with NAT")) sgwnat:depends("SmartGateway", "yes") sgwnat.default="yes" sgwnat.enabled="yes" diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua index e4b093aa13..230990dd0a 100644 --- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua @@ -5,7 +5,7 @@ local uci = require "luci.model.uci".cursor() local ipv = uci:get_first("olsrd", "olsrd", "IpVersion", "4") -mh = Map("olsrd", translate("OLSR - HNA-Announcements"), translate("Hosts in a OLSR routed network can announce connecitivity " .. +mh = Map("olsrd", translate("OLSR - HNA-Announcements"), translate("Hosts in an OLSR routed network can announce connectivity " .. "to external networks using HNA messages.")) if ipv == "6and4" or ipv == "4" then diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua index 682421ff7a..717436b130 100644 --- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua +++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua @@ -4,7 +4,7 @@ local uci = require "luci.model.uci".cursor() -mh = Map("olsrd6", translate("OLSR - HNA6-Announcements"), translate("Hosts in a OLSR routed network can announce connecitivity " .. +mh = Map("olsrd6", translate("OLSR - HNA6-Announcements"), translate("Hosts in an OLSR routed network can announce connectivity " .. "to external networks using HNA6 messages.")) hna6 = mh:section(TypedSection, "Hna6", translate("Hna6"), translate("IPv6 network must be given in full notation, " .. diff --git a/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm b/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm index 8cd2088e42..99da8154be 100644 --- a/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm +++ b/applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm @@ -27,7 +27,7 @@ if luci.http.formvalue("status") == "1" then proto = gw.IPv4 and '4' or '6', originator = gw.originator, selected = gw.selected and luci.i18n.translate('yes') or luci.i18n.translate('no'), - cost = gw.cost > 0 and string.format("%.3f", gw.cost) or luci.i18n.translate('infinate'), + cost = gw.cost > 0 and string.format("%.3f", gw.cost) or luci.i18n.translate('infinite'), hops = gw.hops, uplink = gw.uplink, downlink = gw.downlink, @@ -131,7 +131,7 @@ XHR.poll(10, '<%=REQUEST_URI%>', { status: 1 }, <% end %>
<%=gw.selected and luci.i18n.translate('yes') or luci.i18n.translate('no')%>
-
<%=gw.cost > 0 and string.format("%.3f", gw.cost) or luci.i18n.translate('infinate')%>
+
<%=gw.cost > 0 and string.format("%.3f", gw.cost) or luci.i18n.translate('infinite')%>
<%=gw.hops%>
<%=gw.uplink%>
<%=gw.downlink%>
diff --git a/applications/luci-app-olsr/po/bg/olsr.po b/applications/luci-app-olsr/po/bg/olsr.po index ba88504d05..123ac06447 100644 --- a/applications/luci-app-olsr/po/bg/olsr.po +++ b/applications/luci-app-olsr/po/bg/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -152,8 +152,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -274,13 +274,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/ca/olsr.po b/applications/luci-app-olsr/po/ca/olsr.po index 5f2eb5da2a..da1ae9d98c 100644 --- a/applications/luci-app-olsr/po/ca/olsr.po +++ b/applications/luci-app-olsr/po/ca/olsr.po @@ -40,7 +40,7 @@ msgstr "Permet els passarel·les amb NAT " #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -156,8 +156,8 @@ msgstr "Mètrica FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -279,13 +279,13 @@ msgstr "Nom de l’amfitrió" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1093,7 +1093,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/cs/olsr.po b/applications/luci-app-olsr/po/cs/olsr.po index e4a0643702..9792cce438 100644 --- a/applications/luci-app-olsr/po/cs/olsr.po +++ b/applications/luci-app-olsr/po/cs/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -152,8 +152,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -274,13 +274,13 @@ msgstr "Název počítače" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po index c15be62df5..5591eed16f 100644 --- a/applications/luci-app-olsr/po/de/olsr.po +++ b/applications/luci-app-olsr/po/de/olsr.po @@ -38,7 +38,7 @@ msgstr "Gateways mit NAT erlauben" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Auswahl von IPv4-Gateways erlauben, die zum Internet hin NAT verwenden" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -158,8 +158,8 @@ msgstr "FIB-Metrik" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -289,7 +289,7 @@ msgstr "Hostname" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen " @@ -298,7 +298,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 #, fuzzy msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Rechner in einem OLSR-geroutetem Netzwerk können Konnektivität zu externen " @@ -1201,7 +1201,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/el/olsr.po b/applications/luci-app-olsr/po/el/olsr.po index d502d6331f..11bfd1f142 100644 --- a/applications/luci-app-olsr/po/el/olsr.po +++ b/applications/luci-app-olsr/po/el/olsr.po @@ -38,7 +38,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -154,8 +154,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -276,13 +276,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1089,7 +1089,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/en/olsr.po b/applications/luci-app-olsr/po/en/olsr.po index ee68cdf692..b28157eb5b 100644 --- a/applications/luci-app-olsr/po/en/olsr.po +++ b/applications/luci-app-olsr/po/en/olsr.po @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -153,8 +153,8 @@ msgstr "FIB metric" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -276,13 +276,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1090,7 +1090,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/es/olsr.po b/applications/luci-app-olsr/po/es/olsr.po index 683f18ff19..db5ea7e89a 100644 --- a/applications/luci-app-olsr/po/es/olsr.po +++ b/applications/luci-app-olsr/po/es/olsr.po @@ -38,7 +38,7 @@ msgstr "Permitir puertas de enlace con NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Permitir seleccionar una pasarela IPv4 con NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -158,8 +158,8 @@ msgstr "Métrica FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -286,7 +286,7 @@ msgstr "Nombre de host" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Las máquinas de una red OLSR pueden declarar conectividad con redes externas " @@ -294,7 +294,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Los hosts en una red enrutada OLSR pueden anunciar la conectividad a redes " @@ -1198,7 +1198,7 @@ msgstr "abajo" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "infinito" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/fr/olsr.po b/applications/luci-app-olsr/po/fr/olsr.po index 66dbf3f167..6c0f3032dd 100644 --- a/applications/luci-app-olsr/po/fr/olsr.po +++ b/applications/luci-app-olsr/po/fr/olsr.po @@ -38,7 +38,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -154,8 +154,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -276,13 +276,13 @@ msgstr "Nom d'hôte" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1089,7 +1089,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/he/olsr.po b/applications/luci-app-olsr/po/he/olsr.po index 5d34821121..d3cc11444f 100644 --- a/applications/luci-app-olsr/po/he/olsr.po +++ b/applications/luci-app-olsr/po/he/olsr.po @@ -32,7 +32,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -148,8 +148,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -270,13 +270,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1083,7 +1083,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/hi/olsr.po b/applications/luci-app-olsr/po/hi/olsr.po index f7a8c525de..34494aad8b 100644 --- a/applications/luci-app-olsr/po/hi/olsr.po +++ b/applications/luci-app-olsr/po/hi/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -152,8 +152,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -274,13 +274,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po index 146bca89c4..748c10243a 100644 --- a/applications/luci-app-olsr/po/hu/olsr.po +++ b/applications/luci-app-olsr/po/hu/olsr.po @@ -36,7 +36,7 @@ msgstr "Engedélyezett átjárók NAT-tal" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" "Egy NAT-tal rendelkező kimenő IPv4-átjáró kiválasztásának lehetővé tétele" @@ -158,8 +158,8 @@ msgstr "FIB mérőszám" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -289,7 +289,7 @@ msgstr "Gépnév" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Egy OLSR által forgalomirányított hálózatban lévő gépek bejelenthetik a " @@ -297,7 +297,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Egy OLSR által forgalomirányított hálózatban lévő gépek bejelenthetik a " @@ -1220,7 +1220,7 @@ msgstr "le" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "végtelen" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/it/olsr.po b/applications/luci-app-olsr/po/it/olsr.po index 06e2a83a64..9fd90e1eae 100644 --- a/applications/luci-app-olsr/po/it/olsr.po +++ b/applications/luci-app-olsr/po/it/olsr.po @@ -38,7 +38,7 @@ msgstr "Permetti gateway con NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Permetti l'uso di gateway in uscita con NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -156,8 +156,8 @@ msgstr "Metrica FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -279,13 +279,13 @@ msgstr "Nome Host" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1127,7 +1127,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/ja/olsr.po b/applications/luci-app-olsr/po/ja/olsr.po index 31de79d870..ac028e5f03 100644 --- a/applications/luci-app-olsr/po/ja/olsr.po +++ b/applications/luci-app-olsr/po/ja/olsr.po @@ -37,7 +37,7 @@ msgstr "NATを使用するゲートウェイを選択可能にする" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "NATを介してパケットを送信するIPv4 ゲートウェイを選択可能にします" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -155,8 +155,8 @@ msgstr "FIB メトリック" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -284,13 +284,13 @@ msgstr "ホスト名" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1185,7 +1185,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/ko/olsr.po b/applications/luci-app-olsr/po/ko/olsr.po index e54ea113ac..bb211c53d1 100644 --- a/applications/luci-app-olsr/po/ko/olsr.po +++ b/applications/luci-app-olsr/po/ko/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -152,8 +152,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -274,13 +274,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/mr/olsr.po b/applications/luci-app-olsr/po/mr/olsr.po index 0ea3e57078..1ff1cc8c91 100644 --- a/applications/luci-app-olsr/po/mr/olsr.po +++ b/applications/luci-app-olsr/po/mr/olsr.po @@ -38,7 +38,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -154,8 +154,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -276,13 +276,13 @@ msgstr "होस्टनाव" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1089,7 +1089,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/ms/olsr.po b/applications/luci-app-olsr/po/ms/olsr.po index f02ff69a90..418452e347 100644 --- a/applications/luci-app-olsr/po/ms/olsr.po +++ b/applications/luci-app-olsr/po/ms/olsr.po @@ -31,7 +31,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -147,8 +147,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -269,13 +269,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1082,7 +1082,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/no/olsr.po b/applications/luci-app-olsr/po/no/olsr.po index ba78297673..735538cfc0 100644 --- a/applications/luci-app-olsr/po/no/olsr.po +++ b/applications/luci-app-olsr/po/no/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -152,8 +152,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -274,13 +274,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/pl/olsr.po b/applications/luci-app-olsr/po/pl/olsr.po index 9927216a33..8c7372973d 100644 --- a/applications/luci-app-olsr/po/pl/olsr.po +++ b/applications/luci-app-olsr/po/pl/olsr.po @@ -37,7 +37,7 @@ msgstr "Zezwól na bramy z NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Zezwól na wybieranie wychodzącej bramy IPv4 przez NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -159,8 +159,8 @@ msgstr "Metryka FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -285,7 +285,7 @@ msgstr "Nazwa hosta" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Hosty w sieci OLSR mogą ogłaszać połączenia z zewnętrznymi sieciami poprzez " @@ -294,7 +294,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 #, fuzzy msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Hosty w sieci OLSR mogą ogłaszać połączenia z zewnętrznymi sieciami poprzez " @@ -1141,7 +1141,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/pt-br/olsr.po b/applications/luci-app-olsr/po/pt-br/olsr.po index 6cdcf8d65a..67a5e7445e 100644 --- a/applications/luci-app-olsr/po/pt-br/olsr.po +++ b/applications/luci-app-olsr/po/pt-br/olsr.po @@ -40,7 +40,7 @@ msgstr "Permitir rotadores com NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Permitir a seleção de rotador de saída IPv4 com NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -169,8 +169,8 @@ msgstr "Métrica FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -315,7 +315,7 @@ msgstr "Nome do equipamento" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para " @@ -323,7 +323,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para " @@ -1271,7 +1271,7 @@ msgstr "inoperante" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "infinito" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/pt/olsr.po b/applications/luci-app-olsr/po/pt/olsr.po index cbe9cc55f3..fa1e869dd4 100644 --- a/applications/luci-app-olsr/po/pt/olsr.po +++ b/applications/luci-app-olsr/po/pt/olsr.po @@ -38,7 +38,7 @@ msgstr "Permitir gateways com NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Permitir a selecção de uma gateway IPv4 para saída com NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -161,8 +161,8 @@ msgstr "métrica FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -296,7 +296,7 @@ msgstr "Nome do Host" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para " @@ -304,7 +304,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Equipamentos em uma rede roteada por OLSR podem anunciar conectividade para " @@ -1222,7 +1222,7 @@ msgstr "para baixo" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "infinito" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/ro/olsr.po b/applications/luci-app-olsr/po/ro/olsr.po index 7c56e87121..fc9a5ae193 100644 --- a/applications/luci-app-olsr/po/ro/olsr.po +++ b/applications/luci-app-olsr/po/ro/olsr.po @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -153,8 +153,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -275,13 +275,13 @@ msgstr "Nume domeniu" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1088,7 +1088,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/ru/olsr.po b/applications/luci-app-olsr/po/ru/olsr.po index aa868efa3a..9bb112a4ef 100644 --- a/applications/luci-app-olsr/po/ru/olsr.po +++ b/applications/luci-app-olsr/po/ru/olsr.po @@ -40,7 +40,7 @@ msgstr "Разрешить шлюзы с NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "Разрешить выбор исходящего IPv4 шлюза с NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -162,8 +162,8 @@ msgstr "Метрика FIB" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -292,7 +292,7 @@ msgstr "Имя хоста" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" "Хосты в маршрутизируемой сети OLSR могут извещать о подключении к внешним " @@ -300,7 +300,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" "Хосты в маршрутизируемой сети OLSR могут извещать о подключении к внешним " @@ -1212,7 +1212,7 @@ msgstr "вниз" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/sk/olsr.po b/applications/luci-app-olsr/po/sk/olsr.po index ffcd368220..bbb43e6fbd 100644 --- a/applications/luci-app-olsr/po/sk/olsr.po +++ b/applications/luci-app-olsr/po/sk/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -152,8 +152,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -274,13 +274,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/sv/olsr.po b/applications/luci-app-olsr/po/sv/olsr.po index 2de7aaea96..939c55a56d 100644 --- a/applications/luci-app-olsr/po/sv/olsr.po +++ b/applications/luci-app-olsr/po/sv/olsr.po @@ -36,7 +36,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -154,8 +154,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -276,13 +276,13 @@ msgstr "Värdnamn" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1091,7 +1091,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/templates/olsr.pot b/applications/luci-app-olsr/po/templates/olsr.pot index 91b5830657..eee014d676 100644 --- a/applications/luci-app-olsr/po/templates/olsr.pot +++ b/applications/luci-app-olsr/po/templates/olsr.pot @@ -25,7 +25,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -141,8 +141,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -263,13 +263,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1076,7 +1076,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/tr/olsr.po b/applications/luci-app-olsr/po/tr/olsr.po index 3385fa6541..c5eb54aa51 100644 --- a/applications/luci-app-olsr/po/tr/olsr.po +++ b/applications/luci-app-olsr/po/tr/olsr.po @@ -32,7 +32,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -148,8 +148,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -270,13 +270,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1083,7 +1083,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/uk/olsr.po b/applications/luci-app-olsr/po/uk/olsr.po index c87a508633..121f7c4f44 100644 --- a/applications/luci-app-olsr/po/uk/olsr.po +++ b/applications/luci-app-olsr/po/uk/olsr.po @@ -37,7 +37,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -153,8 +153,8 @@ msgstr "" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -275,13 +275,13 @@ msgstr "Назва (ім'я) вузла" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1088,7 +1088,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/vi/olsr.po b/applications/luci-app-olsr/po/vi/olsr.po index 567a131a8b..b1b11ea15d 100644 --- a/applications/luci-app-olsr/po/vi/olsr.po +++ b/applications/luci-app-olsr/po/vi/olsr.po @@ -40,7 +40,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -156,8 +156,8 @@ msgstr "FIB metric" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -279,13 +279,13 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" @@ -1093,7 +1093,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/zh-cn/olsr.po b/applications/luci-app-olsr/po/zh-cn/olsr.po index 7e2eb29544..204d5d2c55 100644 --- a/applications/luci-app-olsr/po/zh-cn/olsr.po +++ b/applications/luci-app-olsr/po/zh-cn/olsr.po @@ -39,7 +39,7 @@ msgstr "允许带 NAT 的网关" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "允许选择有 NAT 的 IPv4 网关" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -158,8 +158,8 @@ msgstr "FIB 度量" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -284,13 +284,13 @@ msgstr "主机名" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "OLSR 路由网络中的主机可以使用 HNA 消息通告与外部网络的连接。" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "OLSR 路由网络中的主机可以使用 HNA6 消息通告与外部网络的连接。" @@ -1156,7 +1156,7 @@ msgstr "未连接" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 diff --git a/applications/luci-app-olsr/po/zh-tw/olsr.po b/applications/luci-app-olsr/po/zh-tw/olsr.po index 007612a62b..8d2d7889e4 100644 --- a/applications/luci-app-olsr/po/zh-tw/olsr.po +++ b/applications/luci-app-olsr/po/zh-tw/olsr.po @@ -38,7 +38,7 @@ msgstr "允許帶 NAT 的閘道器" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 -msgid "Allow the selection of an outgoing ipv4 gateway with NAT" +msgid "Allow the selection of an outgoing IPv4 gateway with NAT" msgstr "允許選擇有 NAT 的 IPv4 閘道器" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 @@ -157,8 +157,8 @@ msgstr "FIB 度量" msgid "" "FIBMetric controls the metric value of the host-routes OLSRd sets. \"flat\" " "means that the metric value is always 2. This is the preferred value because " -"it helps the linux kernel routing to clean up older routes. \"correct\" uses " -"the hopcount as the metric value. \"approx\" use the hopcount as the metric " +"it helps the Linux kernel routing to clean up older routes. \"correct\" uses " +"the hopcount as the metric value. \"approx\" uses the hopcount as the metric " "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" @@ -283,13 +283,13 @@ msgstr "主機名" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "OLSR 路由網路中的主機可以使用 HNA 訊息通告與外部網路的連線。" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" -"Hosts in a OLSR routed network can announce connecitivity to external " +"Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "OLSR 路由網路中的主機可以使用 HNA6 訊息通告與外部網路的連線。" @@ -1153,7 +1153,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 -msgid "infinate" +msgid "infinite" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 -- 2.30.2