diff options
Diffstat (limited to 'applications/luci-app-olsr')
37 files changed, 4320 insertions, 655 deletions
diff --git a/applications/luci-app-olsr/luasrc/controller/olsr.lua b/applications/luci-app-olsr/luasrc/controller/olsr.lua index 22d9a01f15..41897092f7 100644 --- a/applications/luci-app-olsr/luasrc/controller/olsr.lua +++ b/applications/luci-app-olsr/luasrc/controller/olsr.lua @@ -26,6 +26,7 @@ function index() page.target = template("status-olsr/overview") page.title = _("OLSR") page.subindex = true + page.acl_depends = { "luci-app-olsr" } local page = node("admin", "status", "olsr", "json") page.target = call("action_json") @@ -74,7 +75,6 @@ function index() {"admin", "services", "olsrd", "display"}, cbi("olsr/olsrddisplay"), _("Display") ) - end function action_json() diff --git a/applications/luci-app-olsr/luasrc/controller/olsr4.lua b/applications/luci-app-olsr/luasrc/controller/olsr4.lua index 31a3101bc2..5c6d887cb2 100644 --- a/applications/luci-app-olsr/luasrc/controller/olsr4.lua +++ b/applications/luci-app-olsr/luasrc/controller/olsr4.lua @@ -13,6 +13,7 @@ function index() cbi("olsr/olsrd"), "OLSR IPv4" ) ol.subindex = true + ol.acl_depends = { "luci-app-olsr" } entry( {"admin", "services", "olsrd", "iface"}, diff --git a/applications/luci-app-olsr/luasrc/controller/olsr6.lua b/applications/luci-app-olsr/luasrc/controller/olsr6.lua index 9fbaa0427b..d09ad3398c 100644 --- a/applications/luci-app-olsr/luasrc/controller/olsr6.lua +++ b/applications/luci-app-olsr/luasrc/controller/olsr6.lua @@ -13,6 +13,7 @@ function index() cbi("olsr/olsrd6"), "OLSR IPv6" ) ol.subindex = true + ol.acl_depends = { "luci-app-olsr" } entry( {"admin", "services", "olsrd6", "iface"}, diff --git a/applications/luci-app-olsr/po/ar/olsr.po b/applications/luci-app-olsr/po/ar/olsr.po new file mode 100644 index 0000000000..4d625adac1 --- /dev/null +++ b/applications/luci-app-olsr/po/ar/olsr.po @@ -0,0 +1,1129 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2020-06-03 12:10+0000\n" +"Last-Translator: Marwan Amireh <amirehmarwan@gmail.com>\n" +"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsolsr/ar/>\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 4.1-dev\n" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 +msgid "Active MID announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:14 +msgid "Active OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:82 +msgid "Active host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +msgid "Advanced Settings" +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 gateways with NAT" +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" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "Announce uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:39 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:90 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:47 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:107 +msgid "Announced network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +msgid "Bad (ETX > 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Bad (SNR < 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Both values must use the dotted decimal notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:30 +msgid "Broadcast address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:259 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:90 +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:56 +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 +msgid "Device" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 +msgid "Display" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:112 +msgid "Downlink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:203 +msgid "Download Config" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:57 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:109 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:26 +msgid "ETX" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +msgid "Enable" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +msgid "Enable this interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +msgid "Enabled" +msgstr "ممكّن" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 +msgid "Expected retransmission count" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +msgid "FIB metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +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\" uses the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 +msgid "Gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +msgid "General settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +msgid "Good (2 < ETX < 4)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Good (30 > SNR > 20)" +msgstr "" + +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Green" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 +msgid "HNA" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 +msgid "HNA Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +msgid "HNA interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +msgid "HNA validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 +msgid "HNA6 Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +msgid "Hello" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +msgid "Hello interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +msgid "Hello validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Hide IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:13 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Hide IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Hna4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +msgid "Hna6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:58 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:110 +msgid "Hops" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "" +"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 an OLSR routed network can announce connectivity to external " +"networks using HNA6 messages." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +msgid "IP Addresses" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:113 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +msgid "IPv4 broadcast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +msgid "IPv4 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +msgid "IPv6 multicast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +msgid "IPv6 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +msgid "IPv6-Prefix of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.<br /><b>WARNING:</b> This parameter should not be used together " +"with the etx_ffeth metric!<br />Defaults to \"1.0\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:49 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:109 +msgid "Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +msgid "" +"Interface mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +msgid "Interfaces Defaults" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:47 +msgid "Internet protocol" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:98 +msgid "Known OLSR routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:24 +msgid "LQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +msgid "LQ aging" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +msgid "LQ algorithm" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +msgid "LQ fisheye" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +msgid "LQ level" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"separated by space." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:23 +msgid "Last hop" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:1 +msgid "Legend" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +msgid "Library" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +msgid "Link Quality Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +msgid "" +"Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " +"floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " +"etx_float, but with integer arithmetic<br /><b>etx_ff</b> : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation<br /><b>etx_ffeth</b>: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " +"quality for MPR selection and routing<br />Default is \"2\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +msgid "LinkQuality Multiplicator" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:188 +msgid "Links per node (average)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:183 +msgid "Links total" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:129 +msgid "Local interface IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +msgid "MID" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +msgid "MID interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +msgid "MID validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:26 +msgid "MTU" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +msgid "Main IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:10 +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 +msgid "Metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +msgid "Mode" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /" +">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /" +">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +msgid "NAT threshold" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:25 +msgid "NLQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:168 +msgid "Neighbors" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:126 +msgid "Neighbour IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 +msgid "Neighbours" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:21 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:29 +msgid "Netmask" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 +msgid "Network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 +msgid "Network address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +msgid "Nic changes poll interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:173 +msgid "Nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:27 +msgid "OLSR" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:4 +msgid "OLSR - Display Options" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "OLSR - HNA-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 +msgid "OLSR - HNA6-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +msgid "OLSR - Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 +msgid "OLSR Daemon" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +msgid "OLSR Daemon - Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:117 +msgid "OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:91 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:48 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:108 +msgid "OLSR gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:22 +msgid "OLSR node" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Orange" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 +msgid "Overview" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:122 +msgid "Overview of currently established OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:19 +msgid "Overview of currently known OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:103 +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:19 +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:17 +msgid "Overview of known multiple interface announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:104 +msgid "Overview of smart gateways in this network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +msgid "Plugin configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +msgid "Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +msgid "Pollrate" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +msgid "Port" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 +msgid "Prefix" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Red" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:9 +msgid "Resolve" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:10 +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 +msgid "Routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 +msgid "Secondary OLSR interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:56 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:108 +msgid "Selected" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:133 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:127 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Show IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Show IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:14 +msgid "Signal Noise Ratio in dB" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +msgid "SmartGW" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:97 +msgid "SmartGW announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:150 +msgid "SmartGateway is not configured on this system." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:28 +msgid "Source address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +msgid "Speed of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:25 +msgid "State" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:3 +msgid "Success rate of packages received from the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:4 +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +msgid "TC" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +msgid "TC interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +msgid "TC validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +msgid "TOS value" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit <a href='http://www.olsr.org'>olsrd.org</a> for help and " +"documentation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +msgid "The interface OLSRd should serve." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +msgid "Timing and Validity" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 +msgid "Topology" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 +msgid "Uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +msgid "Uplink uses NAT" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +msgid "Use hysteresis" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:41 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:92 +msgid "Validity Time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 +msgid "Version" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +msgid "Very good (ETX < 2)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Very good (SNR > 30)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:27 +msgid "WLAN" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +msgid "Weight" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.<br /" +"><b>Note:</b> Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +msgid "Willingness" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Yellow" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "down" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 +msgid "infinite" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "no" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "up" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "yes" +msgstr "" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/bg/olsr.po b/applications/luci-app-olsr/po/bg/olsr.po index 2b238709f4..c5b27343c0 100644 --- a/applications/luci-app-olsr/po/bg/olsr.po +++ b/applications/luci-app-olsr/po/bg/olsr.po @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -192,19 +192,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -222,7 +226,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -422,7 +426,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +570,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +655,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -775,8 +779,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -820,7 +824,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -859,7 +863,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -980,7 +984,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/bn_BD/olsr.po b/applications/luci-app-olsr/po/bn_BD/olsr.po new file mode 100644 index 0000000000..72ce15451d --- /dev/null +++ b/applications/luci-app-olsr/po/bn_BD/olsr.po @@ -0,0 +1,1126 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.1.1\n" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 +msgid "Active MID announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:14 +msgid "Active OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:82 +msgid "Active host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +msgid "Advanced Settings" +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 gateways with NAT" +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" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "Announce uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:39 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:90 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:47 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:107 +msgid "Announced network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +msgid "Bad (ETX > 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Bad (SNR < 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Both values must use the dotted decimal notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:30 +msgid "Broadcast address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:259 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:90 +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:56 +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 +msgid "Device" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 +msgid "Display" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:112 +msgid "Downlink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:203 +msgid "Download Config" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:57 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:109 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:26 +msgid "ETX" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +msgid "Enable" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +msgid "Enable this interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 +msgid "Expected retransmission count" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +msgid "FIB metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +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\" uses the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 +msgid "Gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +msgid "General Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +msgid "General settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +msgid "Good (2 < ETX < 4)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Good (30 > SNR > 20)" +msgstr "" + +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Green" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 +msgid "HNA" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 +msgid "HNA Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +msgid "HNA interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +msgid "HNA validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 +msgid "HNA6 Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +msgid "Hello" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +msgid "Hello interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +msgid "Hello validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Hide IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:13 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Hide IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Hna4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +msgid "Hna6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:58 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:110 +msgid "Hops" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 +msgid "Hostname" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "" +"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 an OLSR routed network can announce connectivity to external " +"networks using HNA6 messages." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +msgid "IP Addresses" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:113 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +msgid "IPv4 broadcast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +msgid "IPv4 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 +msgid "IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +msgid "IPv6 multicast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +msgid "IPv6 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +msgid "IPv6-Prefix of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.<br /><b>WARNING:</b> This parameter should not be used together " +"with the etx_ffeth metric!<br />Defaults to \"1.0\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:49 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:109 +msgid "Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +msgid "" +"Interface mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 +msgid "Interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +msgid "Interfaces Defaults" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:47 +msgid "Internet protocol" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:98 +msgid "Known OLSR routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:24 +msgid "LQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +msgid "LQ aging" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +msgid "LQ algorithm" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +msgid "LQ fisheye" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +msgid "LQ level" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"separated by space." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:23 +msgid "Last hop" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:1 +msgid "Legend" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +msgid "Library" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +msgid "Link Quality Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +msgid "" +"Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " +"floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " +"etx_float, but with integer arithmetic<br /><b>etx_ff</b> : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation<br /><b>etx_ffeth</b>: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " +"quality for MPR selection and routing<br />Default is \"2\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +msgid "LinkQuality Multiplicator" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:188 +msgid "Links per node (average)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:183 +msgid "Links total" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:129 +msgid "Local interface IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +msgid "MID" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +msgid "MID interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +msgid "MID validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:26 +msgid "MTU" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +msgid "Main IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:10 +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 +msgid "Metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +msgid "Mode" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /" +">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /" +">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +msgid "NAT threshold" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:25 +msgid "NLQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:168 +msgid "Neighbors" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:126 +msgid "Neighbour IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 +msgid "Neighbours" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:21 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:29 +msgid "Netmask" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 +msgid "Network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 +msgid "Network address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +msgid "Nic changes poll interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:173 +msgid "Nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:27 +msgid "OLSR" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:4 +msgid "OLSR - Display Options" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "OLSR - HNA-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 +msgid "OLSR - HNA6-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +msgid "OLSR - Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 +msgid "OLSR Daemon" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +msgid "OLSR Daemon - Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:117 +msgid "OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:91 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:48 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:108 +msgid "OLSR gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:22 +msgid "OLSR node" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Orange" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 +msgid "Overview" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:122 +msgid "Overview of currently established OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:19 +msgid "Overview of currently known OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:103 +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:19 +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:17 +msgid "Overview of known multiple interface announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:104 +msgid "Overview of smart gateways in this network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +msgid "Plugin configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +msgid "Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +msgid "Pollrate" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +msgid "Port" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 +msgid "Prefix" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Red" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:9 +msgid "Resolve" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:10 +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 +msgid "Routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 +msgid "Secondary OLSR interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:56 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:108 +msgid "Selected" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:133 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:127 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Show IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Show IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:14 +msgid "Signal Noise Ratio in dB" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +msgid "SmartGW" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:97 +msgid "SmartGW announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:150 +msgid "SmartGateway is not configured on this system." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:28 +msgid "Source address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +msgid "Speed of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:25 +msgid "State" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:3 +msgid "Success rate of packages received from the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:4 +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +msgid "TC" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +msgid "TC interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +msgid "TC validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +msgid "TOS value" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit <a href='http://www.olsr.org'>olsrd.org</a> for help and " +"documentation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +msgid "The interface OLSRd should serve." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +msgid "Timing and Validity" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 +msgid "Topology" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 +msgid "Uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +msgid "Uplink uses NAT" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +msgid "Use hysteresis" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:41 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:92 +msgid "Validity Time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 +msgid "Version" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +msgid "Very good (ETX < 2)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Very good (SNR > 30)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:27 +msgid "WLAN" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +msgid "Weight" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.<br /" +"><b>Note:</b> Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +msgid "Willingness" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Yellow" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "down" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 +msgid "infinite" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "no" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "up" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "yes" +msgstr "" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/ca/olsr.po b/applications/luci-app-olsr/po/ca/olsr.po index dfed601a46..ced889aae6 100644 --- a/applications/luci-app-olsr/po/ca/olsr.po +++ b/applications/luci-app-olsr/po/ca/olsr.po @@ -95,7 +95,7 @@ msgstr "" msgid "Device" msgstr "Dispositiu" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -194,19 +194,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "Anuncis HNA" @@ -224,7 +228,7 @@ msgstr "Interval HNA" msgid "HNA validity time" msgstr "Temps de validesa HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 #, fuzzy msgid "HNA6 Announcements" msgstr "Anuncis HNA" @@ -425,7 +429,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -569,7 +573,7 @@ msgstr "" msgid "Local interface IP" msgstr "IP d'interfície local" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -654,7 +658,7 @@ msgstr "Veïns" msgid "Neighbour IP" msgstr "IP del veí" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Veïns" @@ -779,8 +783,8 @@ msgstr "Visió de conjunt de les passarel·les intel·ligents en aquesta xarxa" msgid "Plugin configuration" msgstr "Configuració de connector" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -824,7 +828,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -863,7 +867,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -984,7 +988,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Sincronització i validitat" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologia" diff --git a/applications/luci-app-olsr/po/cs/olsr.po b/applications/luci-app-olsr/po/cs/olsr.po index e5ee49b509..5d91a6d3c1 100644 --- a/applications/luci-app-olsr/po/cs/olsr.po +++ b/applications/luci-app-olsr/po/cs/olsr.po @@ -91,7 +91,7 @@ msgstr "" msgid "Device" msgstr "Zařízení" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -190,19 +190,23 @@ msgstr "Dobré (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Dobré (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Zelený" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -220,7 +224,7 @@ msgstr "HNA interval" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -420,7 +424,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -564,7 +568,7 @@ msgstr "" msgid "Local interface IP" msgstr "IP lokálního rozhraní" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -649,7 +653,7 @@ msgstr "Sousedé" msgid "Neighbour IP" msgstr "IP souseda" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Sousedé" @@ -773,8 +777,8 @@ msgstr "" msgid "Plugin configuration" msgstr "Konfigurace pluginu" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -818,7 +822,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Trasy" @@ -857,7 +861,7 @@ msgstr "Zobrazit IPv6" msgid "Signal Noise Ratio in dB" msgstr "Úroveň šumu v dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -978,7 +982,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologie" diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po index 408b83f2af..dad988c8b8 100644 --- a/applications/luci-app-olsr/po/de/olsr.po +++ b/applications/luci-app-olsr/po/de/olsr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-12-09 20:03+0000\n" -"Last-Translator: ssantos <ssantos@web.de>\n" +"PO-Revision-Date: 2020-04-01 19:11+0000\n" +"Last-Translator: CE4 <chregger@gmail.com>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/de/>\n" "Language: de\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -73,12 +73,12 @@ msgstr "Broadcast-Adresse" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" -msgstr "" +msgstr "Mögliche Werte sind valide IPv4 oder IPv6-Adresse oder 'default'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:259 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:90 msgid "Can only be a valid IPv6 address or 'default'" -msgstr "" +msgstr "Mögliche Werte sind eine valide IPv6-Adresse oder 'default'" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 msgid "Configuration" @@ -89,12 +89,14 @@ msgid "" "Could not get any data. Make sure the jsoninfo plugin is installed and " "allows connections from localhost." msgstr "" +"Es konnten keine Daten erhalten werden. Bitte sicherstellen, dass das " +"jsoninfo-Plugin installiert ist und Verbindungen von localhost erlaubt." #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 msgid "Device" msgstr "Gerät" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Anzeige" @@ -198,25 +200,29 @@ msgstr "Allgemeine Einstellungen" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 msgid "Good (2 < ETX < 4)" -msgstr "" +msgstr "Gut (2 < ETX < 4)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 msgid "Good (30 > SNR > 20)" +msgstr "Gut (30 > SNR > 20)" + +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" -msgstr "" +msgstr "Grün" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "HNA-Ankündigungen" @@ -234,10 +240,9 @@ msgstr "HNA-Intervall" msgid "HNA validity time" msgstr "HNA-Gültigkeit" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 -#, fuzzy +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" -msgstr "HNA-Ankündigungen" +msgstr "HNA6-Ankündigungen" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 @@ -261,12 +266,12 @@ msgstr "Hello-Gültigkeit" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 msgid "Hide IPv4" -msgstr "" +msgstr "Verstecke IPv4" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:13 #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 msgid "Hide IPv6" -msgstr "" +msgstr "Verstecke IPv6" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 msgid "Hna4" @@ -296,13 +301,12 @@ msgstr "" "Netzwerken mittels HNA-Nachrichten ankündigen." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 -#, fuzzy msgid "" "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 " -"Netzwerken mittels HNA-Nachrichten ankündigen." +"Netzwerken mittels HNA6-Nachrichten bekanntgeben." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 @@ -468,7 +472,7 @@ msgstr "" "Ethernetschnittstellen unterbunden werden. Gültige Werte sind \"mesh\" und " "\"ether\". Die Voreinstellung ist \"mesh\"." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -499,7 +503,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." -msgstr "" +msgstr "Ungültiger LQMult-Wert. Der Wert muss zwischen 0.01 und 1.0 liegen." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 @@ -509,6 +513,8 @@ msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." msgstr "" +"Ungültiger LQMult-Wert. Die Angabe muss eine Dezimalzahl sein und zwischen " +"0.01 und 1.0 liegen." #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:98 msgid "Known OLSR routes" @@ -546,6 +552,8 @@ msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." msgstr "" +"LQMult benötigt zwei Werte (IP-Adresse oder 'default' und einen " +"Multiplikator) durch ein Leerzeichen getrennt." #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:23 msgid "Last hop" @@ -628,7 +636,7 @@ msgstr "Verbindungen insgesamt" msgid "Local interface IP" msgstr "Lokale Interface-IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -662,6 +670,8 @@ msgid "" "Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " "configured on port 9090 and accepts connections from \"127.0.0.1\"." msgstr "" +"Bitte sicherstellen, dass OLSRd läuft, das \"jsoninfo\"-Plugin geladen, auf " +"Port 9090 konfiguriert ist und Verbindungen von \"127.0.0.1\" akzeptiert." #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 @@ -685,6 +695,10 @@ msgid "" ">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to all " "nodes on this interface by 20%: default 0.8" msgstr "" +"Routen werden mit dem hier angegebenen Faktor multipliziert. Erlaubte Werte " +"sind zwischen 0.01 und 1.0. Dies wird nur angewandt, wenn der LQ-Level " +"größer 0 ist. Beispiel:<br/>reduziere LQ zo 192.168.0.1 um 50%: 192.168.0.1 " +"0.5<br />reduziere LQ zu 192.168.0.1 um 20%: 192.168.0.1 0.8" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 @@ -717,7 +731,7 @@ msgstr "Nachbarn" msgid "Neighbour IP" msgstr "Nachbar-IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Nachbarn" @@ -762,9 +776,8 @@ msgid "OLSR - HNA-Announcements" msgstr "OLSR - HNA-Ankündigungen" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 -#, fuzzy msgid "OLSR - HNA6-Announcements" -msgstr "OLSR - HNA-Ankündigungen" +msgstr "OLSR - HNA6-Ankündigungen" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 @@ -803,7 +816,7 @@ msgstr "OLSR-Knoten" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 msgid "Orange" -msgstr "" +msgstr "Orange" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 msgid "Overview" @@ -842,8 +855,8 @@ msgstr "Übersicht über Smart Gateways in diesem Netzwerk" msgid "Plugin configuration" msgstr "Pluginkonfiguration" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -875,7 +888,7 @@ msgstr "Prefix" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 msgid "Red" -msgstr "" +msgstr "Rot" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:9 msgid "Resolve" @@ -892,7 +905,7 @@ msgstr "" "dann werden die OLSR-Statusseiten nur sehr langsam laden. In diesem Fall " "sollte man diese Option deaktivieren." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Routen" @@ -927,17 +940,17 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 msgid "Show IPv4" -msgstr "" +msgstr "Zeige IPv4" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 msgid "Show IPv6" -msgstr "" +msgstr "Zeige IPv6" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:14 msgid "Signal Noise Ratio in dB" -msgstr "" +msgstr "Signal-Rauschabstand in dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -976,11 +989,11 @@ msgstr "Zustand" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 msgid "Still usable (20 > SNR > 5)" -msgstr "" +msgstr "Noch verwendbar (20 > SNR > 5)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 msgid "Still usable (4 < ETX < 10)" -msgstr "" +msgstr "Noch verwendbar (4 < ETX < 10)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:3 msgid "Success rate of packages received from the neighbour" @@ -1073,7 +1086,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Taktung und Validität" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologie" @@ -1108,7 +1121,7 @@ msgstr "Hysterese aktivieren" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:41 #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:92 msgid "Validity Time" -msgstr "" +msgstr "Gültigkeitsdauer" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 msgid "Version" @@ -1116,11 +1129,11 @@ msgstr "Version" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 msgid "Very good (ETX < 2)" -msgstr "" +msgstr "Sehr gut (ETX < 2)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Very good (SNR > 30)" -msgstr "" +msgstr "Sehr gut (SNR > 30)" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:27 msgid "WLAN" @@ -1193,16 +1206,16 @@ msgstr "Bereitschaft" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 msgid "Yellow" -msgstr "" +msgstr "Gelb" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "down" -msgstr "" +msgstr "down" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 msgid "infinite" -msgstr "" +msgstr "unendlich" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 @@ -1216,7 +1229,7 @@ msgstr "nein" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "up" -msgstr "" +msgstr "up" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 diff --git a/applications/luci-app-olsr/po/el/olsr.po b/applications/luci-app-olsr/po/el/olsr.po index 712273e560..a4c875aab6 100644 --- a/applications/luci-app-olsr/po/el/olsr.po +++ b/applications/luci-app-olsr/po/el/olsr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-28 02:08+0200\n" -"PO-Revision-Date: 2019-11-23 18:05+0000\n" -"Last-Translator: lamprakis <lamprakisa@yahoo.gr>\n" +"PO-Revision-Date: 2020-04-25 16:36+0000\n" +"Last-Translator: george k <norhorn@gmail.com>\n" "Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/el/>\n" "Language: el\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -29,7 +29,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 msgid "Advanced Settings" -msgstr "Προχωρημένες Ρυθμίσεις" +msgstr "Ρυθμίσεις για προχωρημένους" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "Συσκευή" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -192,19 +192,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -222,7 +226,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -422,7 +426,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +570,7 @@ msgstr "Συνδέσεις σύνολο" msgid "Local interface IP" msgstr "IP τοπικής διεπαφής" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +655,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -775,8 +779,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -795,7 +799,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 msgid "Port" -msgstr "Πόρτα" +msgstr "Θύρα" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 @@ -820,7 +824,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Διαδρομές" @@ -859,7 +863,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -980,7 +984,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Τοπολογία" diff --git a/applications/luci-app-olsr/po/en/olsr.po b/applications/luci-app-olsr/po/en/olsr.po index 7b7ea67a30..996dd0da57 100644 --- a/applications/luci-app-olsr/po/en/olsr.po +++ b/applications/luci-app-olsr/po/en/olsr.po @@ -1,17 +1,18 @@ -#, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" +"PO-Revision-Date: 2020-05-31 01:41+0000\n" +"Last-Translator: Stephen Maundrell <smaundrell@gmail.com>\n" +"Language-Team: English <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsolsr/en/>\n" +"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Translate Toolkit 1.1.1\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -92,7 +93,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -137,7 +138,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 msgid "Enabled" -msgstr "" +msgstr "Enabled" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 msgid "Expected retransmission count" @@ -191,19 +192,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -221,7 +226,7 @@ msgstr "HNA interval" msgid "HNA validity time" msgstr "HNA validity time" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 #, fuzzy msgid "HNA6 Announcements" msgstr "OLSR - HNA-Announcements" @@ -422,7 +427,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +571,7 @@ msgstr "" msgid "Local interface IP" msgstr "Local interface IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +656,7 @@ msgstr "" msgid "Neighbour IP" msgstr "Neighbour IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -776,8 +781,8 @@ msgstr "" msgid "Plugin configuration" msgstr "Plugin configuration" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -821,7 +826,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -860,7 +865,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -981,7 +986,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/es/olsr.po b/applications/luci-app-olsr/po/es/olsr.po index bb58b0b29b..04125d9438 100644 --- a/applications/luci-app-olsr/po/es/olsr.po +++ b/applications/luci-app-olsr/po/es/olsr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-11-13 21:10+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/es/>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -95,7 +95,7 @@ msgstr "" msgid "Device" msgstr "Dispositivo" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Monitor" @@ -202,19 +202,23 @@ msgstr "Bien (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Bien (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "Conceder acceso UCI para luci-app-olsr" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Verde" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "Declaraciones HNA" @@ -232,7 +236,7 @@ msgstr "Intervalo HNA" msgid "HNA validity time" msgstr "Tiempo de validez de HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "Anuncios HNA6" @@ -282,7 +286,7 @@ msgstr "Saltos" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 msgid "Hostname" -msgstr "Nombre de host" +msgstr "Nombre del host" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" @@ -460,7 +464,7 @@ msgstr "" "interfaces de red conmutados. Los modos válidos son \"mesh\" y \"ether\". " "Por defecto es \"mesh\"." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -625,7 +629,7 @@ msgstr "Enlaces totales" msgid "Local interface IP" msgstr "IP de la interfaz local" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -721,7 +725,7 @@ msgstr "Vecinos" msgid "Neighbour IP" msgstr "IP vecina" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Vecinos" @@ -810,7 +814,7 @@ msgstr "Naranja" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 msgid "Overview" -msgstr "Vista general" +msgstr "Visión general" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 msgid "Overview of currently active OLSR host net announcements" @@ -845,8 +849,8 @@ msgstr "Pasarelas inteligentes en esta red" msgid "Plugin configuration" msgstr "Configuración del plugin" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -893,7 +897,7 @@ msgstr "" "seguro, pero las páginas se cargarán lentamente si usa IPs públicas y tiene " "una configuración inestable de DNS. En este caso deshabilítelo aquí." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Rutas" @@ -938,7 +942,7 @@ msgstr "Mostrar IPv6" msgid "Signal Noise Ratio in dB" msgstr "Ratio señal / ruido en dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1074,7 +1078,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Tiempo y validez" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topología" diff --git a/applications/luci-app-olsr/po/fi/olsr.po b/applications/luci-app-olsr/po/fi/olsr.po new file mode 100644 index 0000000000..abd76cc745 --- /dev/null +++ b/applications/luci-app-olsr/po/fi/olsr.po @@ -0,0 +1,1128 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-05-19 19:35+0200\n" +"PO-Revision-Date: 2020-06-02 06:41+0000\n" +"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsolsr/fi/>\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1-dev\n" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 +msgid "Active MID announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:14 +msgid "Active OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:82 +msgid "Active host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 +msgid "Advanced Settings" +msgstr "Lisäasetukset" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 +msgid "Allow gateways with NAT" +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" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "Announce uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:39 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:90 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:47 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:107 +msgid "Announced network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +msgid "Bad (ETX > 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Bad (SNR < 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Both values must use the dotted decimal notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:30 +msgid "Broadcast address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 +msgid "Can only be a valid IPv4 or IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:259 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:90 +msgid "Can only be a valid IPv6 address or 'default'" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 +msgid "Configuration" +msgstr "Määritys" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:56 +msgid "" +"Could not get any data. Make sure the jsoninfo plugin is installed and " +"allows connections from localhost." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 +msgid "Device" +msgstr "Laite" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 +msgid "Display" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:112 +msgid "Downlink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:203 +msgid "Download Config" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:57 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:109 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:26 +msgid "ETX" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:346 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:35 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 +msgid "Enable" +msgstr "Ota käyttöön" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 +msgid "" +"Enable SmartGateway. If it is disabled, then all other SmartGateway " +"parameters are ignored. Default is \"no\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 +msgid "Enable this interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 +msgid "Enabled" +msgstr "Käytössä" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 +msgid "Expected retransmission count" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 +msgid "FIB metric" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 +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\" uses the hopcount as the metric " +"value too, but does only update the hopcount if the nexthop changes too. " +"Default is \"flat\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 +msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 +msgid "Gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:42 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 +msgid "General Settings" +msgstr "Yleisasetukset" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 +msgid "General settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +msgid "Good (2 < ETX < 4)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Good (30 > SNR > 20)" +msgstr "" + +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Green" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 +msgid "HNA" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 +msgid "HNA Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 +msgid "HNA interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 +msgid "HNA validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 +msgid "HNA6 Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 +msgid "Hello" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 +msgid "Hello interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 +msgid "Hello validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Hide IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:13 +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Hide IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 +msgid "Hna4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +msgid "Hna6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:58 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:110 +msgid "Hops" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 +msgid "Hostname" +msgstr "Palvelinnimi" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "" +"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 an OLSR routed network can announce connectivity to external " +"networks using HNA6 messages." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 +msgid "" +"Hysteresis for link sensing (only for hopcount metric). Hysteresis adds more " +"robustness to the link sensing but delays neighbor registration. Defaults is " +"\"yes\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 +msgid "IP Addresses" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 +msgid "" +"IP-version to use. If 6and4 is selected then one olsrd instance is started " +"for each protocol." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:61 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:113 +msgid "IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 +msgid "IPv4 broadcast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 +msgid "" +"IPv4 broadcast address for outgoing OLSR packets. One useful example would " +"be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " +"interface broadcast IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +msgid "IPv4 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 +msgid "" +"IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " +"triggers usage of the interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 +msgid "IPv6" +msgstr "IPv6" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:110 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:103 +msgid "IPv6 multicast" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:286 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:273 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:104 +msgid "" +"IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " +"multicast." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 +msgid "" +"IPv6 network must be given in full notation, prefix must be in CIDR notation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +msgid "IPv6 source" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:123 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:110 +msgid "" +"IPv6 src prefix. OLSRd will choose one of the interface IPs which matches " +"the prefix of this parameter. Default is \"0::/0\", which triggers the usage " +"of a not-linklocal interface IP." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +msgid "IPv6-Prefix of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 +msgid "" +"If the route to the current gateway is to be changed, the ETX value of this " +"gateway is multiplied with this value before it is compared to the new one. " +"The parameter can be a value between 0.1 and 1.0, but should be close to 1.0 " +"if changed.<br /><b>WARNING:</b> This parameter should not be used together " +"with the etx_ffeth metric!<br />Defaults to \"1.0\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +msgid "" +"If this Node uses NAT for connections to the internet. Default is \"yes\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:23 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:62 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:128 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:49 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:109 +msgid "Interface" +msgstr "Sovitin" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:52 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52 +msgid "" +"Interface mode is used to prevent unnecessary packet forwarding on switched " +"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is " +"\"mesh\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 +msgid "Interfaces" +msgstr "Sovittimet" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 +msgid "Interfaces Defaults" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:47 +msgid "Internet protocol" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 +msgid "" +"Interval to poll network interfaces for configuration changes (in seconds). " +"Default is \"2.5\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:93 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 +msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:96 +msgid "" +"Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " +"and 1.0 here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:98 +msgid "Known OLSR routes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:24 +msgid "LQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 +msgid "LQ aging" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 +msgid "LQ algorithm" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 +msgid "LQ fisheye" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 +msgid "LQ level" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:87 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:87 +msgid "" +"LQMult requires two values (IP address or 'default' and multiplicator) " +"separated by space." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:23 +msgid "Last hop" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:1 +msgid "Legend" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 +msgid "Library" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 +msgid "Link Quality Settings" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 +msgid "" +"Link quality aging factor (only for lq level 2). Tuning parameter for " +"etx_float and etx_fpm, smaller values mean slower changes of ETX value. " +"(allowed values are between 0.01 and 1.0)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 +msgid "" +"Link quality algorithm (only for lq level 2).<br /><b>etx_float</b>: " +"floating point ETX with exponential aging<br /><b>etx_fpm</b> : same as " +"etx_float, but with integer arithmetic<br /><b>etx_ff</b> : ETX freifunk, an " +"etx variant which use all OLSR traffic (instead of only hellos) for ETX " +"calculation<br /><b>etx_ffeth</b>: incompatible variant of etx_ff that " +"allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 +msgid "" +"Link quality level switch between hopcount and cost-based (mostly ETX) " +"routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " +"quality for MPR selection and routing<br />Default is \"2\"" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +msgid "LinkQuality Multiplicator" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:188 +msgid "Links per node (average)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:183 +msgid "Links total" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:129 +msgid "Local interface IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 +msgid "MID" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 +msgid "MID interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 +msgid "MID validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:26 +msgid "MTU" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 +msgid "Main IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:10 +msgid "" +"Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " +"configured on port 9090 and accepts connections from \"127.0.0.1\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 +msgid "Metric" +msgstr "Mittari" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:220 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:357 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 +msgid "Mode" +msgstr "Tila" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /" +">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to all " +"nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 +msgid "" +"Multiply routes with the factor given here. Allowed values are between 0.01 " +"and 1.0. It is only used when LQ-Level is greater than 0. Examples:<br /" +">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce " +"LQ to all nodes on this interface by 20%: default 0.8" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 +msgid "NAT threshold" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:25 +msgid "NLQ" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:168 +msgid "Neighbors" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:60 +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:126 +msgid "Neighbour IP" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 +msgid "Neighbours" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:21 +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:29 +msgid "Netmask" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 +msgid "Network" +msgstr "Verkko" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 +msgid "Network address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +msgid "Nic changes poll interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:173 +msgid "Nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:27 +msgid "OLSR" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:4 +msgid "OLSR - Display Options" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 +msgid "OLSR - HNA-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 +msgid "OLSR - HNA6-Announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 +msgid "OLSR - Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 +msgid "OLSR Daemon" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 +msgid "OLSR Daemon - Interface" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:117 +msgid "OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:91 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:48 +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:108 +msgid "OLSR gateway" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:22 +msgid "OLSR node" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Orange" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 +msgid "Overview" +msgstr "Yhteenveto" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 +msgid "Overview of currently active OLSR host net announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:122 +msgid "Overview of currently established OLSR connections" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:19 +msgid "Overview of currently known OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:103 +msgid "Overview of currently known routes to other OLSR nodes" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:19 +msgid "Overview of interfaces where OLSR is running" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:17 +msgid "Overview of known multiple interface announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:104 +msgid "Overview of smart gateways in this network" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 +msgid "Plugin configuration" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 +msgid "Plugins" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 +msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 +msgid "Pollrate" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 +msgid "Port" +msgstr "Portti" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 +msgid "Prefix" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 +msgid "Red" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:9 +msgid "Resolve" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:10 +msgid "" +"Resolve hostnames on status pages. It is generally safe to allow this, but " +"if you use public IPs and have unstable DNS-Setup then those pages will load " +"really slow. In this case disable it here." +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 +msgid "Routes" +msgstr "Reitit" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 +msgid "Secondary OLSR interfaces" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:56 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:108 +msgid "Selected" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:133 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " +"IP of the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:127 +msgid "" +"Sets the main IP (originator ip) of the router. This IP will NEVER change " +"during the uptime of olsrd. Default is ::, which triggers usage of the IP of " +"the first interface." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 +msgid "Show IPv4" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 +msgid "Show IPv6" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:14 +msgid "Signal Noise Ratio in dB" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +msgid "SmartGW" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:97 +msgid "SmartGW announcements" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:150 +msgid "SmartGateway is not configured on this system." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:28 +msgid "Source address" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +msgid "" +"Specifies the speed of the uplink in kilobits/s. First parameter is " +"upstream, second parameter is downstream. Default is \"128 1024\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +msgid "Speed of the uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:25 +msgid "State" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 +msgid "Still usable (20 > SNR > 5)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 +msgid "Still usable (4 < ETX < 10)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:3 +msgid "Success rate of packages received from the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:4 +msgid "Success rate of packages sent to the neighbour" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 +msgid "TC" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 +msgid "TC interval" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 +msgid "TC validity time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 +msgid "TOS value" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:15 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:15 +msgid "" +"The OLSR daemon is an implementation of the Optimized Link State Routing " +"protocol. As such it allows mesh routing for any network equipment. It runs " +"on any wifi card that supports ad-hoc mode and of course on any ethernet " +"device. Visit <a href='http://www.olsr.org'>olsrd.org</a> for help and " +"documentation." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 +msgid "" +"The fixed willingness to use. If not set willingness will be calculated " +"dynamically based on battery/power status. Default is \"3\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 +msgid "The interface OLSRd should serve." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 +msgid "" +"The port OLSR uses. This should usually stay at the IANA assigned port 698. " +"It can have a value between 1 and 65535." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 +msgid "" +"This can be used to signal the external IPv6 prefix of the uplink to the " +"clients. This might allow a client to change it's local IPv6 address to use " +"the IPv6 gateway without any kind of address translation. The maximum prefix " +"length is 64 bits. Default is \"::/0\" (no prefix)." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 +msgid "Timing and Validity" +msgstr "" + +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 +msgid "Topology" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 +msgid "" +"Type of service value for the IP header of control traffic. Default is " +"\"16\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 +msgid "Unable to connect to the OLSR daemon!" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 +msgid "Uplink" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 +msgid "Uplink uses NAT" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 +msgid "Use hysteresis" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:41 +#: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:92 +msgid "Validity Time" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 +msgid "Version" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 +msgid "Very good (ETX < 2)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 +msgid "Very good (SNR > 30)" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:27 +msgid "WLAN" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 +msgid "" +"Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " +"work, please install it." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 +msgid "Weight" +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:61 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:61 +msgid "" +"When multiple links exist between hosts the weight of interface is used to " +"determine the link to use. Normally the weight is automatically calculated " +"by olsrd based on the characteristics of the interface, but here you can " +"specify a fixed value. Olsrd will choose links with the lowest value.<br /" +"><b>Note:</b> Interface weight is used only when LinkQualityLevel is set to " +"0. For any other value of LinkQualityLevel, the interface ETX value is used " +"instead." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " +"Default setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 +msgid "" +"Which kind of uplink is exported to the other mesh nodes. An uplink is " +"detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " +"setting is \"both\"." +msgstr "" + +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 +#: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 +msgid "Willingness" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 +#: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 +msgid "Yellow" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "down" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 +msgid "infinite" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "no" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 +msgid "up" +msgstr "" + +#: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:34 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:35 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:133 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 +#: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 +msgid "yes" +msgstr "kyllä" + +#~ msgid "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." +#~ msgstr "" +#~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " +#~ "configured on port 2006 and accepts connections from \"127.0.0.1\"." diff --git a/applications/luci-app-olsr/po/fr/olsr.po b/applications/luci-app-olsr/po/fr/olsr.po index 678fad2adf..1566db06fb 100644 --- a/applications/luci-app-olsr/po/fr/olsr.po +++ b/applications/luci-app-olsr/po/fr/olsr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2020-01-11 18:23+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2020-05-10 12:47+0000\n" +"Last-Translator: viking76 <liaudetgael@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/fr/>\n" "Language: fr\n" @@ -12,19 +12,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10.1\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" -msgstr "" +msgstr "Annonces MID actives" #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:14 msgid "Active OLSR nodes" -msgstr "" +msgstr "Nœuds OLSR actifs" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:82 msgid "Active host net announcements" -msgstr "" +msgstr "Annonces actives sur le réseau d'hôtes" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 @@ -34,50 +34,50 @@ msgstr "Paramètres avancés" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 msgid "Allow gateways with NAT" -msgstr "" +msgstr "Autoriser les passerelles avec le 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" -msgstr "" +msgstr "Autoriser la sélection d’une passerelle IPv4 sortante avec NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 msgid "Announce uplink" -msgstr "" +msgstr "Annoncer la liaison montante" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:39 #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:90 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:47 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:107 msgid "Announced network" -msgstr "" +msgstr "Réseau annoncé" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 msgid "Bad (ETX > 10)" -msgstr "" +msgstr "Mauvais (ETX > 10)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 msgid "Bad (SNR < 5)" -msgstr "" +msgstr "Mauvais (SNR < 5)" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 msgid "Both values must use the dotted decimal notation." -msgstr "" +msgstr "Les deux valeurs doivent utiliser la notation décimale pointillée." #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:30 msgid "Broadcast address" -msgstr "" +msgstr "Adresse de diffusion" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:265 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:90 msgid "Can only be a valid IPv4 or IPv6 address or 'default'" -msgstr "" +msgstr "Ne peut être qu'une adresse IPv4 ou IPv6 valide ou \"par défaut\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:259 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:90 msgid "Can only be a valid IPv6 address or 'default'" -msgstr "" +msgstr "Peut être seulement une adresse IPv6 valide ou «par défaut»" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 msgid "Configuration" @@ -88,29 +88,31 @@ msgid "" "Could not get any data. Make sure the jsoninfo plugin is installed and " "allows connections from localhost." msgstr "" +"Impossible d’obtenir des données. Assurez-vous que le plugin jsoninfo est " +"installé et permet des connexions à partir de localhost." #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 msgid "Device" msgstr "Appareil" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" -msgstr "" +msgstr "Affichage" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:60 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:112 msgid "Downlink" -msgstr "" +msgstr "Liaison descendante" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:203 msgid "Download Config" -msgstr "" +msgstr "Télécharger Config" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:57 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:109 #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:26 msgid "ETX" -msgstr "" +msgstr "ETX" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:365 @@ -129,11 +131,13 @@ msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." msgstr "" +"Activez SmartGateway. Si elle est désactivée, tous les autres paramètres de " +"SmartGateway sont ignorés. La valeur par défaut est \"non\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 msgid "Enable this interface." -msgstr "" +msgstr "Activez cette interface." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 @@ -142,12 +146,12 @@ msgstr "Activé" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 msgid "Expected retransmission count" -msgstr "" +msgstr "Nombre de retransmissions attendues" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:65 msgid "FIB metric" -msgstr "" +msgstr "FIB métrique" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:72 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:66 @@ -159,11 +163,20 @@ msgid "" "value too, but does only update the hopcount if the nexthop changes too. " "Default is \"flat\"." msgstr "" +"FIBMetric contrôle la valeur métrique des ensembles OLSRd des itinéraires du " +"Host. « plat » signifie que la valeur métrique est toujours de 2. C’est la " +"valeur préférée car il aide le routage de noyau Linux pour nettoyer les " +"itinéraires plus anciens. \"correct\" utilise le hopcount comme valeur " +"métrique. \"approx\" utilise le hopcount comme la valeur métrique aussi, " +"mais ne mettre à jour le hopcount si le nexthop change trop. Le défaut est " +"\"plat\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:112 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" +"Mécanisme de fisheye pour les CT (moyens vérifiés en marche). La valeur par " +"défaut est \"on\"" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 @@ -186,88 +199,92 @@ msgstr "Réglages généraux" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 msgid "Good (2 < ETX < 4)" -msgstr "" +msgstr "Bon (2 < ETX < 4)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 msgid "Good (30 > SNR > 20)" -msgstr "" +msgstr "Bon (30 > SNR > 20)" + +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "Accorder tous les accès l'UCI pour luci-app-olsr" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" -msgstr "" +msgstr "Vert" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" -msgstr "" +msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" -msgstr "" +msgstr "HNA Annonces" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:341 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:322 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:165 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:152 msgid "HNA interval" -msgstr "" +msgstr "HNA intervalle" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:347 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:328 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:171 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:158 msgid "HNA validity time" -msgstr "" +msgstr "HNA temps de validité" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" -msgstr "" +msgstr "HNA6 Annonces" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:381 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:362 msgid "Hello" -msgstr "" +msgstr "Bonjour" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:305 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:286 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:129 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:116 msgid "Hello interval" -msgstr "" +msgstr "Bonjour intervalle" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:311 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:135 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:122 msgid "Hello validity time" -msgstr "" +msgstr "durée de validité du Bonjour" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 msgid "Hide IPv4" -msgstr "" +msgstr "Masquer IPv4" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:13 #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 msgid "Hide IPv6" -msgstr "" +msgstr "Masquer IPv6" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:12 msgid "Hna4" -msgstr "" +msgstr "Hna4" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 msgid "Hna6" -msgstr "" +msgstr "Hna6" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:58 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:110 msgid "Hops" -msgstr "" +msgstr "Sauts" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 @@ -279,12 +296,16 @@ msgid "" "Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA messages." msgstr "" +"Les hôtes d'un réseau à routage OLSR peuvent annoncer la connectivité à des " +"réseaux externes à l'aide de messages HNA." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "" "Hosts in an OLSR routed network can announce connectivity to external " "networks using HNA6 messages." msgstr "" +"Les hôtes d'un réseau à routage OLSR peuvent annoncer la connectivité à des " +"réseaux externes à l'aide de messages HNA6." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:117 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:111 @@ -293,6 +314,10 @@ msgid "" "robustness to the link sensing but delays neighbor registration. Defaults is " "\"yes\"" msgstr "" +"Hystérésis pour la détection des liens (uniquement pour la métrique du " +"compte d'heures). L'hystérésis ajoute une plus grande robustesse à la " +"détection de liens mais retarde l'enregistrement des voisins. La valeur par " +"défaut est \"oui\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 @@ -306,6 +331,8 @@ msgid "" "IP-version to use. If 6and4 is selected then one olsrd instance is started " "for each protocol." msgstr "" +"Version IP à utiliser. Si 6and4 est sélectionné, une instance olsrd est " +"lancée pour chaque protocole." #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:113 @@ -324,11 +351,15 @@ msgid "" "be 255.255.255.255. Default is \"0.0.0.0\", which triggers the usage of the " "interface broadcast IP." msgstr "" +"Adresse de diffusion IPv4 pour les paquets OLSR sortants. Un exemple utile " +"serait 255.255.255.255. Le défaut est \"0.0.0.0\", ce qui déclenche " +"l’utilisation de l’interface broadcast IP." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:291 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:116 +#, fuzzy msgid "IPv4 source" -msgstr "" +msgstr "IPv4 source" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:292 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:117 @@ -336,6 +367,8 @@ msgid "" "IPv4 src address for outgoing OLSR packages. Default is \"0.0.0.0\", which " "triggers usage of the interface IP." msgstr "" +"Adresse IPv4 src pour les paquets OLSR sortants. La valeur par défaut est " +"\"0.0.0.0\", ce qui déclenche l'utilisation de l'interface IP." #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 @@ -357,19 +390,24 @@ msgid "" "IPv6 multicast address. Default is \"FF02::6D\", the manet-router linklocal " "multicast." msgstr "" +"Adresse multicast IPv6. Par défaut, c’est \"FF02:6D\", le multicast " +"linklocal manet-router." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:28 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:10 msgid "" "IPv6 network must be given in full notation, prefix must be in CIDR notation." msgstr "" +"Le réseau IPv6 doit être indiqué en notation complète, le préfixe doit être " +"en notation CIDR." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:297 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:122 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:109 +#, fuzzy msgid "IPv6 source" -msgstr "" +msgstr "IPv6 source" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:279 @@ -380,11 +418,14 @@ msgid "" "the prefix of this parameter. Default is \"0::/0\", which triggers the usage " "of a not-linklocal interface IP." msgstr "" +"Préfixe de src IPv6. OLSRd choisira l’une des interfaces IPs qui correspond " +"au préfixe de ce paramètre. La valeur par défaut est \"0::/0\", ce qui " +"déclenche l’utilisation d’une interface non-linklocal IP." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 msgid "IPv6-Prefix of the uplink" -msgstr "" +msgstr "IPv6-Préfix de l’uplink" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:202 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:196 @@ -395,12 +436,20 @@ msgid "" "if changed.<br /><b>WARNING:</b> This parameter should not be used together " "with the etx_ffeth metric!<br />Defaults to \"1.0\"." msgstr "" +"Si l'itinéraire vers la passerelle actuelle doit être modifié, la valeur ETX " +"de cette passerelle est multipliée par cette valeur avant d'être comparée à " +"la nouvelle. Le paramètre peut être une valeur comprise entre 0,1 et 1,0, " +"mais doit être proche de 1,0 s'il est modifié. <br /><b>WARNING:</b> Ce " +"paramètre ne doit pas être utilisé avec la métrique etx_ffeth!<br />Default " +"to \"1.0\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 msgid "" "If this Node uses NAT for connections to the internet. Default is \"yes\"." msgstr "" +"Si ce nœud utilise le NAT pour les connexions à l'internet. La valeur par " +"défaut est \"oui\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:27 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:27 @@ -421,8 +470,11 @@ msgid "" "ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is " "\"mesh\"." msgstr "" +"Interface mode est utilisé pour éviter le transfert inutile de paquets sur " +"les interfaces ethernet commutées. Les modes valides sont \"mesh\" et \"ether" +"\". Le mode par défaut est \"mesh\"." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -433,11 +485,11 @@ msgstr "Interfaces" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 msgid "Interfaces Defaults" -msgstr "" +msgstr "Interfaces par défaut" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:47 msgid "Internet protocol" -msgstr "" +msgstr "Protocole Internet" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:54 @@ -445,6 +497,8 @@ msgid "" "Interval to poll network interfaces for configuration changes (in seconds). " "Default is \"2.5\"." msgstr "" +"Intervalle de sondage des interfaces de réseau pour les changements de " +"configuration (en secondes). La valeur par défaut est \"2.5\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:268 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:262 @@ -452,6 +506,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:93 msgid "Invalid Value for LQMult-Value. Must be between 0.01 and 1.0." msgstr "" +"Valeur invalide pour LQMult-Value. Doit être compris entre 0,01 et 1,0." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:271 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:265 @@ -461,34 +516,36 @@ msgid "" "Invalid Value for LQMult-Value. You must use a decimal number between 0.01 " "and 1.0 here." msgstr "" +"Valeur invalide pour LQMult-Valeur. Vous devez utiliser un nombre décimal " +"entre 0,01 et 1,0 ici." #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:98 msgid "Known OLSR routes" -msgstr "" +msgstr "Itinéraires OLSR connus" #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:24 msgid "LQ" -msgstr "" +msgstr "LQ" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:90 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:84 msgid "LQ aging" -msgstr "" +msgstr "LQ vieillissement" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:96 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:90 msgid "LQ algorithm" -msgstr "" +msgstr "Algorithme LQ" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:111 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:105 msgid "LQ fisheye" -msgstr "" +msgstr "LQ fisheye" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:82 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:76 msgid "LQ level" -msgstr "" +msgstr "LQ niveau" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:262 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:256 @@ -498,26 +555,28 @@ msgid "" "LQMult requires two values (IP address or 'default' and multiplicator) " "separated by space." msgstr "" +"LQMult requiert deux valeurs (adresse IP ou \"par défaut\" et " +"multiplicateur) séparées par un espace." #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:23 msgid "Last hop" -msgstr "" +msgstr "Dernier saut" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:1 msgid "Legend" -msgstr "" +msgstr "Légende" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:257 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:23 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:257 msgid "Library" -msgstr "" +msgstr "Librairie" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:43 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:43 msgid "Link Quality Settings" -msgstr "" +msgstr "Paramètres de qualité de liaison" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:91 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:85 @@ -526,6 +585,10 @@ msgid "" "etx_float and etx_fpm, smaller values mean slower changes of ETX value. " "(allowed values are between 0.01 and 1.0)" msgstr "" +"Lier la qualité au facteur de vieillissement (uniquement pour le niveau lq " +"2). Paramètre de réglage pour etx_float etx_fpm, des valeurs plus petites " +"signifient des changements plus lents de la valeur ETX. (les valeurs " +"autorisées sont comprises entre 0,01 et 1,0)" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 @@ -537,6 +600,13 @@ msgid "" "calculation<br /><b>etx_ffeth</b>: incompatible variant of etx_ff that " "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" +"Algorithme de qualité de la liaison (uniquement pour le niveau lq 2).<br /" +"><b>etx_float</b> : ETX decimal avec vieillissement exponentiel<br /" +"><b>etx_fpm</b> : même chose que etx_float, mais avec arithmétique des " +"entiers<br /><b>etx_ff</b> : ETX freifunk, une variante de etx qui utilise " +"tout le trafic OLSR (au lieu de seulement hellos) pour le calcul ETX<br /" +"><b>etx_ffeth</b> : variante incompatible de etx_ff qui permet des liens " +"ethernet avec ETX 0.1.<br />Défaut à \"etx_ff\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 @@ -545,46 +615,52 @@ msgid "" "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" +"Commutation du niveau de qualité de la liaison entre le routage en fonction " +"du nombre de saut et le routage en fonction des coûts (principalement ETX). " +"<br /><b>0</b> = ne pas utiliser la qualité de la liaison<br /><b>2</b> = " +"utiliser la qualité de la liaison pour la sélection et le routage MPR<br /" +">La valeur par défaut est \"2\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:70 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:70 +#, fuzzy msgid "LinkQuality Multiplicator" -msgstr "" +msgstr "Multiplicateur LinkQuality" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:188 msgid "Links per node (average)" -msgstr "" +msgstr "Liens par nœud (moyenne)" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:183 msgid "Links total" -msgstr "" +msgstr "Total des liens" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:129 msgid "Local interface IP" -msgstr "" +msgstr "Interface locale IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" -msgstr "" +msgstr "MID" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:329 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:310 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:153 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:140 msgid "MID interval" -msgstr "" +msgstr "Intervalle MID" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:335 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:316 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:159 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:146 msgid "MID validity time" -msgstr "" +msgstr "Durée de validité MID" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:26 msgid "MTU" @@ -593,13 +669,15 @@ msgstr "MTU" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:132 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:126 msgid "Main IP" -msgstr "" +msgstr "IP principal" #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:10 msgid "" "Make sure that OLSRd is running, the \"jsoninfo\" plugin is loaded, " "configured on port 9090 and accepts connections from \"127.0.0.1\"." msgstr "" +"Assurez-vous que OLSRd fonctionne, que le plugin \"jsoninfo\" est chargé, " +"configuré sur le port 9090 et accepte les connexions de \"127.0.0.1\"." #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 @@ -623,6 +701,11 @@ msgid "" ">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to all " "nodes on this interface by 20%: default 0.8" msgstr "" +"Multipliez les itinéraires par le facteur indiqué ici. Les valeurs " +"autorisées sont comprises entre 0,01 et 1,0. Elle n'est utilisée que lorsque " +"le niveau LQ est supérieur à 0. Exemples:<br />réduire de moitié le LQ à " +"192.168.0.1 : 192.168.0.1 0.5<br />réduire de 20% le LQ de tous les nœuds de " +"cette interface : par défaut 0.8" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 @@ -632,33 +715,38 @@ msgid "" ">reduce LQ to fd91:662e:3c58::1 by half: fd91:662e:3c58::1 0.5<br />reduce " "LQ to all nodes on this interface by 20%: default 0.8" msgstr "" +"Multipliez les routes par le facteur indiqué ici. Les valeurs autorisées " +"sont comprises entre 0,01 et 1,0. Elle n'est utilisée que lorsque le niveau " +"de LQ est supérieur à 0. Exemples:<br />réduire LQ à fd91:662e:3c58::1 de " +"moitié : fd91:662e:3c58::1 0.5<br />réduire LQ à tous les nœuds de cette " +"interface de 20% : par défaut 0.8" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 msgid "NAT threshold" -msgstr "" +msgstr "NAT seuil" #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:25 msgid "NLQ" -msgstr "" +msgstr "NLQ" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:168 msgid "Neighbors" -msgstr "" +msgstr "Voisins" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:60 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:126 msgid "Neighbour IP" -msgstr "" +msgstr "IP du voisin" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Voisins" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:21 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:29 msgid "Netmask" -msgstr "" +msgstr "Masque" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 @@ -672,125 +760,129 @@ msgstr "Réseau" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:16 msgid "Network address" -msgstr "" +msgstr "Adresse réseau" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:53 +#, fuzzy msgid "Nic changes poll interval" -msgstr "" +msgstr "Nic intervalle d'interrogation" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:173 msgid "Nodes" -msgstr "" +msgstr "Nœuds" #: applications/luci-app-olsr/luasrc/controller/olsr.lua:27 msgid "OLSR" -msgstr "" +msgstr "OLSR" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:4 msgid "OLSR - Display Options" -msgstr "" +msgstr "OLSR - Options d'affichage" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "OLSR - HNA-Announcements" -msgstr "" +msgstr "OLSR - Annonces HNA" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:7 msgid "OLSR - HNA6-Announcements" -msgstr "" +msgstr "OLSR - HNA6-Annonces" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:216 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:9 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:216 msgid "OLSR - Plugins" -msgstr "" +msgstr "OLSR - Plugins" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:12 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:12 #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:8 msgid "OLSR Daemon" -msgstr "" +msgstr "OLSR Démon" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:14 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:14 msgid "OLSR Daemon - Interface" -msgstr "" +msgstr "OLSR Démon - Interface" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:117 msgid "OLSR connections" -msgstr "" +msgstr "OLSR connexions" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:40 #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:91 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:48 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:108 msgid "OLSR gateway" -msgstr "" +msgstr "OLSR passerelle" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:20 #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:22 msgid "OLSR node" -msgstr "" +msgstr "Noeud OLSR" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 msgid "Orange" -msgstr "" +msgstr "Orange" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 msgid "Overview" -msgstr "Vue d\\'ensemble" +msgstr "Aperçu" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 msgid "Overview of currently active OLSR host net announcements" -msgstr "" +msgstr "Présentation des annonces du réseau host OLSR actuellement actives" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:122 msgid "Overview of currently established OLSR connections" -msgstr "" +msgstr "Aperçu des connexions OLSR actuellement établies" #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:19 msgid "Overview of currently known OLSR nodes" -msgstr "" +msgstr "Vue d'ensemble des nœuds OLSR actuellement connus" #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:103 msgid "Overview of currently known routes to other OLSR nodes" msgstr "" +"Vue d'ensemble des routes actuellement connues vers d'autres nœuds OLSR" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:19 msgid "Overview of interfaces where OLSR is running" -msgstr "" +msgstr "Aperçu des interfaces où OLSR est en cours d’exécution" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:17 msgid "Overview of known multiple interface announcements" -msgstr "" +msgstr "Aperçu des annonces d’interfaces multiples connues" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:104 msgid "Overview of smart gateways in this network" -msgstr "" +msgstr "Présentation de smart passerelles dans ce réseau" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:11 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:11 msgid "Plugin configuration" -msgstr "" +msgstr "Configuration des plugins" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" -msgstr "" +msgstr "Plugins" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:48 msgid "Polling rate for OLSR sockets in seconds. Default is 0.05." msgstr "" +"Fréquence d'interrogation pour OLSR sockets en quelques secondes. Par défaut " +"est de 0,05." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:53 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:47 msgid "Pollrate" -msgstr "" +msgstr "Pollrate (pollrate)" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 @@ -802,16 +894,16 @@ msgstr "Port" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:63 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:115 msgid "Prefix" -msgstr "" +msgstr "Préfixe" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:11 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:20 msgid "Red" -msgstr "" +msgstr "Rouge" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:9 msgid "Resolve" -msgstr "" +msgstr "Résoudre" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrddisplay.lua:10 msgid "" @@ -819,19 +911,23 @@ msgid "" "if you use public IPs and have unstable DNS-Setup then those pages will load " "really slow. In this case disable it here." msgstr "" +"Résoudre les noms d'hôtes sur les pages de statut. Il est généralement sûr " +"d'autoriser cela, mais si vous utilisez des adresses IP publiques et que " +"vous avez une configuration DNS instable, ces pages se chargeront très " +"lentement. Dans ce cas, désactivez-le ici." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Routes" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 msgid "Secondary OLSR interfaces" -msgstr "" +msgstr "Interfaces OLSR secondaires" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:56 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:108 msgid "Selected" -msgstr "" +msgstr "Sélectionné" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:133 msgid "" @@ -839,6 +935,10 @@ msgid "" "during the uptime of olsrd. Default is 0.0.0.0, which triggers usage of the " "IP of the first interface." msgstr "" +"Définit l'adresse IP principale (ip de l'expéditeur) du routeur. Cette IP ne " +"changera JAMAIS pendant la durée de fonctionnement de l'olsrd. La valeur par " +"défaut est 0.0.0.0, ce qui déclenche l'utilisation de l'IP de la première " +"interface." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:127 msgid "" @@ -846,32 +946,36 @@ msgid "" "during the uptime of olsrd. Default is ::, which triggers usage of the IP of " "the first interface." msgstr "" +"Définit l'adresse IP principale (ip de l'expéditeur) du routeur. Cette IP ne " +"changera JAMAIS pendant la durée de fonctionnement de l'olsrd. La valeur par " +"défaut est 0.0.0.0, ce qui déclenche l'utilisation de l'IP de la première " +"interface." #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:20 msgid "Show IPv4" -msgstr "" +msgstr "Afficher IPv4" #: applications/luci-app-olsr/luasrc/view/status-olsr/common_js.htm:28 msgid "Show IPv6" -msgstr "" +msgstr "Afficher IPv6" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:14 msgid "Signal Noise Ratio in dB" -msgstr "" +msgstr "Rapport signal/bruit en dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" -msgstr "" +msgstr "SmartGW" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:97 msgid "SmartGW announcements" -msgstr "" +msgstr "Annonces SmartGW" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:150 msgid "SmartGateway is not configured on this system." -msgstr "" +msgstr "SmartGateway n'est pas configuré sur ce système." #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:28 msgid "Source address" @@ -879,15 +983,19 @@ msgstr "Adresse source" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 +#, fuzzy msgid "" "Specifies the speed of the uplink in kilobits/s. First parameter is " "upstream, second parameter is downstream. Default is \"128 1024\"." msgstr "" +"Spécifie la vitesse de la liaison montante en kilobits/s. Le premier " +"paramètre est en amont, le second en aval. La valeur par défaut est \"128 " +"1024\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:176 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:170 msgid "Speed of the uplink" -msgstr "" +msgstr "Vitesse de l’uplink" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:25 msgid "State" @@ -895,43 +1003,43 @@ msgstr "État" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:19 msgid "Still usable (20 > SNR > 5)" -msgstr "" +msgstr "Encore utilisable (20 > SNR > 5)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:10 msgid "Still usable (4 < ETX < 10)" -msgstr "" +msgstr "Toujours utilisable (4 < ETX < 10)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:3 msgid "Success rate of packages received from the neighbour" -msgstr "" +msgstr "Taux de réussite des colis reçus du voisin" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:4 msgid "Success rate of packages sent to the neighbour" -msgstr "" +msgstr "Taux de réussite des colis envoyés chez le voisin" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:388 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:369 msgid "TC" -msgstr "" +msgstr "TC" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:317 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:298 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:141 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:128 msgid "TC interval" -msgstr "" +msgstr "TC intervalle" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:323 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:304 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:134 msgid "TC validity time" -msgstr "" +msgstr "TC temps de validité" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:59 msgid "TOS value" -msgstr "" +msgstr "TOS valeur" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:13 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:13 @@ -944,6 +1052,11 @@ msgid "" "device. Visit <a href='http://www.olsr.org'>olsrd.org</a> for help and " "documentation." msgstr "" +"Le démon OLSR est une implémentation du protocole Optimized Link State " +"Routing. En tant que tel, il permet le routage maillé pour tout équipement " +"de réseau. Il fonctionne sur toute carte wifi qui supporte le mode ad-hoc et " +"bien sûr sur tout appareil ethernet. Visitez <a href='http://www.olsr." +"org'>olsrd.org</a> pour obtenir de l'aide et de la documentation." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 @@ -951,11 +1064,14 @@ msgid "" "The fixed willingness to use. If not set willingness will be calculated " "dynamically based on battery/power status. Default is \"3\"." msgstr "" +"La disponibilité fixe à utiliser. Si elle n'est pas fixée, la volonté sera " +"calculée de manière dynamique en fonction de l'état de la batterie/de la " +"puissance. La valeur par défaut est \"3\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:45 msgid "The interface OLSRd should serve." -msgstr "" +msgstr "L'interface OLSRd devrait servir." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:127 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:121 @@ -963,6 +1079,8 @@ msgid "" "The port OLSR uses. This should usually stay at the IANA assigned port 698. " "It can have a value between 1 and 65535." msgstr "" +"Port d'OLSR. Il devrait normalement rester au port 698 attribué par l'IANA. " +"Il peut avoir une valeur comprise entre 1 et 65535." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:184 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:178 @@ -972,17 +1090,22 @@ msgid "" "the IPv6 gateway without any kind of address translation. The maximum prefix " "length is 64 bits. Default is \"::/0\" (no prefix)." msgstr "" +"Cela peut être utilisé pour signaler aux clients le préfixe IPv6 externe de " +"la liaison montante. Cela peut permettre à un client de modifier son adresse " +"IPv6 locale pour utiliser la passerelle IPv6 sans aucune traduction " +"d'adresse. La longueur maximale du préfixe est de 64 bits. La valeur par " +"défaut est \"::/0\" (pas de préfixe)." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:224 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:33 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:33 msgid "Timing and Validity" -msgstr "" +msgstr "Temps et Validité" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" -msgstr "" +msgstr "Topologie" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:66 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:60 @@ -990,30 +1113,32 @@ msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." msgstr "" +"Type de valeur de service pour l'en-tête IP du trafic de contrôle. Par " +"défaut c'est \"16\"." #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 msgid "Unable to connect to the OLSR daemon!" -msgstr "" +msgstr "Impossible de se connecter au daemon OLSR !" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 msgid "Uplink" -msgstr "" +msgstr "Liaison montante" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 msgid "Uplink uses NAT" -msgstr "" +msgstr "Liaison montant en NAT" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:116 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:110 msgid "Use hysteresis" -msgstr "" +msgstr "Utilise l’hystérésis" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:41 #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:92 msgid "Validity Time" -msgstr "" +msgstr "Validité de temps" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 msgid "Version" @@ -1021,15 +1146,15 @@ msgstr "Version" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 msgid "Very good (ETX < 2)" -msgstr "" +msgstr "Très bien (ETX < 2)" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Very good (SNR > 30)" -msgstr "" +msgstr "Très bon (SNR > 30)" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:27 msgid "WLAN" -msgstr "" +msgstr "WLAN" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 @@ -1037,13 +1162,15 @@ msgid "" "Warning: kmod-ipip is not installed. Without kmod-ipip SmartGateway will not " "work, please install it." msgstr "" +"Attention : kmod-ipip n'est pas installé. Sans kmod-ipip, SmartGateway ne " +"fonctionnera pas, veuillez l'installer." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:235 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:229 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 msgid "Weight" -msgstr "" +msgstr "Weight" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 @@ -1058,6 +1185,14 @@ msgid "" "0. For any other value of LinkQualityLevel, the interface ETX value is used " "instead." msgstr "" +"Lorsque plusieurs liens existent entre des hôtes, le poids de l'interface " +"est utilisé pour déterminer le lien à utiliser. Normalement, le poids est " +"automatiquement calculé par olsrd sur la base des caractéristiques de " +"l'interface, mais vous pouvez ici spécifier une valeur fixe. Olsrd choisira " +"les liens ayant la valeur la plus faible.<br /><b>Note:</b> Le poids de " +"l'interface n'est utilisé que lorsque LinkQualityLevel est fixé à 0. Pour " +"toute autre valeur de LinkQualityLevel, la valeur ETX de l'interface est " +"utilisée à la place." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:155 msgid "" @@ -1065,6 +1200,9 @@ msgid "" "detected by looking for a local HNA of 0.0.0.0/0, ::ffff:0:0/96 or 2000::/3. " "Default setting is \"both\"." msgstr "" +"Quel type de liaison montante est exporté vers les autres nœuds de maille. " +"Une liaison montante est détectée en recherchant un HNA local de " +"0.0.0.0/0, ::ffff:0:0/96 ou 2000::/3. Le réglage par défaut est \"both\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:149 msgid "" @@ -1072,25 +1210,28 @@ msgid "" "detected by looking for a local HNA6 ::ffff:0:0/96 or 2000::/3. Default " "setting is \"both\"." msgstr "" +"Quel type de liaison montante est exporté vers les autres nœuds de maille. " +"Une liaison montante est détectée en recherchant un HNA6 local ::ffff:0:0/96 " +"ou 2000::/3. Le réglage par défaut est \"both\"." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:193 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:187 msgid "Willingness" -msgstr "" +msgstr "Volonté" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:18 msgid "Yellow" -msgstr "" +msgstr "Jaune" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "down" -msgstr "" +msgstr "down" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:30 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:134 msgid "infinite" -msgstr "" +msgstr "infinie" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 @@ -1104,7 +1245,7 @@ msgstr "non" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "up" -msgstr "" +msgstr "up" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:40 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:29 diff --git a/applications/luci-app-olsr/po/he/olsr.po b/applications/luci-app-olsr/po/he/olsr.po index 8bad7e980d..7e0ee67c46 100644 --- a/applications/luci-app-olsr/po/he/olsr.po +++ b/applications/luci-app-olsr/po/he/olsr.po @@ -87,7 +87,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -186,19 +186,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -216,7 +220,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -416,7 +420,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -560,7 +564,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -645,7 +649,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -769,8 +773,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -814,7 +818,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -853,7 +857,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -974,7 +978,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/hi/olsr.po b/applications/luci-app-olsr/po/hi/olsr.po index 04838debf2..7c1bcc8b03 100644 --- a/applications/luci-app-olsr/po/hi/olsr.po +++ b/applications/luci-app-olsr/po/hi/olsr.po @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -192,19 +192,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -222,7 +226,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -422,7 +426,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +570,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +655,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -775,8 +779,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -820,7 +824,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -859,7 +863,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -980,7 +984,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po index a5ca1c00d4..ebdd3a2b49 100644 --- a/applications/luci-app-olsr/po/hu/olsr.po +++ b/applications/luci-app-olsr/po/hu/olsr.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-12 19:21+0000\n" -"Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" +"PO-Revision-Date: 2020-03-31 13:27+0000\n" +"Last-Translator: Tamas Szanto <taszanto@gmail.com>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/hu/>\n" "Language: hu\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10.1\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -95,7 +95,7 @@ msgstr "" msgid "Device" msgstr "Eszköz" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Megjelenítés" @@ -205,19 +205,23 @@ msgstr "Jó (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Jó (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Zöld" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "HNA közlemények" @@ -235,7 +239,7 @@ msgstr "HNA időköz" msgid "HNA validity time" msgstr "HNA érvényességi idő" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "HNA6 közlemények" @@ -468,7 +472,7 @@ msgstr "" "csomagtovábbítást a kapcsolt Ethernet csatolókon. Az érvényes módok: „mesh” " "és „ether”. Alapértelmezetten „mesh”." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -633,7 +637,7 @@ msgstr "Kapcsolatok összesen" msgid "Local interface IP" msgstr "Helyi csatoló IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -731,7 +735,7 @@ msgstr "Szomszédok" msgid "Neighbour IP" msgstr "Szomszédos IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Szomszédok" @@ -820,7 +824,7 @@ msgstr "Narancssárga" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 msgid "Overview" -msgstr "Áttekintő" +msgstr "Áttekintés" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 msgid "Overview of currently active OLSR host net announcements" @@ -855,8 +859,8 @@ msgstr "Ebben a hálózatban lévő okos átjárók áttekintője" msgid "Plugin configuration" msgstr "Bővítmény beállítása" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -905,7 +909,7 @@ msgstr "" "akkor azok az oldalak nagyon lassan fognak betöltődni. Ebben az esetben " "tiltsa le itt." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Útvonalak" @@ -950,7 +954,7 @@ msgstr "IPv6 megjelenítése" msgid "Signal Noise Ratio in dB" msgstr "Jel zajaránya dB-ben" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1090,7 +1094,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Időzítés és érvényesség" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topológia" diff --git a/applications/luci-app-olsr/po/it/olsr.po b/applications/luci-app-olsr/po/it/olsr.po index b7b15e0af5..6c223d94be 100644 --- a/applications/luci-app-olsr/po/it/olsr.po +++ b/applications/luci-app-olsr/po/it/olsr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2020-01-11 18:23+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2020-03-05 08:06+0000\n" +"Last-Translator: TuxAlex0 <alex.skatingcassano@gmail.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/it/>\n" "Language: it\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10.1\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -29,7 +29,7 @@ msgstr "Annunci rete host attiva" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 msgid "Advanced Settings" -msgstr "Opzioni Avanzate" +msgstr "Impostazioni Avanzate" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "Periferica" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Display" @@ -121,7 +121,7 @@ msgstr "ETX" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 msgid "Enable" -msgstr "Attiva" +msgstr "Abilita" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 @@ -184,7 +184,7 @@ msgstr "Impostazioni Generali" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 msgid "General settings" -msgstr "Impostazioni Generali" +msgstr "Impostazioni generali" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:9 msgid "Good (2 < ETX < 4)" @@ -194,19 +194,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "Annuncio di HNA" @@ -224,7 +228,7 @@ msgstr "Intervallo HNA" msgid "HNA validity time" msgstr "Durata di validità HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 #, fuzzy msgid "HNA6 Announcements" msgstr "Annuncio di HNA" @@ -275,7 +279,7 @@ msgstr "Hops" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 msgid "Hostname" -msgstr "Nome Host" +msgstr "Hostname" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" @@ -323,7 +327,7 @@ msgstr "IPv4" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:278 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:103 msgid "IPv4 broadcast" -msgstr "" +msgstr "Broadcast IPv4" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:279 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:104 @@ -446,13 +450,13 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" -msgstr "" +msgstr "Interfacce" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 @@ -590,7 +594,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -675,7 +679,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -800,8 +804,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -845,7 +849,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -884,7 +888,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1005,7 +1009,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" @@ -1023,7 +1027,7 @@ msgstr "Impossibile connetersi al demone OLSR!" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:59 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:111 msgid "Uplink" -msgstr "" +msgstr "Uplink" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:166 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:160 diff --git a/applications/luci-app-olsr/po/ja/olsr.po b/applications/luci-app-olsr/po/ja/olsr.po index a24617ee27..93d6442012 100644 --- a/applications/luci-app-olsr/po/ja/olsr.po +++ b/applications/luci-app-olsr/po/ja/olsr.po @@ -3,15 +3,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:36+0200\n" -"PO-Revision-Date: 2012-11-14 14:40+0200\n" -"Last-Translator: Kentaro <kentaro.matsuyama@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2020-06-13 22:13+0000\n" +"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" +"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsolsr/ja/>\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Pootle 2.0.6\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -92,9 +93,9 @@ msgstr "" msgid "Device" msgstr "デバイス" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" -msgstr "ディスプレイ" +msgstr "表示" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:60 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:112 @@ -199,19 +200,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "HNA 通知" @@ -229,7 +234,7 @@ msgstr "HNA 送信間隔" msgid "HNA validity time" msgstr "HNA 有効時間" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 #, fuzzy msgid "HNA6 Announcements" msgstr "HNA 通知" @@ -457,7 +462,7 @@ msgstr "" "パケットの送信を抑制するために使用します。有効なモードは\"mesh\"及び\"ether" "\"です。標準設定は\"mesh\"です。" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -617,7 +622,7 @@ msgstr "リンク数の合計" msgid "Local interface IP" msgstr "ローカルインターフェース IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -707,7 +712,7 @@ msgstr "隣接ノード" msgid "Neighbour IP" msgstr "隣接ノード IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "隣接ノード" @@ -832,8 +837,8 @@ msgstr "ネットワーク内のスマート・ゲートウェイ一覧" msgid "Plugin configuration" msgstr "プラグイン設定" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -881,9 +886,9 @@ msgstr "" "使用している場合、ページの読み込み速度が極端に遅くなります。その場合はこの機" "能を無効にしてください。" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" -msgstr "経路" +msgstr "経路情報" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 msgid "Secondary OLSR interfaces" @@ -927,7 +932,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1059,7 +1064,7 @@ msgstr "" msgid "Timing and Validity" msgstr "送信間隔及び有効時間" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "トポロジー" @@ -1126,7 +1131,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:60 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:60 msgid "Weight" -msgstr "Weight" +msgstr "ウエイト" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:236 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:230 @@ -1196,7 +1201,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 msgid "no" -msgstr "" +msgstr "いいえ" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "up" @@ -1210,7 +1215,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 msgid "yes" -msgstr "" +msgstr "はい" #~ msgid "Status" #~ msgstr "ステータス" diff --git a/applications/luci-app-olsr/po/ko/olsr.po b/applications/luci-app-olsr/po/ko/olsr.po index ba03308f9b..b9ab194011 100644 --- a/applications/luci-app-olsr/po/ko/olsr.po +++ b/applications/luci-app-olsr/po/ko/olsr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-19 19:35+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2020-04-19 00:53+0000\n" +"Last-Translator: EP45 <monadko98@gmail.com>\n" "Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/ko/>\n" "Language: ko\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -29,7 +29,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 msgid "Advanced Settings" -msgstr "" +msgstr "고급 설정" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -121,7 +121,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:15 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:15 msgid "Enable" -msgstr "" +msgstr "활성화" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:140 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:134 @@ -192,19 +192,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -222,7 +226,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -422,7 +426,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +570,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +655,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -775,8 +779,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -820,7 +824,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -859,7 +863,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -980,7 +984,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/mr/olsr.po b/applications/luci-app-olsr/po/mr/olsr.po index 8d9d9fc09c..3577a36754 100644 --- a/applications/luci-app-olsr/po/mr/olsr.po +++ b/applications/luci-app-olsr/po/mr/olsr.po @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "डिव्हाइस" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -192,19 +192,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -222,7 +226,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -422,7 +426,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +570,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +655,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -775,8 +779,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -820,7 +824,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -859,7 +863,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -980,7 +984,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/ms/olsr.po b/applications/luci-app-olsr/po/ms/olsr.po index f0d07ee8fd..a1d575cd96 100644 --- a/applications/luci-app-olsr/po/ms/olsr.po +++ b/applications/luci-app-olsr/po/ms/olsr.po @@ -91,7 +91,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -190,19 +190,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -220,7 +224,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -420,7 +424,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -564,7 +568,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -649,7 +653,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -773,8 +777,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -818,7 +822,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -857,7 +861,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -978,7 +982,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/nb_NO/olsr.po b/applications/luci-app-olsr/po/nb_NO/olsr.po index 2df9ecea79..21c5fdaf40 100644 --- a/applications/luci-app-olsr/po/nb_NO/olsr.po +++ b/applications/luci-app-olsr/po/nb_NO/olsr.po @@ -91,7 +91,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -190,19 +190,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -220,7 +224,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -420,7 +424,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -564,7 +568,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -649,7 +653,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -773,8 +777,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -818,7 +822,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -857,7 +861,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -978,7 +982,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/pl/olsr.po b/applications/luci-app-olsr/po/pl/olsr.po index 619dee61a1..dc5fb4a3b0 100644 --- a/applications/luci-app-olsr/po/pl/olsr.po +++ b/applications/luci-app-olsr/po/pl/olsr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-28 03:40+0000\n" +"PO-Revision-Date: 2020-06-13 22:13+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/pl/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -96,7 +96,7 @@ msgstr "" msgid "Device" msgstr "Urządzenie" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Wyświetl" @@ -166,8 +166,8 @@ msgid "" msgstr "" "FIBMetric kontroluje wartość metryczną zestawów OLSRd tras hosta. \"płaska\" " "oznacza, że wartość metryczna jest zawsze 2. Jest to preferowana wartość, " -"ponieważ pomaga trasowaniu jądra Linuksa, aby oczyścić starsze trasy. \"" -"poprawne\" używa hopcount jako wartość metryki. \"approx\" używa hopcount " +"ponieważ pomaga trasowaniu jądra Linuksa, aby oczyścić starsze trasy. " +"\"poprawne\" używa hopcount jako wartość metryki. \"approx\" używa hopcount " "jako wartość metryki zbyt, ale tylko zaktualizować hopcount jeśli nexthop " "zmiany zbyt. Domyślnie jest \"płaska\"." @@ -191,7 +191,7 @@ msgstr "Brama" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 msgid "General Settings" -msgstr "Ustawienia główne" +msgstr "Główne" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 @@ -206,19 +206,23 @@ msgstr "Dobre (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Dobre (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "Udziel dostępu UCI do luci-app-olsr" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Zielony" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "Ogłoszenia HNA" @@ -236,7 +240,7 @@ msgstr "Interwał HNA" msgid "HNA validity time" msgstr "Czas poprawności HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "Ogłoszenia HNA6" @@ -466,7 +470,7 @@ msgstr "" "pakietów. Prawidłowe tryby to \"mesh\" i \"ether\". Domyślna wartość to " "\"mesh\"." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -608,9 +612,9 @@ msgid "" "routing.<br /><b>0</b> = do not use link quality<br /><b>2</b> = use link " "quality for MPR selection and routing<br />Default is \"2\"" msgstr "" -"Przełączanie poziomu jakości łącza między hopcount i cost-based (głównie ETX)" -" routing.<br /><b>0</b> = nie używaj jakości łącza<br /><b>2</b> = używaj " -"jakości łącza do wyboru MPR i routingu<br/>Domyślnie \"2\"" +"Przełączanie poziomu jakości łącza między hopcount i cost-based (głównie " +"ETX) routing.<br /><b>0</b> = nie używaj jakości łącza<br /><b>2</b> = " +"używaj jakości łącza do wyboru MPR i routingu<br/>Domyślnie \"2\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 @@ -632,7 +636,7 @@ msgstr "Linków w sumie" msgid "Local interface IP" msgstr "IP lokalnego interfejsu" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -694,8 +698,8 @@ msgstr "" "Pomnóż trasy przez podany tutaj współczynnik. Dozwolone wartości mieszczą " "się w zakresie od 0.01 do 1.0. Jest używany tylko wtedy, gdy poziom LQ jest " "większy niż 0. Przykłady: <br/> zmniejsz LQ do 192.168.0.1 o połowę: " -"192.168.0.1 0,5 <br/> zmniejsz LQ do wszystkich węzłów tego interfejsu o 20%:" -" domyślnie 0.8" +"192.168.0.1 0,5 <br/> zmniejsz LQ do wszystkich węzłów tego interfejsu o " +"20%: domyślnie 0.8" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 @@ -729,7 +733,7 @@ msgstr "Sąsiedzi" msgid "Neighbour IP" msgstr "IP sąsiadów" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Sąsiedzi" @@ -853,8 +857,8 @@ msgstr "Przegląd bram SmartGateway w tej sieci" msgid "Plugin configuration" msgstr "Ustawienia pluginu" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -904,7 +908,7 @@ msgstr "" "to strony te będą ładować się naprawdę wolno. W tym przypadku wyłącz go " "tutaj." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Trasy" @@ -949,7 +953,7 @@ msgstr "Pokaż IPv6" msgid "Signal Noise Ratio in dB" msgstr "Współczynnik szumu sygnału w dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1087,7 +1091,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Czas trwania i ważność" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologia" @@ -1097,8 +1101,8 @@ msgid "" "Type of service value for the IP header of control traffic. Default is " "\"16\"." msgstr "" -"Typ wartości usługi dla nagłówka IP ruchu sterującego. Domyślnie jest to \"" -"16\"." +"Typ wartości usługi dla nagłówka IP ruchu sterującego. Domyślnie jest to " +"\"16\"." #: applications/luci-app-olsr/luasrc/view/status-olsr/error_olsr.htm:9 msgid "Unable to connect to the OLSR daemon!" diff --git a/applications/luci-app-olsr/po/pt/olsr.po b/applications/luci-app-olsr/po/pt/olsr.po index 5b38c283fd..582b221dca 100644 --- a/applications/luci-app-olsr/po/pt/olsr.po +++ b/applications/luci-app-olsr/po/pt/olsr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-05-26 19:03+0200\n" -"PO-Revision-Date: 2019-11-20 17:06+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/pt/>\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -98,7 +98,7 @@ msgstr "" msgid "Device" msgstr "Aparelho" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Mostrar" @@ -208,12 +208,16 @@ msgstr "Bom (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Bom (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "Conceder acesso UCI ao luci-app-olsr" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Verde" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 @@ -222,7 +226,7 @@ msgstr "" "<abbr title=\"Host and network association, Associação de equipamentos e " "redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" "Anúncios do <abbr title=\"Host and network association, Associação de " @@ -242,7 +246,7 @@ msgstr "Intervalo entre HNA" msgid "HNA validity time" msgstr "Validade de HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "Anúncios de HNA6" @@ -472,7 +476,7 @@ msgstr "" "desnecessários de pacotes em interfaces switched ethernet. Os Modos válidos " "são \"mesh\" e \"ether\". Por defeito é \"mesh\"." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -597,13 +601,13 @@ msgid "" "calculation<br /><b>etx_ffeth</b>: incompatible variant of etx_ff that " "allows ethernet links with ETX 0.1.<br />Defaults to \"etx_ff\"" msgstr "" -"Algoritmo de qualidade do enlace (somente para <abbr title=\"Link Quality, " -"Qualidade do Enlace\">LQ</abbr> nível 2). <br /><b>etx_float</b>: ETX ponto " -"flutuante com o envelhecimento exponencial<br /><b>etx_fpm</b> : o mesmo que " -"etx_float, mas com aritmética inteira<br /><b>etx_ff</b> : ETX freifunk, uma " -"variante do etx que usa todo tráfego OLSE (ao invés de somente as saudações) " -"para o cálculo do ETX<br /><b>etx_ffeth</b>: variação incompatível do etx_ff " -"que permite enlaces ethernet com ETX 0.1.<br />O padrão é \"etx_ff\"" +"Algoritmo de qualidade da ligação (somente para Link Quality da Ligação LQ " +"nível 2.<br /><b>etx_float</b>: ETX ponto flutuante com o envelhecimento " +"exponencial<br /><b>etx_fpm</b> : o mesmo que etx_float, mas com aritmética " +"inteira<br /><b>etx_ff</b> : ETX freifunk, uma variante do etx que usa todo " +"tráfego OLSE (ao invés de somente as saudações) para o cálculo do ETX<br /" +"><b>etx_ffeth</b>: variação incompatível do etx_ff que permite enlaces " +"ethernet com ETX 0.1.<br />O padrão é \"etx_ff\"" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 @@ -637,7 +641,7 @@ msgstr "Total de enlaces" msgid "Local interface IP" msgstr "Endereço IP do interface local" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -737,14 +741,14 @@ msgstr "Vizinhos" msgid "Neighbour IP" msgstr "Endereço IP do Vizinho" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Vizinhos" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:21 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:29 msgid "Netmask" -msgstr "Máscara de rede" +msgstr "Mascara de Rede" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:373 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:354 @@ -861,8 +865,8 @@ msgstr "Visão geral dos SmartGateways na rede" msgid "Plugin configuration" msgstr "Configuração de Plugin" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -910,7 +914,7 @@ msgstr "" "instável, então estas páginas podem carregar de forma extremamente lenta. " "Neste caso, desative isto aqui." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Rotas" @@ -955,7 +959,7 @@ msgstr "Exibir IPv6" msgid "Signal Noise Ratio in dB" msgstr "Relação do ruído do sinal em dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1093,7 +1097,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Temporização e Validade" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologia" diff --git a/applications/luci-app-olsr/po/pt_BR/olsr.po b/applications/luci-app-olsr/po/pt_BR/olsr.po index 3698ab5137..a28da33247 100644 --- a/applications/luci-app-olsr/po/pt_BR/olsr.po +++ b/applications/luci-app-olsr/po/pt_BR/olsr.po @@ -3,22 +3,20 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-10 03:41+0200\n" -"PO-Revision-Date: 2019-12-09 20:03+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsolsr/pt_BR/>\n" -"Language: pt-br\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" -msgstr "" -"Anúncios <abbr title=\"Multiple interface declaration,Declaração de " -"interface múltipla\">MID</abbr> ativos" +msgstr "Ativar Anúncios MID" #: applications/luci-app-olsr/luasrc/view/status-olsr/topology.htm:14 msgid "Active OLSR nodes" @@ -105,7 +103,7 @@ msgstr "" msgid "Device" msgstr "Dispositivo" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Exibir" @@ -218,13 +216,17 @@ msgstr "Bom (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Bom (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "Conceda acesso UCI ao luci-app-olsr" + # 20140621: edersg: tradução #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Verde" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 @@ -233,7 +235,7 @@ msgstr "" "<abbr title=\"Host and network association, Associação de equipamentos e " "redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" "Anúncios do <abbr title=\"Host and network association, Associação de " @@ -257,7 +259,7 @@ msgstr "" "Validade do <abbr title=\"Host and network association, Associação de " "equipamentos e redes\">HNA</abbr>" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" "Anúncios do <abbr title=\"Host and network association, Associação de " @@ -492,7 +494,7 @@ msgstr "" "pacotes na interface ethernet em ponte. Os modos válidos são \"mesh\" e " "\"ether\". O padrão é \"mesh\"." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -661,7 +663,7 @@ msgstr "Total de enlaces" msgid "Local interface IP" msgstr "Endereço IP da interface local" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -768,7 +770,7 @@ msgstr "Vizinhos" msgid "Neighbour IP" msgstr "Endereço IP do Vizinho" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Vizinhos" @@ -897,8 +899,8 @@ msgstr "Visão geral dos SmartGateways na rede" msgid "Plugin configuration" msgstr "Configuração do Plugin" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -948,7 +950,7 @@ msgstr "" "instável, então estas páginas podem carregar de forma extremamente lenta. " "Neste caso, desabilite isto aqui." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Rotas" @@ -996,7 +998,7 @@ msgstr "Exibir IPv6" msgid "Signal Noise Ratio in dB" msgstr "Relação do ruído do sinal em dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1139,7 +1141,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Temporização e Validade" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologia" @@ -1282,7 +1284,7 @@ msgstr "infinito" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 msgid "no" -msgstr "Não" +msgstr "não" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "up" @@ -1296,7 +1298,7 @@ msgstr "operante" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 msgid "yes" -msgstr "Sim" +msgstr "sim" #~ msgid "Status" #~ msgstr "Estado" diff --git a/applications/luci-app-olsr/po/ro/olsr.po b/applications/luci-app-olsr/po/ro/olsr.po index c51c0a0cfc..352cbb4d54 100644 --- a/applications/luci-app-olsr/po/ro/olsr.po +++ b/applications/luci-app-olsr/po/ro/olsr.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2020-03-29 21:21+0000\n" +"Last-Translator: Cristian Ionescu <joker_op@yahoo.com>\n" "Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/ro/>\n" "Language: ro\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -80,7 +80,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 msgid "Configuration" -msgstr "Configurație" +msgstr "Configurare" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:56 msgid "" @@ -92,7 +92,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -176,7 +176,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 msgid "General Settings" -msgstr "Setări principale" +msgstr "Setări generale" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 @@ -191,19 +191,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Verde" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -221,7 +225,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -271,7 +275,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 msgid "Hostname" -msgstr "Nume domeniu" +msgstr "Numele gazdei ( hostname )" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" @@ -409,7 +413,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:49 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:109 msgid "Interface" -msgstr "Interfaţă" +msgstr "Interfață" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 @@ -421,7 +425,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -565,7 +569,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -650,7 +654,7 @@ msgstr "Vecini" msgid "Neighbour IP" msgstr "IP vecin" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Vecini" @@ -774,8 +778,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -794,7 +798,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 msgid "Port" -msgstr "" +msgstr "Port" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 @@ -819,7 +823,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -858,7 +862,7 @@ msgstr "Arată IPv6" msgid "Signal Noise Ratio in dB" msgstr "Raport zgomot semnal în dB" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -979,7 +983,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/ru/olsr.po b/applications/luci-app-olsr/po/ru/olsr.po index 85e90d3e85..cc7feb0d45 100644 --- a/applications/luci-app-olsr/po/ru/olsr.po +++ b/applications/luci-app-olsr/po/ru/olsr.po @@ -2,17 +2,17 @@ msgid "" msgstr "" "Project-Id-Version: LuCI: olsr\n" "POT-Creation-Date: 2013-09-06 09:58+0200\n" -"PO-Revision-Date: 2020-02-23 12:33+0000\n" -"Last-Translator: Anton Kikin <a.a.kikin@gmail.com>\n" +"PO-Revision-Date: 2020-06-07 15:48+0000\n" +"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/ru/>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.0-dev\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.1-dev\n" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" @@ -99,7 +99,7 @@ msgstr "" msgid "Device" msgstr "Устройство" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Отобразить" @@ -179,7 +179,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:106 msgid "Fisheye mechanism for TCs (checked means on). Default is \"on\"" msgstr "" -"Механизм 'fisheye' для TC-ов (средство проверки). По умолчанию 'включено'." +"Механизм 'fisheye' для TC-ов (средство проверки). По умолчанию 'включено'" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 @@ -208,19 +208,23 @@ msgstr "Хорошо (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Хорошо (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "Предоставить UCI доступ для luci-app-olsr" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Зеленый" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "Объявления HNA" @@ -238,7 +242,7 @@ msgstr "Интервал HNA" msgid "HNA validity time" msgstr "Время действия HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "Объявления HNA6" @@ -315,14 +319,14 @@ msgid "" msgstr "" "Гистерезис для авто определения канала (только для метрики кол-ва " "переходов). Гистерезис увеличивает надёжность канала, но вносит задержку в " -"регистрацию соседних устройств. По умолчанию 'да'." +"регистрацию соседних устройств. По умолчанию 'да'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:223 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:217 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 msgid "IP Addresses" -msgstr "IP-Адреса" +msgstr "IP-адреса" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 msgid "" @@ -469,7 +473,7 @@ msgstr "" "коммутируемых Ethernet-интерфейсах. Возможные значения режима: 'mesh' и " "'ether'. По умолчанию 'mesh'." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -582,7 +586,7 @@ msgid "" msgstr "" "Коэффициент старения LQ (только для уровня LQ, равного 2).<br />Параметр " "подстройки для etx_float и etx_fpm.<br />Чем меньше значение, тем меньше " -"изменения значения ETX.<br />Диапазон допустимых значений от '0.0' до '1.0'." +"изменения значения ETX.<br />Диапазон допустимых значений от '0.0' до '1.0'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:97 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:91 @@ -599,7 +603,7 @@ msgstr "" "что и etx_float, но с целочисленной арифметикой.<br /><b>etx_ff</b> : ETX " "freifunk, использует весь трафик OLSR для расчета ETX.<br /><b>etx_ffeth</" "b>: несовместимый вариант etx_ff, разрешающий Ethernet-соединения с ETX 0.1." -"<br />По умолчанию 'etx_ff'." +"<br />По умолчанию 'etx_ff'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:83 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:77 @@ -610,7 +614,7 @@ msgid "" msgstr "" "Переключатель уровня LQ между маршрутизацией по кол-ву переходов и ETX.<br /" "><b>0</b> = не использовать LQ<br /><b>2</b> = использовать LQ для выбора " -"MPR и маршрутизации<br />По умолчанию '2'." +"MPR и маршрутизации<br />По умолчанию '2'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:245 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:239 @@ -632,7 +636,7 @@ msgstr "Общее кол-во соединений" msgid "Local interface IP" msgstr "IP-адрес локального интерфейса" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -691,10 +695,10 @@ msgid "" ">reduce LQ to 192.168.0.1 by half: 192.168.0.1 0.5<br />reduce LQ to all " "nodes on this interface by 20%: default 0.8" msgstr "" -"Умножить маршруты на указанный коэффициент в пределах от '0.01' до '1'.<br /" -">Данный коэффициент используется только в случае, если LQ уровень > 0.<br /" -">Примеры:<br />уменьшить LQ для 192.168.0.1 на половину: 192.168.0.1 '0.5'." -"<br />уменьшить LQ для всех узлов на данном интерфейсе на 20%: default '0.8'." +"Умножить маршруты на указанный коэффициент в пределах от '0.01' до '1'. " +"Данный коэффициент используется только в случае, если LQ уровень > 0. " +"Примеры:<br />уменьшить LQ для 192.168.0.1 на половину: 192.168.0.1 '0.5'." +"<br />уменьшить LQ для всех узлов на данном интерфейсе на 20%: default '0.8'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:71 @@ -708,7 +712,7 @@ msgstr "" ">Данный коэффициент используется только в случае, если LQ уровень > 0. <br /" ">Примеры:<br />уменьшить LQ для fd91:662e:3c58::1 на половину: " "fd91:662e:3c58::1 '0.5'.<br />уменьшить LQ для всех узлов на данном " -"интерфейсе на 20%: default '0.8'." +"интерфейсе на 20%: default '0.8'" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:201 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:195 @@ -728,7 +732,7 @@ msgstr "Соседние узлы" msgid "Neighbour IP" msgstr "Соседние IP-адреса" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Соседние узлы" @@ -852,8 +856,8 @@ msgstr "Обзор смарт шлюзов в этой сети" msgid "Plugin configuration" msgstr "Настройка плагинов" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -901,7 +905,7 @@ msgstr "" "случае загрузка страниц состояния может происходить очень медленно.<br />В " "этом случае отключите ее здесь." -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Маршруты" @@ -947,7 +951,7 @@ msgstr "Показать IPv6" msgid "Signal Noise Ratio in dB" msgstr "Коэффициент шума сигнала в дБ" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1039,8 +1043,8 @@ msgstr "" "Демон OLSRd реализует поддержку протокола OLSR (Optimized Link State " "Routing), позволяя осуществлять маршрутизацию Mesh сетей для любого сетевого " "оборудования. OLSRd может работать на любом Wi-Fi-адаптере или устройстве " -"Ethernet с поддержкой режима ad-hoc.<br />Более подробную информацию можно " -"найти на <a href='http://www.olsr.org'>olsrd.org</a>." +"Ethernet с поддержкой режима ad-hoc. Более подробную информацию можно найти " +"на <a href='http://www.olsr.org'>olsrd.org</a>." #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:194 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:188 @@ -1086,7 +1090,7 @@ msgstr "" msgid "Timing and Validity" msgstr "Время и срок действия" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Топология" diff --git a/applications/luci-app-olsr/po/sk/olsr.po b/applications/luci-app-olsr/po/sk/olsr.po index 9ddb34cf0a..537cb15626 100644 --- a/applications/luci-app-olsr/po/sk/olsr.po +++ b/applications/luci-app-olsr/po/sk/olsr.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2020-06-09 21:41+0000\n" +"Last-Translator: Miloš Leškanič <leskanic@gmail.com>\n" "Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/sk/>\n" "Language: sk\n" @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -27,7 +27,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:45 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:45 msgid "Advanced Settings" -msgstr "" +msgstr "Pokročilé nastavenia" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:147 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:141 @@ -79,7 +79,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:198 msgid "Configuration" -msgstr "" +msgstr "Konfigurácia" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:56 msgid "" @@ -89,9 +89,9 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:24 msgid "Device" -msgstr "" +msgstr "Zariadenie" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -136,7 +136,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 msgid "Enabled" -msgstr "Zapnuté" +msgstr "Povolené" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 msgid "Expected retransmission count" @@ -166,7 +166,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:55 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:107 msgid "Gateway" -msgstr "" +msgstr "Brána" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:42 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:222 @@ -175,7 +175,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:31 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:31 msgid "General Settings" -msgstr "" +msgstr "Všeobecné nastavenia" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:39 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:39 @@ -190,19 +190,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -220,7 +224,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -270,7 +274,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 msgid "Hostname" -msgstr "" +msgstr "Názov hostiteľa" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" @@ -297,7 +301,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:32 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:32 msgid "IP Addresses" -msgstr "" +msgstr "Adresy IP" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:48 msgid "" @@ -338,7 +342,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:62 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:114 msgid "IPv6" -msgstr "" +msgstr "IPv6" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:285 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:272 @@ -408,7 +412,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:49 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:109 msgid "Interface" -msgstr "" +msgstr "Rozhranie" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:227 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:221 @@ -420,13 +424,13 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:163 msgid "Interfaces" -msgstr "" +msgstr "Rozhrania" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:218 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:212 @@ -564,7 +568,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -602,7 +606,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:50 #: applications/luci-app-olsr/luasrc/view/status-olsr/routes.htm:110 msgid "Metric" -msgstr "" +msgstr "Metrika" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:226 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:376 @@ -611,7 +615,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:51 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:51 msgid "Mode" -msgstr "" +msgstr "Režim" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:246 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:71 @@ -649,7 +653,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -664,7 +668,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:44 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:160 msgid "Network" -msgstr "" +msgstr "Sieť" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:17 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:34 @@ -738,7 +742,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:157 msgid "Overview" -msgstr "" +msgstr "Prehľad" #: applications/luci-app-olsr/luasrc/view/status-olsr/hna.htm:87 msgid "Overview of currently active OLSR host net announcements" @@ -773,8 +777,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -793,7 +797,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:126 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:120 msgid "Port" -msgstr "" +msgstr "Port" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:38 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna6.lua:20 @@ -818,9 +822,9 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" -msgstr "" +msgstr "Smerovania" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:21 msgid "Secondary OLSR interfaces" @@ -857,7 +861,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -978,7 +982,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" @@ -1015,7 +1019,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:200 msgid "Version" -msgstr "" +msgstr "Verzia" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 msgid "Very good (ETX < 2)" diff --git a/applications/luci-app-olsr/po/sv/olsr.po b/applications/luci-app-olsr/po/sv/olsr.po index 1bb4d8c6fa..8a7dbc638a 100644 --- a/applications/luci-app-olsr/po/sv/olsr.po +++ b/applications/luci-app-olsr/po/sv/olsr.po @@ -93,7 +93,7 @@ msgstr "" msgid "Device" msgstr "Enhet" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "Visa" @@ -192,19 +192,23 @@ msgstr "Bra (2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "Bra (30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "Grön" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -222,7 +226,7 @@ msgstr "" msgid "HNA validity time" msgstr "Giltighetstid för HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -422,7 +426,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -566,7 +570,7 @@ msgstr "" msgid "Local interface IP" msgstr "IP-adress för lokalt gränssnitt" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -651,7 +655,7 @@ msgstr "Grannar" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "Grannar" @@ -775,8 +779,8 @@ msgstr "" msgid "Plugin configuration" msgstr "Konfiguration av insticksprogram" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -820,7 +824,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Rutter" @@ -859,7 +863,7 @@ msgstr "Visa IPv6" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -980,7 +984,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "Topologi" diff --git a/applications/luci-app-olsr/po/templates/olsr.pot b/applications/luci-app-olsr/po/templates/olsr.pot index 8f94e51d00..b196ce5362 100644 --- a/applications/luci-app-olsr/po/templates/olsr.pot +++ b/applications/luci-app-olsr/po/templates/olsr.pot @@ -80,7 +80,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -179,19 +179,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -209,7 +213,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -409,7 +413,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -553,7 +557,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -638,7 +642,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -762,8 +766,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -807,7 +811,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -846,7 +850,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -967,7 +971,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/tr/olsr.po b/applications/luci-app-olsr/po/tr/olsr.po index 9d0e2c71b5..514a2e13e9 100644 --- a/applications/luci-app-olsr/po/tr/olsr.po +++ b/applications/luci-app-olsr/po/tr/olsr.po @@ -91,7 +91,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -190,19 +190,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -220,7 +224,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -420,7 +424,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -564,7 +568,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -649,7 +653,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -773,8 +777,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -818,7 +822,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -857,7 +861,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -978,7 +982,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" diff --git a/applications/luci-app-olsr/po/uk/olsr.po b/applications/luci-app-olsr/po/uk/olsr.po index 6ec4d989b2..51ceb4033d 100644 --- a/applications/luci-app-olsr/po/uk/olsr.po +++ b/applications/luci-app-olsr/po/uk/olsr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2020-02-17 11:51+0000\n" +"PO-Revision-Date: 2020-03-11 01:51+0000\n" "Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/uk/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -92,7 +92,7 @@ msgstr "" msgid "Device" msgstr "Пристрій" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -191,19 +191,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -221,7 +225,7 @@ msgstr "" msgid "HNA validity time" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "" @@ -421,7 +425,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -565,7 +569,7 @@ msgstr "" msgid "Local interface IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -650,7 +654,7 @@ msgstr "" msgid "Neighbour IP" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -774,8 +778,8 @@ msgstr "" msgid "Plugin configuration" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -819,7 +823,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "Маршрути" @@ -858,7 +862,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -979,7 +983,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" @@ -1099,7 +1103,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 msgid "no" -msgstr "" +msgstr "ні" #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:38 msgid "up" diff --git a/applications/luci-app-olsr/po/vi/olsr.po b/applications/luci-app-olsr/po/vi/olsr.po index 17849b8d53..1e6f1fffe6 100644 --- a/applications/luci-app-olsr/po/vi/olsr.po +++ b/applications/luci-app-olsr/po/vi/olsr.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-08-16 06:58+0200\n" -"PO-Revision-Date: 2020-01-14 15:22+0000\n" -"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" +"PO-Revision-Date: 2020-03-28 17:46+0000\n" +"Last-Translator: Thien An Dang Thanh <thienandangthanh@gmail.com>\n" "Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsolsr/vi/>\n" "Language: vi\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -95,7 +95,7 @@ msgstr "" msgid "Device" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "" @@ -194,19 +194,23 @@ msgstr "" msgid "Good (30 > SNR > 20)" msgstr "" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "" @@ -224,7 +228,7 @@ msgstr "Khoảng HNA" msgid "HNA validity time" msgstr "Thời gian hợp lệ hóa HNA " -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 #, fuzzy msgid "HNA6 Announcements" msgstr "OLSR - HNA - Thông báo" @@ -425,7 +429,7 @@ msgid "" "\"mesh\"." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -569,7 +573,7 @@ msgstr "" msgid "Local interface IP" msgstr "Giao diện địa phương IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -654,7 +658,7 @@ msgstr "" msgid "Neighbour IP" msgstr "Lận cận IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "" @@ -779,8 +783,8 @@ msgstr "" msgid "Plugin configuration" msgstr "Cấu hình Plugin" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -824,7 +828,7 @@ msgid "" "really slow. In this case disable it here." msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "" @@ -863,7 +867,7 @@ msgstr "" msgid "Signal Noise Ratio in dB" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -984,7 +988,7 @@ msgstr "" msgid "Timing and Validity" msgstr "" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "" @@ -1118,7 +1122,7 @@ msgstr "" #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:138 #: applications/luci-app-olsr/luasrc/view/status-olsr/smartgw.htm:139 msgid "yes" -msgstr "" +msgstr "Có" #~ msgid "" #~ "Make sure that OLSRd is running, the \"txtinfo\" plugin is loaded, " diff --git a/applications/luci-app-olsr/po/zh_Hans/olsr.po b/applications/luci-app-olsr/po/zh_Hans/olsr.po index 9825f76391..7378b7deae 100644 --- a/applications/luci-app-olsr/po/zh_Hans/olsr.po +++ b/applications/luci-app-olsr/po/zh_Hans/olsr.po @@ -95,7 +95,7 @@ msgstr "" msgid "Device" msgstr "设备" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "显示" @@ -130,7 +130,9 @@ msgstr "启用" msgid "" "Enable SmartGateway. If it is disabled, then all other SmartGateway " "parameters are ignored. Default is \"no\"." -msgstr "启用 SmartGateway。如果禁用,则将忽略 SmartGateway 的其他所有参数。缺省值:“no”。" +msgstr "" +"启用 SmartGateway。如果禁用,则将忽略 SmartGateway 的其他所有参数。缺省" +"值:“no”。" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua:36 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:36 @@ -198,19 +200,23 @@ msgstr "好(2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "好(30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "绿" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "HNA 通告" @@ -228,7 +234,7 @@ msgstr "HNA 间隔" msgid "HNA validity time" msgstr "HNA 有效时长" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "HNA 通告" @@ -439,7 +445,7 @@ msgstr "" "接口模式用于防止以太网交换机接口上不必要的数据包转发。有效模式" "是“mesh”和“ether”。默认为“mesh”。" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -594,7 +600,7 @@ msgstr "链接总数" msgid "Local interface IP" msgstr "本地接口 IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -687,7 +693,7 @@ msgstr "邻居" msgid "Neighbour IP" msgstr "邻居 IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "邻居" @@ -811,8 +817,8 @@ msgstr "此网络中的智能网关概览" msgid "Plugin configuration" msgstr "插件配置" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -858,7 +864,7 @@ msgstr "" "解析状态页面上的主机名。通常允许这样做是安全的,但如果您使用公共 IP,且具有不" "稳定的 DNS 设置,则这些页面的加载速度会非常慢。这种情况下,在此禁用它。" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "路由表" @@ -901,7 +907,7 @@ msgstr "显示 IPv6" msgid "Signal Noise Ratio in dB" msgstr "信噪比(dB)" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1035,7 +1041,7 @@ msgstr "" msgid "Timing and Validity" msgstr "时间和有效性" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "拓扑" diff --git a/applications/luci-app-olsr/po/zh_Hant/olsr.po b/applications/luci-app-olsr/po/zh_Hant/olsr.po index 3927dc1de3..2455ee00f4 100644 --- a/applications/luci-app-olsr/po/zh_Hant/olsr.po +++ b/applications/luci-app-olsr/po/zh_Hant/olsr.po @@ -4,15 +4,16 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2018-10-01 11:10+0800\n" -"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" -"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" -"Language: zh_TW\n" +"PO-Revision-Date: 2020-04-03 14:28+0000\n" +"Last-Translator: KurisuWong <wcl2005hk@gmail.com>\n" +"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationsolsr/zh_Hant/>\n" +"Language: zh_Hant\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Gtranslator 2.91.7\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-olsr/luasrc/view/status-olsr/mid.htm:13 msgid "Active MID announcements" @@ -94,7 +95,7 @@ msgstr "" msgid "Device" msgstr "裝置" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:75 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:76 msgid "Display" msgstr "顯示" @@ -141,7 +142,7 @@ msgstr "啟用這個埠" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:249 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:249 msgid "Enabled" -msgstr "已啟用" +msgstr "啟用" #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:5 msgid "Expected retransmission count" @@ -199,19 +200,23 @@ msgstr "好(2 < ETX < 4)" msgid "Good (30 > SNR > 20)" msgstr "好(30 > SNR > 20)" +#: applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json:3 +msgid "Grant UCI access for luci-app-olsr" +msgstr "" + #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:8 #: applications/luci-app-olsr/luasrc/view/status-olsr/legend.htm:17 msgid "Green" msgstr "綠" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:53 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:54 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:402 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:383 #: applications/luci-app-olsr/luasrc/view/status-olsr/overview.htm:178 msgid "HNA" msgstr "HNA" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:25 msgid "HNA Announcements" msgstr "HNA 通告" @@ -229,7 +234,7 @@ msgstr "HNA 間隔" msgid "HNA validity time" msgstr "HNA 有效時長" -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:24 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:25 msgid "HNA6 Announcements" msgstr "HNA 通告" @@ -279,7 +284,7 @@ msgstr "躍點" #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:61 #: applications/luci-app-olsr/luasrc/view/status-olsr/neighbors.htm:127 msgid "Hostname" -msgstr "主機名" +msgstr "主機名稱" #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdhna.lua:8 msgid "" @@ -440,7 +445,7 @@ msgstr "" "介面模式用於防止乙太網交換機介面上不必要的資料包轉發。有效模式" "是“mesh”和“ether”。預設為“mesh”。" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:70 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:71 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:354 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:335 #: applications/luci-app-olsr/luasrc/view/status-olsr/interfaces.htm:14 @@ -594,7 +599,7 @@ msgstr "連結總數" msgid "Local interface IP" msgstr "本地介面 IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:58 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:59 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:395 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:376 msgid "MID" @@ -687,7 +692,7 @@ msgstr "鄰居" msgid "Neighbour IP" msgstr "鄰居 IP" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:37 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:38 msgid "Neighbours" msgstr "鄰居" @@ -811,8 +816,8 @@ msgstr "此網路中的智慧閘道器概覽" msgid "Plugin configuration" msgstr "外掛配置" -#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:29 -#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:29 +#: applications/luci-app-olsr/luasrc/controller/olsr4.lua:30 +#: applications/luci-app-olsr/luasrc/controller/olsr6.lua:30 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua:240 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdplugins6.lua:240 msgid "Plugins" @@ -858,7 +863,7 @@ msgstr "" "解析狀態頁面上的主機名。通常允許這樣做是安全的,但如果您使用公共 IP,且具有不" "穩定的 DNS 設定,則這些頁面的載入速度會非常慢。這種情況下,在此禁用它。" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:43 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:44 msgid "Routes" msgstr "路由" @@ -901,7 +906,7 @@ msgstr "顯示 IPv6" msgid "Signal Noise Ratio in dB" msgstr "信噪比(dB)" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:64 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:65 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua:44 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua:44 msgid "SmartGW" @@ -1034,7 +1039,7 @@ msgstr "" msgid "Timing and Validity" msgstr "時間和有效性" -#: applications/luci-app-olsr/luasrc/controller/olsr.lua:48 +#: applications/luci-app-olsr/luasrc/controller/olsr.lua:49 msgid "Topology" msgstr "拓撲" diff --git a/applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json b/applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json new file mode 100644 index 0000000000..246afbc941 --- /dev/null +++ b/applications/luci-app-olsr/root/usr/share/rpcd/acl.d/luci-app-olsr.json @@ -0,0 +1,11 @@ +{ + "luci-app-olsr": { + "description": "Grant UCI access for luci-app-olsr", + "read": { + "uci": [ "luci_olsr", "olsrd", "olsrd6" ] + }, + "write": { + "uci": [ "luci_olsr", "olsrd", "olsrd6" ] + } + } +} |