summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBalázs Úr <balazs@urbalazs.hu>2019-12-17 11:41:00 +0100
committerBalázs Úr <balazs@urbalazs.hu>2019-12-17 11:41:00 +0100
commitd0bc86bcc3fc0c6668e04601344daa956cea2b32 (patch)
tree7efbc33c51ad4f22f9338811da80a7a8c12d148f
parentfc35802ff993102fafbf93694a6e1cb5c5447b02 (diff)
luci-base: fix typos
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/network.js2
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/protocol/static.js2
-rw-r--r--modules/luci-base/po/bg/base.po12
-rw-r--r--modules/luci-base/po/ca/base.po12
-rw-r--r--modules/luci-base/po/cs/base.po12
-rw-r--r--modules/luci-base/po/de/base.po12
-rw-r--r--modules/luci-base/po/el/base.po12
-rw-r--r--modules/luci-base/po/en/base.po14
-rw-r--r--modules/luci-base/po/es/base.po12
-rw-r--r--modules/luci-base/po/fr/base.po12
-rw-r--r--modules/luci-base/po/he/base.po12
-rw-r--r--modules/luci-base/po/hi/base.po12
-rw-r--r--modules/luci-base/po/hu/base.po12
-rw-r--r--modules/luci-base/po/it/base.po12
-rw-r--r--modules/luci-base/po/ja/base.po12
-rw-r--r--modules/luci-base/po/ko/base.po12
-rw-r--r--modules/luci-base/po/mr/base.po12
-rw-r--r--modules/luci-base/po/ms/base.po12
-rw-r--r--modules/luci-base/po/pl/base.po12
-rw-r--r--modules/luci-base/po/pt-br/base.po12
-rw-r--r--modules/luci-base/po/pt/base.po12
-rw-r--r--modules/luci-base/po/ro/base.po12
-rw-r--r--modules/luci-base/po/ru/base.po16
-rw-r--r--modules/luci-base/po/sk/base.po12
-rw-r--r--modules/luci-base/po/sv/base.po12
-rw-r--r--modules/luci-base/po/tr/base.po12
-rw-r--r--modules/luci-base/po/uk/base.po12
-rw-r--r--modules/luci-base/po/vi/base.po12
-rw-r--r--modules/luci-base/po/zh-cn/base.po12
-rw-r--r--modules/luci-base/po/zh-tw/base.po12
-rw-r--r--modules/luci-compat/luasrc/model/network.lua2
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js2
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js6
33 files changed, 178 insertions, 178 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js
index 504f592978..68abb939fc 100644
--- a/modules/luci-base/htdocs/luci-static/resources/network.js
+++ b/modules/luci-base/htdocs/luci-static/resources/network.js
@@ -5,7 +5,7 @@
var proto_errors = {
CONNECT_FAILED: _('Connection attempt failed'),
- INVALID_ADDRESS: _('IP address in invalid'),
+ INVALID_ADDRESS: _('IP address is invalid'),
INVALID_GATEWAY: _('Gateway address is invalid'),
INVALID_LOCAL_ADDRESS: _('Local IP address is invalid'),
MISSING_ADDRESS: _('IP address is missing'),
diff --git a/modules/luci-base/htdocs/luci-static/resources/protocol/static.js b/modules/luci-base/htdocs/luci-static/resources/protocol/static.js
index 9039acd5f3..2d70ae681f 100644
--- a/modules/luci-base/htdocs/luci-static/resources/protocol/static.js
+++ b/modules/luci-base/htdocs/luci-static/resources/protocol/static.js
@@ -195,7 +195,7 @@ return network.registerProtocol('static', {
var n = parseInt(value, 16);
if (!/^(0x)?[0-9a-fA-F]+$/.test(value) || isNaN(n) || n >= 0xffffffff)
- return _('Expecting an hexadecimal assignment hint');
+ return _('Expecting a hexadecimal assignment hint');
return true;
};
diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po
index c3c9a6caa5..81417013ad 100644
--- a/modules/luci-base/po/bg/base.po
+++ b/modules/luci-base/po/bg/base.po
@@ -447,7 +447,7 @@ msgid "Advanced Settings"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1813,7 +1813,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2247,7 +2247,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2791,7 +2791,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3456,7 +3456,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4003,7 +4003,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po
index 2569c441f4..b2f666fed9 100644
--- a/modules/luci-base/po/ca/base.po
+++ b/modules/luci-base/po/ca/base.po
@@ -471,7 +471,7 @@ msgid "Advanced Settings"
msgstr "Paràmetres avançats"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1865,7 +1865,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2304,7 +2304,7 @@ msgstr "Adreça IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2857,7 +2857,7 @@ msgstr "Fitxer d'arrendament"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Temps d'arrendament restant"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3526,7 +3526,7 @@ msgid "Noise:"
msgstr "Soroll:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4073,7 +4073,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po
index 19fbd6399a..ee9fa1945f 100644
--- a/modules/luci-base/po/cs/base.po
+++ b/modules/luci-base/po/cs/base.po
@@ -472,7 +472,7 @@ msgid "Advanced Settings"
msgstr "Pokročilé nastavení"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Celkový vysílací výkon (ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1906,7 +1906,7 @@ msgid "Expand hosts"
msgstr "Rozšířit hostitele"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Očekávána šestnáctková hodnota"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2353,7 +2353,7 @@ msgstr "IP adresy"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "Neplatná IP adresa"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2909,7 +2909,7 @@ msgstr "Soubor zápůjček"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Zbývající doba trvání zápůjčky"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3605,7 +3605,7 @@ msgid "Noise:"
msgstr "Šum:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Nepreemptivní CRC chyby (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4169,7 +4169,7 @@ msgid "Power Management Mode"
msgstr "Režim řízení spotřeby"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "Preemptivní chyby CRC (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po
index e82ce15830..5df8198e8b 100644
--- a/modules/luci-base/po/de/base.po
+++ b/modules/luci-base/po/de/base.po
@@ -475,7 +475,7 @@ msgid "Advanced Settings"
msgstr "Erweiterte Einstellungen"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Vollständige Sendeleistung (ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1925,7 +1925,7 @@ msgid "Expand hosts"
msgstr "Hosts vervollständigen"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Erwarte einen hexadezimalen Zuordnungshinweis"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2374,7 +2374,7 @@ msgstr "IP-Adresse"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "IP-Adresse ist ungültig"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2933,7 +2933,7 @@ msgstr "Leasedatei"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Verbleibende Gültigkeit"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3625,7 +3625,7 @@ msgid "Noise:"
msgstr "Rauschen:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Nicht-präemptive CRC-Fehler (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4190,7 +4190,7 @@ msgid "Power Management Mode"
msgstr "Energiesparmodus"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "Präemptive CRC-Fehler (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po
index f18d8f8727..40633e3ba7 100644
--- a/modules/luci-base/po/el/base.po
+++ b/modules/luci-base/po/el/base.po
@@ -470,7 +470,7 @@ msgid "Advanced Settings"
msgstr "Προχωρημένες Ρυθμίσεις"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1878,7 +1878,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2320,7 +2320,7 @@ msgstr "Διεύθυνση IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2877,7 +2877,7 @@ msgstr "Αρχείο Leases"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Υπόλοιπο χρόνου Lease"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3545,7 +3545,7 @@ msgid "Noise:"
msgstr "Θόρυβος:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4092,7 +4092,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po
index a372a973b1..1a9804dd9c 100644
--- a/modules/luci-base/po/en/base.po
+++ b/modules/luci-base/po/en/base.po
@@ -467,7 +467,7 @@ msgid "Advanced Settings"
msgstr "Advanced Settings"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1859,7 +1859,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2295,7 +2295,7 @@ msgstr "IP address"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2847,8 +2847,8 @@ msgstr "Leasefile"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
-msgstr "Leasetime remaining"
+msgid "Lease time remaining"
+msgstr "Lease time remaining"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:47
@@ -3514,7 +3514,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4061,7 +4061,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po
index f5b3373262..02ce0e0322 100644
--- a/modules/luci-base/po/es/base.po
+++ b/modules/luci-base/po/es/base.po
@@ -477,7 +477,7 @@ msgid "Advanced Settings"
msgstr "Configuración avanzada"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Potencia de transmisión agregada (ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1920,7 +1920,7 @@ msgid "Expand hosts"
msgstr "Expandir hosts"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Esperando una pista de asignación hexadecimal"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2367,7 +2367,7 @@ msgstr "Dirección IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "Dirección IP inválida"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2927,7 +2927,7 @@ msgstr "Archivo de conexiones"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Tiempo de conexión restante"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3617,7 +3617,7 @@ msgid "Noise:"
msgstr "Ruido:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Errores de CRC no preventivos (CRC P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4181,7 +4181,7 @@ msgid "Power Management Mode"
msgstr "Modo de administración de energía"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "Errores preventivos de CRC (CRC P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po
index d7ef934ab5..1f2a34f81c 100644
--- a/modules/luci-base/po/fr/base.po
+++ b/modules/luci-base/po/fr/base.po
@@ -479,7 +479,7 @@ msgid "Advanced Settings"
msgstr "Paramètres avancés"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1893,7 +1893,7 @@ msgid "Expand hosts"
msgstr "Étendre le nom d'hôte"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2333,7 +2333,7 @@ msgstr "Adresse IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2890,7 +2890,7 @@ msgstr "Fichier de baux"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Durée de validité"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3568,7 +3568,7 @@ msgid "Noise:"
msgstr "Bruit :"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4117,7 +4117,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po
index b241a9f704..e02f6b83f5 100644
--- a/modules/luci-base/po/he/base.po
+++ b/modules/luci-base/po/he/base.po
@@ -464,7 +464,7 @@ msgid "Advanced Settings"
msgstr "הגדרות מתקדמות"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1845,7 +1845,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2279,7 +2279,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2823,7 +2823,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3488,7 +3488,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4035,7 +4035,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po
index 1b44ef0457..fc55b08a52 100644
--- a/modules/luci-base/po/hi/base.po
+++ b/modules/luci-base/po/hi/base.po
@@ -455,7 +455,7 @@ msgid "Advanced Settings"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1821,7 +1821,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2255,7 +2255,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2799,7 +2799,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3464,7 +3464,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4011,7 +4011,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po
index 0649f7220b..d0a1c53c50 100644
--- a/modules/luci-base/po/hu/base.po
+++ b/modules/luci-base/po/hu/base.po
@@ -471,7 +471,7 @@ msgid "Advanced Settings"
msgstr "Speciális beállítások"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1909,7 +1909,7 @@ msgid "Expand hosts"
msgstr "Gépek kinyitása"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2354,7 +2354,7 @@ msgstr "IP-cím"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2915,7 +2915,7 @@ msgstr "Bérletfájl"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "A bérletből hátralévő idő"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3597,7 +3597,7 @@ msgid "Noise:"
msgstr "Zaj:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Nem kezdeményező CRC-hibák (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4154,7 +4154,7 @@ msgid "Power Management Mode"
msgstr "Energiakezelési mód"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po
index 2cf99d1742..4160ca0ea9 100644
--- a/modules/luci-base/po/it/base.po
+++ b/modules/luci-base/po/it/base.po
@@ -478,7 +478,7 @@ msgid "Advanced Settings"
msgstr "Opzioni Avanzate"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1881,7 +1881,7 @@ msgid "Expand hosts"
msgstr "Espandi gli hosts"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2322,7 +2322,7 @@ msgstr "Indirizzo IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2880,7 +2880,7 @@ msgstr "File di contratti"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Tempo contratto residuo"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3555,7 +3555,7 @@ msgid "Noise:"
msgstr "Rumore:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4104,7 +4104,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po
index d90f6cc59e..b8c05b59aa 100644
--- a/modules/luci-base/po/ja/base.po
+++ b/modules/luci-base/po/ja/base.po
@@ -472,7 +472,7 @@ msgid "Advanced Settings"
msgstr "詳細設定"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1902,7 +1902,7 @@ msgid "Expand hosts"
msgstr "拡張ホスト設定"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "期待される値: 16進数の割り当てヒント"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2345,7 +2345,7 @@ msgstr "IPアドレス"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "無効な IP アドレスです"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2903,7 +2903,7 @@ msgstr "リースファイル"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "残りリース時間"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3584,7 +3584,7 @@ msgid "Noise:"
msgstr "ノイズ:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4143,7 +4143,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po
index e980f15414..4e797a4722 100644
--- a/modules/luci-base/po/ko/base.po
+++ b/modules/luci-base/po/ko/base.po
@@ -462,7 +462,7 @@ msgid "Advanced Settings"
msgstr "고급 설정"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1853,7 +1853,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2288,7 +2288,7 @@ msgstr "IP 주소"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2832,7 +2832,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "남아있는 임대 시간"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3499,7 +3499,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4048,7 +4048,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po
index a1c1723854..54a3b8caf5 100644
--- a/modules/luci-base/po/mr/base.po
+++ b/modules/luci-base/po/mr/base.po
@@ -453,7 +453,7 @@ msgid "Advanced Settings"
msgstr "प्रगत सेटिंग्ज"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1819,7 +1819,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2253,7 +2253,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2797,7 +2797,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3462,7 +3462,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4009,7 +4009,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po
index 46dc754b57..9d1ddda4d9 100644
--- a/modules/luci-base/po/ms/base.po
+++ b/modules/luci-base/po/ms/base.po
@@ -457,7 +457,7 @@ msgid "Advanced Settings"
msgstr "Tetapan Lanjutan"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1830,7 +1830,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2266,7 +2266,7 @@ msgstr "Alamat IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2819,7 +2819,7 @@ msgstr "Sewa fail"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Sisa masa penyewaan"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3486,7 +3486,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4033,7 +4033,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po
index e7aaff13cc..f427ff8ab9 100644
--- a/modules/luci-base/po/pl/base.po
+++ b/modules/luci-base/po/pl/base.po
@@ -478,7 +478,7 @@ msgid "Advanced Settings"
msgstr "Ustawienia zaawansowane"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Agregacja siły transmisji (ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1916,7 +1916,7 @@ msgid "Expand hosts"
msgstr "Rozwiń hosty"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Oczekiwanie na przydział w systemie szesnastkowym"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2362,7 +2362,7 @@ msgstr "Adres IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "Nieprawidłowy adres IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2921,7 +2921,7 @@ msgstr "Plik dzierżawy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Pozostały czas dzierżawy"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3609,7 +3609,7 @@ msgid "Noise:"
msgstr "Szum:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Nieprzewidziane błedy CRC (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4172,7 +4172,7 @@ msgid "Power Management Mode"
msgstr "Tryb zarządzania energią"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "Przewidziane błedy CRC (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/pt-br/base.po b/modules/luci-base/po/pt-br/base.po
index 988e3d098d..f54f582873 100644
--- a/modules/luci-base/po/pt-br/base.po
+++ b/modules/luci-base/po/pt-br/base.po
@@ -491,7 +491,7 @@ msgid "Advanced Settings"
msgstr "Configurações Avançadas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
"Potência de Transmissão Agregada (<abbr title=\"Aggregate Transmit Power"
"\">ACTATP</abbr>)"
@@ -1953,7 +1953,7 @@ msgid "Expand hosts"
msgstr "Expandir arquivos de equipamentos conhecidos (hosts)"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Esperando uma sugestão hexadecimal da atribuição"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2413,7 +2413,7 @@ msgstr "Endereço IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "O endereço IP é inválido"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2979,7 +2979,7 @@ msgstr "Arquivo de atribuições"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Tempo restante da atribuição"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3680,7 +3680,7 @@ msgid "Noise:"
msgstr "Ruído:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
"Erros CRC Não Preemptivos<abbr title=\"Non Pre-emptive CRC errors\">CRC_P</"
"abbr>"
@@ -4248,7 +4248,7 @@ msgid "Power Management Mode"
msgstr "Modo de Gerenciamento de Energia"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
"Erros CRC Preemptivos<abbr title=\"Pre-emptive CRC errors\">CRCP_P</abbr>"
diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po
index 4bcbf25d47..4dd0f6eb1e 100644
--- a/modules/luci-base/po/pt/base.po
+++ b/modules/luci-base/po/pt/base.po
@@ -481,7 +481,7 @@ msgid "Advanced Settings"
msgstr "Definições Avançadas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
"Potência de Transmissão Agregada (<abbr title=\"Aggregate Transmit Power"
"\">ACTATP</abbr>)"
@@ -1926,7 +1926,7 @@ msgid "Expand hosts"
msgstr "Expandir hosts"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "À espera de uma dica de atribuição hexadecimal"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2376,7 +2376,7 @@ msgstr "Endereço IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "O endereço IP é inválido"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2935,7 +2935,7 @@ msgstr "Ficheiro de concessões"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Tempo de concessão restante"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3635,7 +3635,7 @@ msgid "Noise:"
msgstr "Ruído:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
"Erros CRC Não Preemptivos<abbr title=\"Non Pre-emptive CRC errors\">CRC_P</"
"abbr>"
@@ -4203,7 +4203,7 @@ msgid "Power Management Mode"
msgstr "Modo de Gestão de Energia"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
"Erros CRC Preemptivos<abbr title=\"Pre-emptive CRC errors\">CRCP_P</abbr>"
diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po
index 1fbdbb2247..0e8884ebf0 100644
--- a/modules/luci-base/po/ro/base.po
+++ b/modules/luci-base/po/ro/base.po
@@ -464,7 +464,7 @@ msgid "Advanced Settings"
msgstr "Setari avansate"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1837,7 +1837,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2274,7 +2274,7 @@ msgstr "Adresa IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2821,7 +2821,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3486,7 +3486,7 @@ msgid "Noise:"
msgstr "Zgomot:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4033,7 +4033,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po
index a01f6f2bbc..71974f7f0c 100644
--- a/modules/luci-base/po/ru/base.po
+++ b/modules/luci-base/po/ru/base.po
@@ -477,7 +477,7 @@ msgid "Advanced Settings"
msgstr "Дополнительные настройки"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Aggregate Transmit Power (ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1924,7 +1924,7 @@ msgid "Expand hosts"
msgstr "Расширять имена узлов"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Ожидается шестнадцатеричное значение подсказки присвоения"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2368,7 +2368,7 @@ msgstr "IP-адрес"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "Неверный IP-адрес"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2929,7 +2929,7 @@ msgstr "Файл аренд"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Оставшееся время аренды"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3619,8 +3619,8 @@ msgid "Noise:"
msgstr "Шум:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
-msgstr "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
+msgstr "Non Pre-emptive CRC errors (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
msgid "Non-wildcard"
@@ -4184,8 +4184,8 @@ msgid "Power Management Mode"
msgstr "Режим управления питанием"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
-msgstr "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
+msgstr "Pre-emptive CRC errors (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
msgid "Prefer LTE"
diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po
index ec25f1affb..b4aa40a120 100644
--- a/modules/luci-base/po/sk/base.po
+++ b/modules/luci-base/po/sk/base.po
@@ -452,7 +452,7 @@ msgid "Advanced Settings"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1818,7 +1818,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2252,7 +2252,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2796,7 +2796,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr ""
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3461,7 +3461,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4008,7 +4008,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po
index 359fc77eee..37d0637e04 100644
--- a/modules/luci-base/po/sv/base.po
+++ b/modules/luci-base/po/sv/base.po
@@ -460,7 +460,7 @@ msgid "Advanced Settings"
msgstr "Avancerade inställningar"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1838,7 +1838,7 @@ msgid "Expand hosts"
msgstr "Expandera värdar"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2272,7 +2272,7 @@ msgstr "IP-adress"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2816,7 +2816,7 @@ msgstr "Kontraktsfil"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Återstående kontraktstid"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3482,7 +3482,7 @@ msgid "Noise:"
msgstr "Buller:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4029,7 +4029,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po
index 4419e66d07..f3f6e0d288 100644
--- a/modules/luci-base/po/tr/base.po
+++ b/modules/luci-base/po/tr/base.po
@@ -469,7 +469,7 @@ msgid "Advanced Settings"
msgstr "Gelişmiş Ayarlar"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1844,7 +1844,7 @@ msgid "Expand hosts"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2278,7 +2278,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2822,7 +2822,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Kalan kira süresi"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3487,7 +3487,7 @@ msgid "Noise:"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4034,7 +4034,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po
index 1a103c86b0..7b9dd94c55 100644
--- a/modules/luci-base/po/uk/base.po
+++ b/modules/luci-base/po/uk/base.po
@@ -491,7 +491,7 @@ msgid "Advanced Settings"
msgstr "Додаткові параметри"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Сукупна потужність передавача"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1940,7 +1940,7 @@ msgid "Expand hosts"
msgstr "Розширення вузлів"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Очікується шістнадцятковий натяк призначення"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2384,7 +2384,7 @@ msgstr "IP-адреса"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "Неприпустима IP-адреса"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2948,7 +2948,7 @@ msgstr "Файл оренд"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Час оренди, що лишився"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3648,7 +3648,7 @@ msgid "Noise:"
msgstr "Шум:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Не запобіжні помилки CRC (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4215,7 +4215,7 @@ msgid "Power Management Mode"
msgstr "Режим керування живленням"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "Попереджувати помилки CRC (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po
index 1539dbe4b3..f00256d29b 100644
--- a/modules/luci-base/po/vi/base.po
+++ b/modules/luci-base/po/vi/base.po
@@ -476,7 +476,7 @@ msgid "Advanced Settings"
msgstr "Cài đặt nâng cao "
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "Năng lượng truyền tổng hợp(ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1892,7 +1892,7 @@ msgid "Expand hosts"
msgstr "Mở rộng máy chủ"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "Cần một gợi ý gán thập lục phân"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2333,7 +2333,7 @@ msgstr "Địa chỉ IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "Địa chỉ IP không hợp lệ"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2893,7 +2893,7 @@ msgstr "Leasefile"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "Leasetime còn lại"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3577,7 +3577,7 @@ msgid "Noise:"
msgstr "Nhiễu:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "Lỗi CRC không tiền phát sinh (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4141,7 +4141,7 @@ msgid "Power Management Mode"
msgstr "Chế độ kiểm soát năng lượng"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "Lỗi CRC ưu tiên (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po
index 9a4668f351..28eca1c7e4 100644
--- a/modules/luci-base/po/zh-cn/base.po
+++ b/modules/luci-base/po/zh-cn/base.po
@@ -468,7 +468,7 @@ msgid "Advanced Settings"
msgstr "高级设置"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr "总发射功率(ACTATP)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1859,7 +1859,7 @@ msgid "Expand hosts"
msgstr "扩展 HOSTS 文件中的主机后缀"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr "这里需要一个十六进制值"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2295,7 +2295,7 @@ msgstr "IP 地址"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "IP 地址无效"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2845,7 +2845,7 @@ msgstr "租约文件"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "剩余租期"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3518,7 +3518,7 @@ msgid "Noise:"
msgstr "噪声:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr "非抢占 CRC 错误(CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4071,7 +4071,7 @@ msgid "Power Management Mode"
msgstr "电源管理模式"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr "抢占式 CRC 错误(CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-base/po/zh-tw/base.po b/modules/luci-base/po/zh-tw/base.po
index 00367ee3eb..2aa1fb88a5 100644
--- a/modules/luci-base/po/zh-tw/base.po
+++ b/modules/luci-base/po/zh-tw/base.po
@@ -462,7 +462,7 @@ msgid "Advanced Settings"
msgstr "進階設定"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:27
-msgid "Aggregate Transmit Power(ACTATP)"
+msgid "Aggregate Transmit Power (ACTATP)"
msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
@@ -1848,7 +1848,7 @@ msgid "Expand hosts"
msgstr "延伸主機"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
-msgid "Expecting an hexadecimal assignment hint"
+msgid "Expecting a hexadecimal assignment hint"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59
@@ -2283,7 +2283,7 @@ msgstr "IP位址"
#: modules/luci-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28
-msgid "IP address in invalid"
+msgid "IP address is invalid"
msgstr "IP位址不正確"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
@@ -2832,7 +2832,7 @@ msgstr "租賃檔案"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:55
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:31
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:58
-msgid "Leasetime remaining"
+msgid "Lease time remaining"
msgstr "租賃保留時間"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
@@ -3498,7 +3498,7 @@ msgid "Noise:"
msgstr "雜訊比:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34
-msgid "Non Pre-emtive CRC errors (CRC_P)"
+msgid "Non Pre-emptive CRC errors (CRC_P)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@@ -4045,7 +4045,7 @@ msgid "Power Management Mode"
msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35
-msgid "Pre-emtive CRC errors (CRCP_P)"
+msgid "Pre-emptive CRC errors (CRCP_P)"
msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
diff --git a/modules/luci-compat/luasrc/model/network.lua b/modules/luci-compat/luasrc/model/network.lua
index 7c88b428cc..1a27b96f91 100644
--- a/modules/luci-compat/luasrc/model/network.lua
+++ b/modules/luci-compat/luasrc/model/network.lua
@@ -25,7 +25,7 @@ IFACE_PATTERNS_WIRELESS = { "^wlan%d", "^wl%d", "^ath%d", "^%w+%.network%d" }
IFACE_ERRORS = {
CONNECT_FAILED = lng.translate("Connection attempt failed"),
- INVALID_ADDRESS = lng.translate("IP address in invalid"),
+ INVALID_ADDRESS = lng.translate("IP address is invalid"),
INVALID_GATEWAY = lng.translate("Gateway address is invalid"),
INVALID_LOCAL_ADDRESS = lng.translate("Local IP address is invalid"),
MISSING_ADDRESS = lng.translate("IP address is missing"),
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
index 9f1f8dc57f..716d67b2aa 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
@@ -33,7 +33,7 @@ CBILeaseStatus = form.DummyValue.extend({
E('div', { 'class': 'th' }, _('Hostname')),
E('div', { 'class': 'th' }, _('IPv4-Address')),
E('div', { 'class': 'th' }, _('MAC-Address')),
- E('div', { 'class': 'th' }, _('Leasetime remaining'))
+ E('div', { 'class': 'th' }, _('Lease time remaining'))
]),
E('div', { 'class': 'tr placeholder' }, [
E('div', { 'class': 'td' }, E('em', _('Collecting data...')))
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js
index 282cafcbaa..5a3d64e7ac 100644
--- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js
+++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js
@@ -24,15 +24,15 @@ function renderbox(dsl) {
_('Line Attenuation (LATN)'), '%.1f dB / %.1f dB'.format(dsl.line_attenuation_down, dsl.line_attenuation_up),
_('Signal Attenuation (SATN)'), '%.1f dB / %.1f dB'.format(dsl.signal_attenuation_down, dsl.signal_attenuation_up),
_('Noise Margin (SNR)'), '%.1f dB / %.1f dB'.format(dsl.noise_margin_down, dsl.noise_margin_up),
- _('Aggregate Transmit Power(ACTATP)'), '%.1f dB / %.1f dB'.format(dsl.actatp_down, dsl.actatp_up),
+ _('Aggregate Transmit Power (ACTATP)'), '%.1f dB / %.1f dB'.format(dsl.actatp_down, dsl.actatp_up),
_('Forward Error Correction Seconds (FECS)'), '%d / %d'.format(dsl.errors_fecs_near, dsl.errors_fecs_far),
_('Errored seconds (ES)'), '%d / %d'.format(dsl.errors_es_near, dsl.errors_es_far),
_('Severely Errored Seconds (SES)'), '%d / %d'.format(dsl.errors_ses_near, dsl.errors_ses_far),
_('Loss of Signal Seconds (LOSS)'), '%d / %d'.format(dsl.errors_loss_near, dsl.errors_loss_far),
_('Unavailable Seconds (UAS)'), '%d / %d'.format(dsl.errors_uas_near, dsl.errors_uas_far),
_('Header Error Code Errors (HEC)'), '%d / %d'.format(dsl.errors_hec_near, dsl.errors_hec_far),
- _('Non Pre-emtive CRC errors (CRC_P)'), '%d / %d'.format(dsl.errors_crc_p_near, dsl.errors_crc_p_far),
- _('Pre-emtive CRC errors (CRCP_P)'), '%d / %d'.format(dsl.errors_crcp_p_near, dsl.errors_crcp_p_far),
+ _('Non Pre-emptive CRC errors (CRC_P)'), '%d / %d'.format(dsl.errors_crc_p_near, dsl.errors_crc_p_far),
+ _('Pre-emptive CRC errors (CRCP_P)'), '%d / %d'.format(dsl.errors_crcp_p_near, dsl.errors_crcp_p_far),
_('ATU-C System Vendor ID'), dsl.atuc_vendor_id,
_('Power Management Mode'), dsl.power_mode_s
])