summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-olsr
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-olsr')
-rw-r--r--applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua2
-rw-r--r--applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua2
-rw-r--r--applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua2
-rw-r--r--applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua2
-rw-r--r--applications/luci-app-olsr/po/ca/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/cs/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/de/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/el/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/en/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/es/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/fr/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/he/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/hu/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/it/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/ja/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/ms/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/no/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/pl/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/pt-br/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/pt/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/ro/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/ru/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/sk/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/sv/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/templates/olsr.pot2
-rw-r--r--applications/luci-app-olsr/po/tr/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/uk/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/vi/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/zh-cn/olsr.po2
-rw-r--r--applications/luci-app-olsr/po/zh-tw/olsr.po2
30 files changed, 30 insertions, 30 deletions
diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua
index a075bcf26..90a615699 100644
--- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua
+++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd.lua
@@ -259,7 +259,7 @@ function lqmult.validate(self, value)
local host = val[1]
local mult = val[2]
if not host or not mult then
- return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+ return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
end
if not (host == "default" or ip.IPv4(host) or ip.IPv6(host)) then
return nil, translate("Can only be a valid IPv4 or IPv6 address or 'default'")
diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua
index 0007e673e..0206b67dc 100644
--- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua
+++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrd6.lua
@@ -253,7 +253,7 @@ function lqmult.validate(self, value)
local host = val[1]
local mult = val[2]
if not host or not mult then
- return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+ return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
end
if not (host == "default" or ip.IPv6(host)) then
return nil, translate("Can only be a valid IPv6 address or 'default'")
diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua
index d6b7cd16a..7de2ad9b4 100644
--- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua
+++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface.lua
@@ -84,7 +84,7 @@ function lqmult.validate(self, value)
local host = val[1]
local mult = val[2]
if not host or not mult then
- return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+ return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
end
if not (host == "default" or ip.IPv4(host) or ip.IPv6(host)) then
return nil, translate("Can only be a valid IPv4 or IPv6 address or 'default'")
diff --git a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua
index 2f0fa6c38..00f242df1 100644
--- a/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua
+++ b/applications/luci-app-olsr/luasrc/model/cbi/olsr/olsrdiface6.lua
@@ -84,7 +84,7 @@ function lqmult.validate(self, value)
local host = val[1]
local mult = val[2]
if not host or not mult then
- return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) seperated by space.")
+ return nil, translate("LQMult requires two values (IP address or 'default' and multiplicator) separated by space.")
end
if not (host == "default" or ip.IPv6(host)) then
return nil, translate("Can only be a valid IPv6 address or 'default'")
diff --git a/applications/luci-app-olsr/po/ca/olsr.po b/applications/luci-app-olsr/po/ca/olsr.po
index db4bce1b1..441eb36ac 100644
--- a/applications/luci-app-olsr/po/ca/olsr.po
+++ b/applications/luci-app-olsr/po/ca/olsr.po
@@ -304,7 +304,7 @@ msgstr "Nivell LQ"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/cs/olsr.po b/applications/luci-app-olsr/po/cs/olsr.po
index 31669072d..e40a47d54 100644
--- a/applications/luci-app-olsr/po/cs/olsr.po
+++ b/applications/luci-app-olsr/po/cs/olsr.po
@@ -299,7 +299,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/de/olsr.po b/applications/luci-app-olsr/po/de/olsr.po
index a23a20d58..e631dcc0c 100644
--- a/applications/luci-app-olsr/po/de/olsr.po
+++ b/applications/luci-app-olsr/po/de/olsr.po
@@ -349,7 +349,7 @@ msgstr "LQ-Level"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/el/olsr.po b/applications/luci-app-olsr/po/el/olsr.po
index a3cf0d2ae..668b3db02 100644
--- a/applications/luci-app-olsr/po/el/olsr.po
+++ b/applications/luci-app-olsr/po/el/olsr.po
@@ -301,7 +301,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/en/olsr.po b/applications/luci-app-olsr/po/en/olsr.po
index 131005e1e..1eba36558 100644
--- a/applications/luci-app-olsr/po/en/olsr.po
+++ b/applications/luci-app-olsr/po/en/olsr.po
@@ -302,7 +302,7 @@ msgstr "LQ level"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/es/olsr.po b/applications/luci-app-olsr/po/es/olsr.po
index 0e161bda4..3c3c2f1dc 100644
--- a/applications/luci-app-olsr/po/es/olsr.po
+++ b/applications/luci-app-olsr/po/es/olsr.po
@@ -346,7 +346,7 @@ msgstr "LQ - Nivel"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
"LQMult precisa dos valores (dirección IP o \"por defecto\" y multiplicador) "
"separados por un espacio."
diff --git a/applications/luci-app-olsr/po/fr/olsr.po b/applications/luci-app-olsr/po/fr/olsr.po
index e93a6bd20..fcf5aa3b2 100644
--- a/applications/luci-app-olsr/po/fr/olsr.po
+++ b/applications/luci-app-olsr/po/fr/olsr.po
@@ -301,7 +301,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/he/olsr.po b/applications/luci-app-olsr/po/he/olsr.po
index 38aa43bff..a036b030d 100644
--- a/applications/luci-app-olsr/po/he/olsr.po
+++ b/applications/luci-app-olsr/po/he/olsr.po
@@ -296,7 +296,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/hu/olsr.po b/applications/luci-app-olsr/po/hu/olsr.po
index 38aa43bff..a036b030d 100644
--- a/applications/luci-app-olsr/po/hu/olsr.po
+++ b/applications/luci-app-olsr/po/hu/olsr.po
@@ -296,7 +296,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/it/olsr.po b/applications/luci-app-olsr/po/it/olsr.po
index a88d2970c..ec4210bcb 100644
--- a/applications/luci-app-olsr/po/it/olsr.po
+++ b/applications/luci-app-olsr/po/it/olsr.po
@@ -325,7 +325,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/ja/olsr.po b/applications/luci-app-olsr/po/ja/olsr.po
index b3f010934..298866a9f 100644
--- a/applications/luci-app-olsr/po/ja/olsr.po
+++ b/applications/luci-app-olsr/po/ja/olsr.po
@@ -339,7 +339,7 @@ msgstr "LQ レベル"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/ms/olsr.po b/applications/luci-app-olsr/po/ms/olsr.po
index c0edce15c..58ebfa556 100644
--- a/applications/luci-app-olsr/po/ms/olsr.po
+++ b/applications/luci-app-olsr/po/ms/olsr.po
@@ -295,7 +295,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/no/olsr.po b/applications/luci-app-olsr/po/no/olsr.po
index 38aa43bff..a036b030d 100644
--- a/applications/luci-app-olsr/po/no/olsr.po
+++ b/applications/luci-app-olsr/po/no/olsr.po
@@ -296,7 +296,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/pl/olsr.po b/applications/luci-app-olsr/po/pl/olsr.po
index 64a99f606..ee0f0e274 100644
--- a/applications/luci-app-olsr/po/pl/olsr.po
+++ b/applications/luci-app-olsr/po/pl/olsr.po
@@ -331,7 +331,7 @@ msgstr "Poziom LQ"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/pt-br/olsr.po b/applications/luci-app-olsr/po/pt-br/olsr.po
index 499176c16..6097093e7 100644
--- a/applications/luci-app-olsr/po/pt-br/olsr.po
+++ b/applications/luci-app-olsr/po/pt-br/olsr.po
@@ -379,7 +379,7 @@ msgstr "Nível <abbr title=\"Link Quality, Qualidade do Enlace\">LQ</abbr>"
# 20140621: edersg: tradução
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
"LQMult exige dois valores (endereço IP ou 'padrão' e multiplicador) "
"separados por espaços."
diff --git a/applications/luci-app-olsr/po/pt/olsr.po b/applications/luci-app-olsr/po/pt/olsr.po
index 4e04248f5..e1ab72501 100644
--- a/applications/luci-app-olsr/po/pt/olsr.po
+++ b/applications/luci-app-olsr/po/pt/olsr.po
@@ -311,7 +311,7 @@ msgstr "Nível LQ"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/ro/olsr.po b/applications/luci-app-olsr/po/ro/olsr.po
index 257fab373..87cea095b 100644
--- a/applications/luci-app-olsr/po/ro/olsr.po
+++ b/applications/luci-app-olsr/po/ro/olsr.po
@@ -300,7 +300,7 @@ msgstr "Nivel LQ"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/ru/olsr.po b/applications/luci-app-olsr/po/ru/olsr.po
index 453454ca6..df59afa02 100644
--- a/applications/luci-app-olsr/po/ru/olsr.po
+++ b/applications/luci-app-olsr/po/ru/olsr.po
@@ -353,7 +353,7 @@ msgstr "LQ частота"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
"LQMult требует двух значений (IP-адрес или 'default' и множитель), "
"разделенных пробелом."
diff --git a/applications/luci-app-olsr/po/sk/olsr.po b/applications/luci-app-olsr/po/sk/olsr.po
index fdd37e3af..2016a0a5a 100644
--- a/applications/luci-app-olsr/po/sk/olsr.po
+++ b/applications/luci-app-olsr/po/sk/olsr.po
@@ -296,7 +296,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/sv/olsr.po b/applications/luci-app-olsr/po/sv/olsr.po
index adf690c3a..f4c8381dd 100644
--- a/applications/luci-app-olsr/po/sv/olsr.po
+++ b/applications/luci-app-olsr/po/sv/olsr.po
@@ -299,7 +299,7 @@ msgstr "LQ-nivå"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/templates/olsr.pot b/applications/luci-app-olsr/po/templates/olsr.pot
index 6bd63c2a2..a65c5d098 100644
--- a/applications/luci-app-olsr/po/templates/olsr.pot
+++ b/applications/luci-app-olsr/po/templates/olsr.pot
@@ -289,7 +289,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/tr/olsr.po b/applications/luci-app-olsr/po/tr/olsr.po
index 18641896d..d67e6685f 100644
--- a/applications/luci-app-olsr/po/tr/olsr.po
+++ b/applications/luci-app-olsr/po/tr/olsr.po
@@ -296,7 +296,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/uk/olsr.po b/applications/luci-app-olsr/po/uk/olsr.po
index d35fe3173..603abe98f 100644
--- a/applications/luci-app-olsr/po/uk/olsr.po
+++ b/applications/luci-app-olsr/po/uk/olsr.po
@@ -297,7 +297,7 @@ msgstr ""
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/vi/olsr.po b/applications/luci-app-olsr/po/vi/olsr.po
index 698e5288e..8a27dda67 100644
--- a/applications/luci-app-olsr/po/vi/olsr.po
+++ b/applications/luci-app-olsr/po/vi/olsr.po
@@ -303,7 +303,7 @@ msgstr "LQ level"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr ""
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/zh-cn/olsr.po b/applications/luci-app-olsr/po/zh-cn/olsr.po
index 818b89ca7..dcb55ba0e 100644
--- a/applications/luci-app-olsr/po/zh-cn/olsr.po
+++ b/applications/luci-app-olsr/po/zh-cn/olsr.po
@@ -320,7 +320,7 @@ msgstr "LQ 级别"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr "LQMult 需要用空格分隔的两个值(IP 地址或“default”,加上乘数)。"
msgid "Last hop"
diff --git a/applications/luci-app-olsr/po/zh-tw/olsr.po b/applications/luci-app-olsr/po/zh-tw/olsr.po
index b16f2726b..749026585 100644
--- a/applications/luci-app-olsr/po/zh-tw/olsr.po
+++ b/applications/luci-app-olsr/po/zh-tw/olsr.po
@@ -320,7 +320,7 @@ msgstr "LQ 級別"
msgid ""
"LQMult requires two values (IP address or 'default' and multiplicator) "
-"seperated by space."
+"separated by space."
msgstr "LQMult 需要用空格分隔的兩個值(IP 位址或“default”,加上乘數)。"
msgid "Last hop"