diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-07 09:20:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 09:20:18 +0200 |
commit | 4b22060823d5f1ef94c4c439afad3e5c79eb71bc (patch) | |
tree | 44b2fe2604ea022e73a6a9cbf737516a8321085e /applications | |
parent | 55dcc8ab5c60334becd783e1c01f8de8ae3a9977 (diff) | |
parent | 9a25e3e09eaf44a6c6d32041ee1849309d51db7a (diff) |
Merge pull request #3450 from urbalazs/typos-olsr
luci-app-olsr: fix typos
Diffstat (limited to 'applications')
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 90a615699..79c9d5da6 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 0206b67dc..bb3567677 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 e4b093aa1..230990dd0 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 682421ff7..717436b13 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 8cd2088e4..99da8154b 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 %> <div class="td cbi-section-table-cell left"><%=gw.selected and luci.i18n.translate('yes') or luci.i18n.translate('no')%></div> - <div class="td cbi-section-table-cell left"><%=gw.cost > 0 and string.format("%.3f", gw.cost) or luci.i18n.translate('infinate')%></div> + <div class="td cbi-section-table-cell left"><%=gw.cost > 0 and string.format("%.3f", gw.cost) or luci.i18n.translate('infinite')%></div> <div class="td cbi-section-table-cell left"><%=gw.hops%></div> <div class="td cbi-section-table-cell left"><%=gw.uplink%></div> <div class="td cbi-section-table-cell left"><%=gw.downlink%></div> diff --git a/applications/luci-app-olsr/po/bg/olsr.po b/applications/luci-app-olsr/po/bg/olsr.po index ba88504d0..123ac0644 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 5f2eb5da2..da1ae9d98 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 e4a064370..9792cce43 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 c15be62df..5591eed16 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 d502d6331..11bfd1f14 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 ee68cdf69..b28157eb5 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 683f18ff1..db5ea7e89 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 66dbf3f16..6c0f3032d 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 5d3482112..d3cc11444 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 f7a8c525d..34494aad8 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 146bca89c..748c10243 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 06e2a83a6..9fd90e1ea 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 31de79d87..ac028e5f0 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 e54ea113a..bb211c53d 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 0ea3e5707..1ff1cc8c9 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 f02ff69a9..418452e34 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 ba7829767..735538cfc 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 9927216a3..8c7372973 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 6cdcf8d65..67a5e7445 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 cbe9cc55f..fa1e869dd 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 7c56e8712..fc9a5ae19 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 aa868efa3..9bb112a4e 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 ffcd36822..bbb43e6fb 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 2de7aaea9..939c55a56 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 91b583065..eee014d67 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 3385fa654..c5eb54aa5 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 c87a50863..121f7c4f4 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 567a131a8..b1b11ea15 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 7e2eb2954..204d5d2c5 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 007612a62..8d2d7889e 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 |