summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua4
-rw-r--r--applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua2
-rw-r--r--applications/luci-app-asterisk/po/ca/asterisk.po6
-rw-r--r--applications/luci-app-asterisk/po/en/asterisk.po12
-rw-r--r--applications/luci-app-asterisk/po/es/asterisk.po6
-rw-r--r--applications/luci-app-asterisk/po/fr/asterisk.po6
-rw-r--r--applications/luci-app-asterisk/po/it/asterisk.po2
-rw-r--r--applications/luci-app-asterisk/po/ms/asterisk.po6
-rw-r--r--applications/luci-app-asterisk/po/pt-br/asterisk.po6
-rw-r--r--applications/luci-app-asterisk/po/ru/asterisk.po2
-rw-r--r--applications/luci-app-asterisk/po/vi/asterisk.po6
-rw-r--r--applications/luci-app-coovachilli/po/ca/coovachilli.po4
-rw-r--r--applications/luci-app-coovachilli/po/cs/coovachilli.po2
-rw-r--r--applications/luci-app-coovachilli/po/de/coovachilli.po4
-rw-r--r--applications/luci-app-coovachilli/po/en/coovachilli.po8
-rw-r--r--applications/luci-app-coovachilli/po/pt-br/coovachilli.po4
-rw-r--r--applications/luci-app-coovachilli/po/pt/coovachilli.po2
-rw-r--r--applications/luci-app-coovachilli/po/ru/coovachilli.po2
-rw-r--r--applications/luci-app-coovachilli/po/vi/coovachilli.po2
-rw-r--r--applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua6
-rw-r--r--applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua4
-rw-r--r--applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua2
-rw-r--r--applications/luci-app-ddns/po/ca/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/cs/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/de/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/el/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/es/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/fr/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/he/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/hu/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/it/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/ja/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/no/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/pl/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/pt-br/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/pt/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/ro/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/ru/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/templates/ddns.pot4
-rw-r--r--applications/luci-app-ddns/po/tr/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/uk/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/vi/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/zh-cn/ddns.po4
-rw-r--r--applications/luci-app-ddns/po/zh-tw/ddns.po4
-rw-r--r--applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua14
45 files changed, 103 insertions, 97 deletions
diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua
index 0a0a2d512e..72685b0110 100644
--- a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua
+++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-app.lua
@@ -15,7 +15,7 @@ app_authenticate:value("no", "Do Not Load")
app_authenticate:value("auto", "Load as Required")
app_authenticate.rmempty = true
-app_cdr = module:option(ListValue, "app_cdr", "Make sure asterisk doesnt save CDR", "")
+app_cdr = module:option(ListValue, "app_cdr", "Make sure asterisk doesn't save CDR", "")
app_cdr:value("yes", "Load")
app_cdr:value("no", "Do Not Load")
app_cdr:value("auto", "Load as Required")
@@ -117,7 +117,7 @@ app_externalivr:value("no", "Do Not Load")
app_externalivr:value("auto", "Load as Required")
app_externalivr.rmempty = true
-app_forkcdr = module:option(ListValue, "app_forkcdr", "Fork The CDR into 2 seperate entities", "")
+app_forkcdr = module:option(ListValue, "app_forkcdr", "Fork The CDR into 2 separate entities", "")
app_forkcdr:value("yes", "Load")
app_forkcdr:value("no", "Do Not Load")
app_forkcdr:value("auto", "Load as Required")
diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua
index 783aab2b74..7c818760d1 100644
--- a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua
+++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua
@@ -84,7 +84,7 @@ pickupexten = featurepark:option(Value, "pickupexten", "Pickup extension", "")
pickupexten.rmempty = true
pickupexten:depends({ parkenabled = "1" })
-transferdigittimeout = featurepark:option(Value, "transferdigittimeout", "Seconds to wait bewteen digits when transferring", "")
+transferdigittimeout = featurepark:option(Value, "transferdigittimeout", "Seconds to wait between digits when transferring", "")
transferdigittimeout.rmempty = true
transferdigittimeout:depends({ parkenabled = "1" })
diff --git a/applications/luci-app-asterisk/po/ca/asterisk.po b/applications/luci-app-asterisk/po/ca/asterisk.po
index 9775758e42..aa534432e1 100644
--- a/applications/luci-app-asterisk/po/ca/asterisk.po
+++ b/applications/luci-app-asterisk/po/ca/asterisk.po
@@ -187,7 +187,7 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Connector de recol·lecció"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Segons a esperar entre dígits quan es transfereix"
#~ msgid "sound when attended transfer is complete"
@@ -247,7 +247,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Aplicació d'autenticació"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "Assegura't que asterisk no desa CDR"
#~ msgid "Check if channel is available"
@@ -298,7 +298,7 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "Interfície d'aplicació IVR externa"
-#~ msgid "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
#~ msgstr "Bifurca el CDR en 2 entitats separades"
#~ msgid "Get ADSI CPE ID"
diff --git a/applications/luci-app-asterisk/po/en/asterisk.po b/applications/luci-app-asterisk/po/en/asterisk.po
index e462f56b86..fc095087e2 100644
--- a/applications/luci-app-asterisk/po/en/asterisk.po
+++ b/applications/luci-app-asterisk/po/en/asterisk.po
@@ -187,8 +187,8 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Pickup extension"
-#~ msgid "Seconds to wait bewteen digits when transferring"
-#~ msgstr "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
+#~ msgstr "Seconds to wait between digits when transferring"
#~ msgid "sound when attended transfer is complete"
#~ msgstr "sound when attended transfer is complete"
@@ -247,8 +247,8 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Authentication Application"
-#~ msgid "Make sure asterisk doesnt save CDR"
-#~ msgstr "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
+#~ msgstr "Make sure asterisk doesn't save CDR"
#~ msgid "Check if channel is available"
#~ msgstr "Check if channel is available"
@@ -298,8 +298,8 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "External IVR application interface"
-#~ msgid "Fork The CDR into 2 seperate entities"
-#~ msgstr "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
+#~ msgstr "Fork The CDR into 2 separate entities"
#~ msgid "Get ADSI CPE ID"
#~ msgstr "Get ADSI CPE ID"
diff --git a/applications/luci-app-asterisk/po/es/asterisk.po b/applications/luci-app-asterisk/po/es/asterisk.po
index 8e2fe1e307..f42ddb4fd5 100644
--- a/applications/luci-app-asterisk/po/es/asterisk.po
+++ b/applications/luci-app-asterisk/po/es/asterisk.po
@@ -188,7 +188,7 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Extensión de Pickup"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Segundos de espera entre digitos mientras se transfiere"
#~ msgid "sound when attended transfer is complete"
@@ -248,7 +248,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Aplicación de autenticación"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "Asegúrate que asterisk no graba CDR"
#~ msgid "Check if channel is available"
@@ -296,7 +296,7 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "Interfaz de aplicación IVR externa"
-#~ msgid "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
#~ msgstr "Bifurcar el CDR en 2 entidades separadas"
#~ msgid "Get ADSI CPE ID"
diff --git a/applications/luci-app-asterisk/po/fr/asterisk.po b/applications/luci-app-asterisk/po/fr/asterisk.po
index 75c1d38e43..63d085a1af 100644
--- a/applications/luci-app-asterisk/po/fr/asterisk.po
+++ b/applications/luci-app-asterisk/po/fr/asterisk.po
@@ -158,7 +158,7 @@ msgstr ""
#~ msgid "Parking time (secs)"
#~ msgstr "Durée de mise en parking (secondes)"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Attente en secondes entre les chiffres Lors d'un transfert"
#~ msgid "sound when attended transfer is complete"
@@ -218,7 +218,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Application d'authentification"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "S'assure qu'Asterisk ne sauve pas le CDR"
#~ msgid "Check if channel is available"
@@ -254,7 +254,7 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "Interface d'application SVI externe"
-#~ msgid "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
#~ msgstr "Dupliquer le CDR en deux entités séparées"
#~ msgid "Get ADSI CPE ID"
diff --git a/applications/luci-app-asterisk/po/it/asterisk.po b/applications/luci-app-asterisk/po/it/asterisk.po
index 9eb24da5d1..f2aa51e96f 100644
--- a/applications/luci-app-asterisk/po/it/asterisk.po
+++ b/applications/luci-app-asterisk/po/it/asterisk.po
@@ -125,7 +125,7 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Estensione Pickup"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Secondi di attesa tra le cifre per il trasferimento"
#~ msgid "Sound when attended transfer fails"
diff --git a/applications/luci-app-asterisk/po/ms/asterisk.po b/applications/luci-app-asterisk/po/ms/asterisk.po
index e1260e1ba5..d4b6baac90 100644
--- a/applications/luci-app-asterisk/po/ms/asterisk.po
+++ b/applications/luci-app-asterisk/po/ms/asterisk.po
@@ -196,7 +196,7 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Angkat sambungan"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Detik untuk menunggu antara nombor ketika memindahkan"
#~ msgid "sound when attended transfer is complete"
@@ -256,7 +256,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Pengesahan Aplikasi"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "Membuat asterisk yakin tidak menyimpan CDR"
#~ msgid "Check if channel is available"
@@ -307,7 +307,7 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "IVR aplikasi antara muka luaran"
-#~ msgid "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
#~ msgstr "CDR garpu menjadi 2 entiti yang berasingan"
#~ msgid "Get ADSI CPE ID"
diff --git a/applications/luci-app-asterisk/po/pt-br/asterisk.po b/applications/luci-app-asterisk/po/pt-br/asterisk.po
index 07d7052809..00a0bb6431 100644
--- a/applications/luci-app-asterisk/po/pt-br/asterisk.po
+++ b/applications/luci-app-asterisk/po/pt-br/asterisk.po
@@ -194,7 +194,7 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Extensão de captura"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Segundos para esperar entre os dígitos quando transferindo"
#~ msgid "sound when attended transfer is complete"
@@ -254,7 +254,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Aplicativo de Autenticação"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "Garanta que o asterisk não salva o CDR"
#~ msgid "Check if channel is available"
@@ -305,7 +305,7 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "Interface de aplicativo IVR externo"
-#~ msgid "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
#~ msgstr "Bifurcar o CDR em duas entidades separadas"
#~ msgid "Get ADSI CPE ID"
diff --git a/applications/luci-app-asterisk/po/ru/asterisk.po b/applications/luci-app-asterisk/po/ru/asterisk.po
index acedb82e60..d27ba33d7c 100644
--- a/applications/luci-app-asterisk/po/ru/asterisk.po
+++ b/applications/luci-app-asterisk/po/ru/asterisk.po
@@ -197,7 +197,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Приложение аутентификации"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "Убедитесь что Asterisk не сохраняет CDR"
#~ msgid "Check if channel is available"
diff --git a/applications/luci-app-asterisk/po/vi/asterisk.po b/applications/luci-app-asterisk/po/vi/asterisk.po
index d1cc6b255f..133f864abb 100644
--- a/applications/luci-app-asterisk/po/vi/asterisk.po
+++ b/applications/luci-app-asterisk/po/vi/asterisk.po
@@ -187,7 +187,7 @@ msgstr ""
#~ msgid "Pickup extension"
#~ msgstr "Pickup extension"
-#~ msgid "Seconds to wait bewteen digits when transferring"
+#~ msgid "Seconds to wait between digits when transferring"
#~ msgstr "Thời gian chờ giữa những chữ số khi chuyển đổi"
#~ msgid "sound when attended transfer is complete"
@@ -247,7 +247,7 @@ msgstr ""
#~ msgid "Authentication Application"
#~ msgstr "Ứng dụng xác thực"
-#~ msgid "Make sure asterisk doesnt save CDR"
+#~ msgid "Make sure asterisk doesn't save CDR"
#~ msgstr "Bảo đảm asterisk không lưu CDR"
#~ msgid "Check if channel is available"
@@ -298,7 +298,7 @@ msgstr ""
#~ msgid "External IVR application interface"
#~ msgstr "Ứng dụng giao diện bên ngoài IVR"
-#~ msgid "Fork The CDR into 2 seperate entities"
+#~ msgid "Fork The CDR into 2 separate entities"
#~ msgstr "Fork The CDR into 2 nhân riêng biệt"
#~ msgid "Get ADSI CPE ID"
diff --git a/applications/luci-app-coovachilli/po/ca/coovachilli.po b/applications/luci-app-coovachilli/po/ca/coovachilli.po
index 085d9917d6..4970a1270e 100644
--- a/applications/luci-app-coovachilli/po/ca/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/ca/coovachilli.po
@@ -449,7 +449,7 @@ msgstr "Autenticació UAM i MAC"
#~ msgstr "Fitxers d'usuaris local"
#~ msgid ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Un fitxer contenint usuaris i contrasenyes separats per punts d'usuaris "
@@ -604,7 +604,7 @@ msgstr "Autenticació UAM i MAC"
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgstr ""
#~ "Executable per executar com un programa de tipus CGI (com el haserl) per "
#~ "URLs amb extensió .chi"
diff --git a/applications/luci-app-coovachilli/po/cs/coovachilli.po b/applications/luci-app-coovachilli/po/cs/coovachilli.po
index 0dc5fc0cd3..bc7ef7a584 100644
--- a/applications/luci-app-coovachilli/po/cs/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/cs/coovachilli.po
@@ -225,7 +225,7 @@ msgstr "UAM a MAC ověřování"
#~ msgstr "Soubor s místními uživateli"
#~ msgid ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Soubor, obsahující uživatelská jména a hesla místně ověřovaných "
diff --git a/applications/luci-app-coovachilli/po/de/coovachilli.po b/applications/luci-app-coovachilli/po/de/coovachilli.po
index d8322db3ef..79955d7ba5 100644
--- a/applications/luci-app-coovachilli/po/de/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/de/coovachilli.po
@@ -454,7 +454,7 @@ msgstr "UAM- und MAC-Authentifizierung"
#, fuzzy
#~ msgid ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr "Netzwerk/TUN Konfiguration"
@@ -598,7 +598,7 @@ msgstr "UAM- und MAC-Authentifizierung"
#, fuzzy
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgstr "Netzwerk/TUN Konfiguration"
#, fuzzy
diff --git a/applications/luci-app-coovachilli/po/en/coovachilli.po b/applications/luci-app-coovachilli/po/en/coovachilli.po
index ebaa3452b2..6d7c747a55 100644
--- a/applications/luci-app-coovachilli/po/en/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/en/coovachilli.po
@@ -436,10 +436,10 @@ msgstr ""
#~ msgstr "Local users file"
#~ msgid ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgid "Location name"
@@ -588,10 +588,10 @@ msgstr ""
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgstr ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgid "Web content directory"
#~ msgstr "Web content directory"
diff --git a/applications/luci-app-coovachilli/po/pt-br/coovachilli.po b/applications/luci-app-coovachilli/po/pt-br/coovachilli.po
index 9c219812fb..46ed3581b0 100644
--- a/applications/luci-app-coovachilli/po/pt-br/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/pt-br/coovachilli.po
@@ -445,7 +445,7 @@ msgstr "Autenticação UAM e MAC"
#~ msgstr "Arquivo de usuários locais"
#~ msgid ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Um arquivo separado por dois pontos (:) contendo o nome de usuário e "
@@ -602,7 +602,7 @@ msgstr "Autenticação UAM e MAC"
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgstr ""
#~ "Executável para rodar como um programa do tipo CGI (como o haserl) para "
#~ "URLs com a extensão .chi"
diff --git a/applications/luci-app-coovachilli/po/pt/coovachilli.po b/applications/luci-app-coovachilli/po/pt/coovachilli.po
index 115ae03ae0..c2cccc31ae 100644
--- a/applications/luci-app-coovachilli/po/pt/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/pt/coovachilli.po
@@ -350,7 +350,7 @@ msgstr "Autenticação UAM e MAC"
#, fuzzy
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgstr ""
#~ "Usado para informar o cliente sobre o dominio a utilizar para pedidos DNS"
diff --git a/applications/luci-app-coovachilli/po/ru/coovachilli.po b/applications/luci-app-coovachilli/po/ru/coovachilli.po
index 379ff7eaa6..3420e24f70 100644
--- a/applications/luci-app-coovachilli/po/ru/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/ru/coovachilli.po
@@ -387,7 +387,7 @@ msgstr "Аутентификация с помощью UAM и MAC"
#~ msgstr "Локальный файл пользователей"
#~ msgid ""
-#~ "A colon seperated file containing usernames and passwords of locally "
+#~ "A colon separated file containing usernames and passwords of locally "
#~ "authenticated users"
#~ msgstr ""
#~ "Файл, содержащий логины и пароли локально авторизованных пользователей "
diff --git a/applications/luci-app-coovachilli/po/vi/coovachilli.po b/applications/luci-app-coovachilli/po/vi/coovachilli.po
index 66abf0dc6c..dc27f8b7a2 100644
--- a/applications/luci-app-coovachilli/po/vi/coovachilli.po
+++ b/applications/luci-app-coovachilli/po/vi/coovachilli.po
@@ -551,7 +551,7 @@ msgstr ""
#, fuzzy
#~ msgid ""
#~ "Executable to run as a CGI type program (like haserl) for URLs with "
-#~ "extention .chi"
+#~ "extension .chi"
#~ msgstr "Thống nhất cấu hình phương pháp cài đặt"
#, fuzzy
diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
index c924e845c2..e38a6060a0 100644
--- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
+++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua
@@ -335,7 +335,7 @@ function svc4.validate(self, value)
if usev6:formvalue(section) ~= "1" then -- do only on IPv4
return value
else
- return "" -- supress validate error
+ return "" -- suppress validate error
end
end
function svc4.write(self, section, value)
@@ -376,7 +376,7 @@ function svc6.validate(self, value)
if DDNS.has_ipv6 then return value end
return nil, err_tab_basic(self) .. err_ipv6_plain
else
- return "" -- supress validate error
+ return "" -- suppress validate error
end
end
function svc6.write(self, section, value)
@@ -626,7 +626,7 @@ if DDNS.has_ssl then
cert.forcewrite = true
function cert.validate(self, value)
if https:formvalue(section) ~= "1" then
- return "" -- supress validate error if NOT https
+ return "" -- suppress validate error if NOT https
end
if value then -- otherwise errors in datatype check
if DTYP.directory(value)
diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
index 3f5997463c..32ad3c3485 100644
--- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
+++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
@@ -68,7 +68,7 @@ if not DDNS.has_ssl then
translate("HTTPS not supported") .. bold_off
sl.value = translate("Neither GNU Wget with SSL nor cURL installed to support updates via HTTPS protocol.") ..
"<br />- " ..
- translate("You should install GNU Wget with SSL (prefered) or cURL package.") ..
+ translate("You should install GNU Wget with SSL (preferred) or cURL package.") ..
"<br />- " ..
translate("In some versions cURL/libcurl in OpenWrt is compiled without proxy support.")
end
@@ -114,7 +114,7 @@ if not DDNS.has_forceip then
"the IP version to use for communication with DDNS Provider!")
if not (DDNS.has_wgetssl or DDNS.has_curl or DDNS.has_fetch) then
value = value .. "<br />- " ..
- translate("You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch package.")
+ translate("You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch package.")
end
if not (DDNS.has_bindhost or DDNS.has_hostip) then
value = value .. "<br />- " ..
diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua
index e6da7cc188..9a989bae41 100644
--- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua
+++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua
@@ -41,7 +41,7 @@ m.on_after_commit = function(self)
end
end
--- SimpleSection definiton -- ##################################################
+-- SimpleSection definition -- ##################################################
-- with all the JavaScripts we need for "a good Show"
a = m:section( SimpleSection )
a.template = "ddns/overview_status"
diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po
index f4cedfa961..5f0fd36ffa 100644
--- a/applications/luci-app-ddns/po/ca/ddns.po
+++ b/applications/luci-app-ddns/po/ca/ddns.po
@@ -599,11 +599,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po
index 7c950d76d7..07d5127e91 100644
--- a/applications/luci-app-ddns/po/cs/ddns.po
+++ b/applications/luci-app-ddns/po/cs/ddns.po
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po
index b78cb64d55..98950b96f7 100644
--- a/applications/luci-app-ddns/po/de/ddns.po
+++ b/applications/luci-app-ddns/po/de/ddns.po
@@ -686,13 +686,13 @@ msgstr ""
"Sie sollten das Programmpakete BIND host for DNS Anfragen installieren."
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
"Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL oder "
"uclient-fetch installieren."
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
"Sie sollten das Programmpaket GNU Wget mit SSL (bevorzugt) oder cURL "
"installieren."
diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po
index 097de6ad10..b755acbe18 100644
--- a/applications/luci-app-ddns/po/el/ddns.po
+++ b/applications/luci-app-ddns/po/el/ddns.po
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po
index c77a308c59..35eac4c990 100644
--- a/applications/luci-app-ddns/po/es/ddns.po
+++ b/applications/luci-app-ddns/po/es/ddns.po
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po
index 6a35af6815..60a5ab4f75 100644
--- a/applications/luci-app-ddns/po/fr/ddns.po
+++ b/applications/luci-app-ddns/po/fr/ddns.po
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po
index 2ad6ac9424..81e53ebeaf 100644
--- a/applications/luci-app-ddns/po/he/ddns.po
+++ b/applications/luci-app-ddns/po/he/ddns.po
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po
index ba71175963..1907b05c92 100644
--- a/applications/luci-app-ddns/po/hu/ddns.po
+++ b/applications/luci-app-ddns/po/hu/ddns.po
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po
index 6eae599b9f..24ba268a3f 100644
--- a/applications/luci-app-ddns/po/it/ddns.po
+++ b/applications/luci-app-ddns/po/it/ddns.po
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po
index e7563c2137..c497665638 100644
--- a/applications/luci-app-ddns/po/ja/ddns.po
+++ b/applications/luci-app-ddns/po/ja/ddns.po
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/no/ddns.po b/applications/luci-app-ddns/po/no/ddns.po
index 586b710cfb..9b17ff648a 100644
--- a/applications/luci-app-ddns/po/no/ddns.po
+++ b/applications/luci-app-ddns/po/no/ddns.po
@@ -594,11 +594,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po
index 21da7c6a47..9211a2f368 100644
--- a/applications/luci-app-ddns/po/pl/ddns.po
+++ b/applications/luci-app-ddns/po/pl/ddns.po
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/pt-br/ddns.po b/applications/luci-app-ddns/po/pt-br/ddns.po
index 2ee6d81f89..7378269e14 100644
--- a/applications/luci-app-ddns/po/pt-br/ddns.po
+++ b/applications/luci-app-ddns/po/pt-br/ddns.po
@@ -595,11 +595,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po
index 383d045647..c6788354e2 100644
--- a/applications/luci-app-ddns/po/pt/ddns.po
+++ b/applications/luci-app-ddns/po/pt/ddns.po
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po
index d5e033a90b..fe6f3245eb 100644
--- a/applications/luci-app-ddns/po/ro/ddns.po
+++ b/applications/luci-app-ddns/po/ro/ddns.po
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po
index a42faa76f5..47febd73da 100644
--- a/applications/luci-app-ddns/po/ru/ddns.po
+++ b/applications/luci-app-ddns/po/ru/ddns.po
@@ -597,11 +597,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot
index fc39db78b8..8da949f6b3 100644
--- a/applications/luci-app-ddns/po/templates/ddns.pot
+++ b/applications/luci-app-ddns/po/templates/ddns.pot
@@ -582,11 +582,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po
index 6a4b4075ad..64a959ea2d 100644
--- a/applications/luci-app-ddns/po/tr/ddns.po
+++ b/applications/luci-app-ddns/po/tr/ddns.po
@@ -593,11 +593,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po
index eef6c4343e..bae6386e46 100644
--- a/applications/luci-app-ddns/po/uk/ddns.po
+++ b/applications/luci-app-ddns/po/uk/ddns.po
@@ -598,11 +598,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po
index 4d63e2910b..a9ab1f3aa2 100644
--- a/applications/luci-app-ddns/po/vi/ddns.po
+++ b/applications/luci-app-ddns/po/vi/ddns.po
@@ -596,11 +596,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/zh-cn/ddns.po b/applications/luci-app-ddns/po/zh-cn/ddns.po
index 24e3e7cd85..80a16ce8a8 100644
--- a/applications/luci-app-ddns/po/zh-cn/ddns.po
+++ b/applications/luci-app-ddns/po/zh-cn/ddns.po
@@ -606,11 +606,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr "你需要安装BIND以请求DNS记录."
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr "你需要安装包含SSL支持的GNU Wget(推荐)或是cURL软件包."
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-ddns/po/zh-tw/ddns.po b/applications/luci-app-ddns/po/zh-tw/ddns.po
index 3fd138593b..561c197eb0 100644
--- a/applications/luci-app-ddns/po/zh-tw/ddns.po
+++ b/applications/luci-app-ddns/po/zh-tw/ddns.po
@@ -594,11 +594,11 @@ msgid "You should install BIND host package for DNS requests."
msgstr ""
msgid ""
-"You should install GNU Wget with SSL (prefered) or cURL or uclient-fetch "
+"You should install GNU Wget with SSL (preferred) or cURL or uclient-fetch "
"package."
msgstr ""
-msgid "You should install GNU Wget with SSL (prefered) or cURL package."
+msgid "You should install GNU Wget with SSL (preferred) or cURL package."
msgstr ""
msgid "You should install GNU Wget with SSL or cURL package."
diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua
index 78c9ef5044..6266ff3ba5 100644
--- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua
+++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua
@@ -12,21 +12,27 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
number_format = "%5.1lf%sB",
data = {
- sources = {
- df = { "free", "used" }
+ instances = {
+ df_complex = { "free", "used", "reserved" }
},
options = {
- df__free = {
+ df_complex_free = {
color = "00ff00",
overlay = false,
title = "free"
},
- df__used = {
+ df_complex_used = {
color = "ff0000",
overlay = false,
title = "used"
+ },
+
+ df_complex_reserved = {
+ color = "0000ff",
+ overlay = false,
+ title = "reserved"
}
}
}