Merge pull request #3482 from urbalazs/typo-olsr-2
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 9 Jan 2020 07:26:24 +0000 (08:26 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2020 07:26:24 +0000 (08:26 +0100)
luci-app-olsr: fix typo

34 files changed:
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua
applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua
applications/luci-app-olsr/po/bg/olsr.po
applications/luci-app-olsr/po/ca/olsr.po
applications/luci-app-olsr/po/cs/olsr.po
applications/luci-app-olsr/po/de/olsr.po
applications/luci-app-olsr/po/el/olsr.po
applications/luci-app-olsr/po/en/olsr.po
applications/luci-app-olsr/po/es/olsr.po
applications/luci-app-olsr/po/fr/olsr.po
applications/luci-app-olsr/po/he/olsr.po
applications/luci-app-olsr/po/hi/olsr.po
applications/luci-app-olsr/po/hu/olsr.po
applications/luci-app-olsr/po/it/olsr.po
applications/luci-app-olsr/po/ja/olsr.po
applications/luci-app-olsr/po/ko/olsr.po
applications/luci-app-olsr/po/mr/olsr.po
applications/luci-app-olsr/po/ms/olsr.po
applications/luci-app-olsr/po/no/olsr.po
applications/luci-app-olsr/po/pl/olsr.po
applications/luci-app-olsr/po/pt-br/olsr.po
applications/luci-app-olsr/po/pt/olsr.po
applications/luci-app-olsr/po/ro/olsr.po
applications/luci-app-olsr/po/ru/olsr.po
applications/luci-app-olsr/po/sk/olsr.po
applications/luci-app-olsr/po/sv/olsr.po
applications/luci-app-olsr/po/templates/olsr.pot
applications/luci-app-olsr/po/tr/olsr.po
applications/luci-app-olsr/po/uk/olsr.po
applications/luci-app-olsr/po/vi/olsr.po
applications/luci-app-olsr/po/zh-cn/olsr.po
applications/luci-app-olsr/po/zh-tw/olsr.po

index 79c9d5da61ddb2bea131eee0b5dd3bc6022aad3a..bc04dbdc9f8c8866074fc83731850cf35eb61848 100644 (file)
@@ -224,8 +224,8 @@ i:tab("addrs",   translate("IP Addresses"))
 i:tab("timing",  translate("Timing and Validity"))
 
 mode = i:taboption("general", ListValue, "Mode", translate("Mode"),
-       translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
-       "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
+       translate("Interface mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
+       "Valid modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
 mode:value("mesh")
 mode:value("ether")
 mode.optional = true
index bb3567677f7d172097833e3d0163841140bc97ac..8418a07ba6c7b7925d10a44b2188ccf73efb7c61 100644 (file)
@@ -218,8 +218,8 @@ i:tab("addrs",   translate("IP Addresses"))
 i:tab("timing",  translate("Timing and Validity"))
 
 mode = i:taboption("general", ListValue, "Mode", translate("Mode"),
-       translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
-       "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
+       translate("Interface mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
+       "Valid modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
 mode:value("mesh")
 mode:value("ether")
 mode.optional = true
index 7de2ad9b4453eb0b5e2992d5e6fbb03f28c42528..df757c641b1104509c203570a446dab71014340d 100644 (file)
@@ -49,8 +49,8 @@ network.widget   = "radio"
 network.nocreate = true
 
 mode = i:taboption("general", ListValue, "Mode", translate("Mode"),
-       translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
-       "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
+       translate("Interface mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
+       "Valid modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
 mode:value("mesh")
 mode:value("ether")
 mode.optional = true
index 00f242df1b716df68e390ecb2dbe74df02019ce4..77e423d939b9bba51ee928708a61ba8d4a9b0cdd 100644 (file)
@@ -49,8 +49,8 @@ network.widget   = "radio"
 network.nocreate = true
 
 mode = i:taboption("general", ListValue, "Mode", translate("Mode"),
-       translate("Interface Mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
-       "valid Modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
+       translate("Interface mode is used to prevent unnecessary packet forwarding on switched ethernet interfaces. "..
+       "Valid modes are \"mesh\" and \"ether\". Default is \"mesh\"."))
 mode:value("mesh")
 mode:value("ether")
 mode.optional = true
index 123ac06447f43ffd53f59cd75cf75dc7df7d59c7..78e52aca74abcd8190fd2bc5346a341ab7dc7bdf 100644 (file)
@@ -415,8 +415,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index da1ae9d98cb3834a8589bfa49bc37249da041405..dfed601a461ecfaa3b9490595f2a49e1f6770f4d 100644 (file)
@@ -420,8 +420,8 @@ msgstr "Interfície"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 9792cce438944ed0bbb7befb16c58036e1e75a07..57bf520174496959aad3dc6bbb156a8d9444b841 100644 (file)
@@ -415,8 +415,8 @@ msgstr "Rozhraní"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 5591eed16ff96c2b674fb79b37d4bcbe23b3354c..408b83f2affd9c88f86e8d18a193f4d66ca5f51f 100644 (file)
@@ -460,8 +460,8 @@ msgstr "Schnittstelle"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "Mit dieser Einstellung kann unnötiges Forwarden von Paketen auf geswitchten "
index 11bfd1f1429bfc7dec85dc4bda82d74326784bd9..712273e5604e1146d956157c5d75be50ee67d832 100644 (file)
@@ -417,8 +417,8 @@ msgstr "Διεπαφή"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index b28157eb5b1959a0be408334715ca8ff9c4ff1c2..7b7ea67a30f4fbc0dafde72ad1a3e742b10b7a00 100644 (file)
@@ -417,8 +417,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index db5ea7e89abb32edb595766fb839be5d373c9d11..bb58b0b29beb47eae19b56f1773331a2dabbcaf4 100644 (file)
@@ -452,8 +452,8 @@ msgstr "Interfaz"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "El modo de interfaz se usar para evitar traspaso innecesario de paquetes en "
index 6c0f3032dd63a89b98dc6675843e9ac029666798..0dba49abcbc34091d2c5e26ad57746a9108e4e11 100644 (file)
@@ -417,8 +417,8 @@ msgstr "Interface"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index d3cc11444fc48c4f752b61cf04a0835feb27fa42..8bad7e980da27f75e1fe7a74e9985f1f77e5fda3 100644 (file)
@@ -411,8 +411,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 34494aad8b8aae00830b97eb093e0602fb325e94..fc21ff83eb09e617397a22acb7fbc1e425d5d761 100644 (file)
@@ -415,8 +415,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 748c10243a5867feee15e05b0e221c80e2f6194d..3b0297f8739eab9cb96f021f1553a25efe2b6e43 100644 (file)
@@ -461,8 +461,8 @@ msgstr "Csatoló"
 #: applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua:52
 #, fuzzy
 msgid ""
-"Interface Mode is used to prevent unnecessary packet forwarding on switched "
-"ethernet interfaces. valid Modes are \"mesh\" and \"ether\". Default is "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "A csatoló módját arra használják, hogy megakadályozzák a szükségtelen "
index 9fd90e1eae8ca35c23636a03cd2dd4882e78d726..9546123562ad27a87eb959ffd2773ee078bc23d2 100644 (file)
@@ -441,8 +441,8 @@ msgstr "Interfaccia"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index ac028e5f032093b9ca634531c8aa4ea6b39a3800..a24617ee27f893eddc06d7fdc4b6ff29aa10805f 100644 (file)
@@ -449,8 +449,8 @@ msgstr "インターフェース"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "インターフェースモードは、スイッチ上のイーサネットインターフェースに不必要な"
index bb211c53d1ab156870f9c1d75531cd0681123cb9..2598986e70f6890fa8000c08e6c2c1398d5f940c 100644 (file)
@@ -415,8 +415,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 1ff1cc8c91551c0ea3c5c8889016016c8fbe5bbb..d4c84d657573fe29057c0249a80b55f39d0004be 100644 (file)
@@ -417,8 +417,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 418452e347ed33715bca22b0e0a2135e8c765221..810ad73e5cb8c8d9703270ac7c7a62f4a3aed5b0 100644 (file)
@@ -410,8 +410,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 735538cfc0916a2211b66b7ddb1b0a69793ef3ee..d3d7c4f5fa4cb68f81a19019b1e4c5c5c0038e9d 100644 (file)
@@ -415,8 +415,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 9c232755824d9376ff566308f690502b831d714d..97dc579c51540f178a8aa8f6f62beef24d3e747f 100644 (file)
@@ -446,8 +446,8 @@ msgstr "Interfejs"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "Tryb interfejsu jest używany, aby zapobiec niepotrzebnemu przekazywaniu "
index 67a5e7445e85984d7c9dc9136d11a40c02c8b504..3698ab5137acc7aaa0c96173a507737ac4315cae 100644 (file)
@@ -484,8 +484,8 @@ msgstr "Interface"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "Modo da Interface é usado para evitar o encaminhamento desnecessário de "
index fa1e869dd4de46e1d01a9eea1cd942e3604af459..5b38c283fd3ac6795fae6564ed2b8a8c18b9820a 100644 (file)
@@ -464,8 +464,8 @@ msgstr "Interface"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "O Modo de Interface é usado para para prevenir encaminhamentos "
index fc9a5ae1938fd0c4ad321ee68bc2bec187a00414..a4f6ca6d6b7792fd611bcc30aee778908ecf9b91 100644 (file)
@@ -416,8 +416,8 @@ msgstr "Interfaţă"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 9bb112a4ef35d650cbd536ef651bdbdb282dfe6c..c90d9aaf1f6ccf6b503d417788d1fefb65c39c64 100644 (file)
@@ -461,8 +461,8 @@ msgstr "Интерфейс"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "Режим интерфейса используется для предотвращения ненужных перенаправлений на "
index bbb43e6fbd464342c8dec6e8fd344c16872ff595..87f14a2d7b4e0f436ac55740c3765409c4eebdc0 100644 (file)
@@ -415,8 +415,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 939c55a56d5afe4804462d1916270a3691b70889..1bb4d8c6fa5d5e76e546f8e928ff8089a2dece6c 100644 (file)
@@ -417,8 +417,8 @@ msgstr "Gränssnitt"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index eee014d6764bf034bc9d56340e30063203551eb3..8f94e51d002b37bf9cad65e4ff39fca6faec960d 100644 (file)
@@ -404,8 +404,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index c5eb54aa511119411f15a3f7c218f2bc0b4f61f6..c988bb723010bb8d2555cb9a316da9961597a63c 100644 (file)
@@ -411,8 +411,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 121f7c4f4453e7957ba53c815e90e2d9ec8ef9dd..46abbfe88f1acf531420b5cea9ac01e3139f9f39 100644 (file)
@@ -416,8 +416,8 @@ msgstr "Інтерфейс"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index b1b11ea15de1868e76b2e8ab128c35d89b209ac4..1f16910f9b0768f783dcce6e75113314d531f1a6 100644 (file)
@@ -420,8 +420,8 @@ msgstr ""
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 
index 204d5d2c55a5db4f905324a26e6975a95e096827..7dea7dd45b922f53026bc66ae1be0708109a8430 100644 (file)
@@ -434,8 +434,8 @@ msgstr "接口"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "接口模式用于防止以太网交换机接口上不必要的数据包转发。有效模式"
index 8d2d7889e453bcdd8f15779da3b4e8cde94b5e82..3927dc1de389917037c959215211cea429d22bda 100644 (file)
@@ -433,8 +433,8 @@ msgstr "介面"
 #: 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 "
+"Interface mode is used to prevent unnecessary packet forwarding on switched "
+"ethernet interfaces. Valid modes are \"mesh\" and \"ether\". Default is "
 "\"mesh\"."
 msgstr ""
 "介面模式用於防止乙太網交換機介面上不必要的資料包轉發。有效模式"