luci-base: fix typos

Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
This commit is contained in:
Balázs Úr 2019-12-17 11:41:00 +01:00
parent fc35802ff9
commit d0bc86bcc3
33 changed files with 178 additions and 178 deletions

View file

@ -5,7 +5,7 @@
var proto_errors = { var proto_errors = {
CONNECT_FAILED: _('Connection attempt failed'), CONNECT_FAILED: _('Connection attempt failed'),
INVALID_ADDRESS: _('IP address in invalid'), INVALID_ADDRESS: _('IP address is invalid'),
INVALID_GATEWAY: _('Gateway address is invalid'), INVALID_GATEWAY: _('Gateway address is invalid'),
INVALID_LOCAL_ADDRESS: _('Local IP address is invalid'), INVALID_LOCAL_ADDRESS: _('Local IP address is invalid'),
MISSING_ADDRESS: _('IP address is missing'), MISSING_ADDRESS: _('IP address is missing'),

View file

@ -195,7 +195,7 @@ return network.registerProtocol('static', {
var n = parseInt(value, 16); var n = parseInt(value, 16);
if (!/^(0x)?[0-9a-fA-F]+$/.test(value) || isNaN(n) || n >= 0xffffffff) 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; return true;
}; };

View file

@ -1813,7 +1813,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3456,7 +3456,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4003,7 +4003,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1865,7 +1865,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3526,7 +3526,7 @@ msgid "Noise:"
msgstr "Soroll:" msgstr "Soroll:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4073,7 +4073,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1906,7 +1906,7 @@ msgid "Expand hosts"
msgstr "Rozšířit hostitele" msgstr "Rozšířit hostitele"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" msgstr "Očekávána šestnáctková hodnota"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "Neplatná IP adresa" msgstr "Neplatná IP adresa"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3605,7 +3605,7 @@ msgid "Noise:"
msgstr "Šum:" msgstr "Šum:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" msgstr "Nepreemptivní CRC chyby (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: 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" msgstr "Režim řízení spotřeby"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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)" msgstr "Preemptivní chyby CRC (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1925,7 +1925,7 @@ msgid "Expand hosts"
msgstr "Hosts vervollständigen" msgstr "Hosts vervollständigen"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" msgstr "Erwarte einen hexadezimalen Zuordnungshinweis"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "IP-Adresse ist ungültig" msgstr "IP-Adresse ist ungültig"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3625,7 +3625,7 @@ msgid "Noise:"
msgstr "Rauschen:" msgstr "Rauschen:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" msgstr "Nicht-präemptive CRC-Fehler (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4190,7 +4190,7 @@ msgid "Power Management Mode"
msgstr "Energiesparmodus" msgstr "Energiesparmodus"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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)" msgstr "Präemptive CRC-Fehler (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1878,7 +1878,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3545,7 +3545,7 @@ msgid "Noise:"
msgstr "Θόρυβος:" msgstr "Θόρυβος:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4092,7 +4092,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1859,7 +1859,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3514,7 +3514,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4061,7 +4061,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1920,7 +1920,7 @@ msgid "Expand hosts"
msgstr "Expandir hosts" msgstr "Expandir hosts"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" msgstr "Esperando una pista de asignación hexadecimal"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "Dirección IP inválida" msgstr "Dirección IP inválida"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3617,7 +3617,7 @@ msgid "Noise:"
msgstr "Ruido:" msgstr "Ruido:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" msgstr "Errores de CRC no preventivos (CRC P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: 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" msgstr "Modo de administración de energía"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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)" msgstr "Errores preventivos de CRC (CRC P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1893,7 +1893,7 @@ msgid "Expand hosts"
msgstr "Étendre le nom d'hôte" msgstr "Étendre le nom d'hôte"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3568,7 +3568,7 @@ msgid "Noise:"
msgstr "Bruit :" msgstr "Bruit :"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4117,7 +4117,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1845,7 +1845,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3488,7 +3488,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4035,7 +4035,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1821,7 +1821,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3464,7 +3464,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4011,7 +4011,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1909,7 +1909,7 @@ msgid "Expand hosts"
msgstr "Gépek kinyitása" msgstr "Gépek kinyitása"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3597,7 +3597,7 @@ msgid "Noise:"
msgstr "Zaj:" msgstr "Zaj:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" msgstr "Nem kezdeményező CRC-hibák (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: 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" msgstr "Energiakezelési mód"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1881,7 +1881,7 @@ msgid "Expand hosts"
msgstr "Espandi gli hosts" msgstr "Espandi gli hosts"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3555,7 +3555,7 @@ msgid "Noise:"
msgstr "Rumore:" msgstr "Rumore:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4104,7 +4104,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1902,7 +1902,7 @@ msgid "Expand hosts"
msgstr "拡張ホスト設定" msgstr "拡張ホスト設定"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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進数の割り当てヒント" msgstr "期待される値: 16進数の割り当てヒント"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "無効な IP アドレスです" msgstr "無効な IP アドレスです"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3584,7 +3584,7 @@ msgid "Noise:"
msgstr "ノイズ:" msgstr "ノイズ:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4143,7 +4143,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1853,7 +1853,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3499,7 +3499,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4048,7 +4048,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1819,7 +1819,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3462,7 +3462,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4009,7 +4009,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1830,7 +1830,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3486,7 +3486,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4033,7 +4033,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1916,7 +1916,7 @@ msgid "Expand hosts"
msgstr "Rozwiń hosty" msgstr "Rozwiń hosty"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" msgstr "Oczekiwanie na przydział w systemie szesnastkowym"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "Nieprawidłowy adres IP" msgstr "Nieprawidłowy adres IP"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3609,7 +3609,7 @@ msgid "Noise:"
msgstr "Szum:" msgstr "Szum:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" msgstr "Nieprzewidziane błedy CRC (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: 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ą" msgstr "Tryb zarządzania energią"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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)" msgstr "Przewidziane błedy CRC (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1953,7 +1953,7 @@ msgid "Expand hosts"
msgstr "Expandir arquivos de equipamentos conhecidos (hosts)" msgstr "Expandir arquivos de equipamentos conhecidos (hosts)"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" msgstr "Esperando uma sugestão hexadecimal da atribuição"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: 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" msgstr "O endereço IP é inválido"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3680,7 +3680,7 @@ msgid "Noise:"
msgstr "Ruído:" msgstr "Ruído:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
"Erros CRC Não Preemptivos<abbr title=\"Non Pre-emptive CRC errors\">CRC_P</" "Erros CRC Não Preemptivos<abbr title=\"Non Pre-emptive CRC errors\">CRC_P</"
"abbr>" "abbr>"
@ -4248,7 +4248,7 @@ msgid "Power Management Mode"
msgstr "Modo de Gerenciamento de Energia" msgstr "Modo de Gerenciamento de Energia"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
"Erros CRC Preemptivos<abbr title=\"Pre-emptive CRC errors\">CRCP_P</abbr>" "Erros CRC Preemptivos<abbr title=\"Pre-emptive CRC errors\">CRCP_P</abbr>"

View file

@ -1926,7 +1926,7 @@ msgid "Expand hosts"
msgstr "Expandir hosts" msgstr "Expandir hosts"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" msgstr "À espera de uma dica de atribuição hexadecimal"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: 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" msgstr "O endereço IP é inválido"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3635,7 +3635,7 @@ msgid "Noise:"
msgstr "Ruído:" msgstr "Ruído:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
"Erros CRC Não Preemptivos<abbr title=\"Non Pre-emptive CRC errors\">CRC_P</" "Erros CRC Não Preemptivos<abbr title=\"Non Pre-emptive CRC errors\">CRC_P</"
"abbr>" "abbr>"
@ -4203,7 +4203,7 @@ msgid "Power Management Mode"
msgstr "Modo de Gestão de Energia" msgstr "Modo de Gestão de Energia"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
"Erros CRC Preemptivos<abbr title=\"Pre-emptive CRC errors\">CRCP_P</abbr>" "Erros CRC Preemptivos<abbr title=\"Pre-emptive CRC errors\">CRCP_P</abbr>"

View file

@ -1837,7 +1837,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3486,7 +3486,7 @@ msgid "Noise:"
msgstr "Zgomot:" msgstr "Zgomot:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4033,7 +4033,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1924,7 +1924,7 @@ msgid "Expand hosts"
msgstr "Расширять имена узлов" msgstr "Расширять имена узлов"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "Ожидается шестнадцатеричное значение подсказки присвоения" msgstr "Ожидается шестнадцатеричное значение подсказки присвоения"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "Неверный IP-адрес" msgstr "Неверный IP-адрес"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3619,8 +3619,8 @@ msgid "Noise:"
msgstr "Шум:" msgstr "Шум:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "Non Pre-emtive 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 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
msgid "Non-wildcard" msgid "Non-wildcard"
@ -4184,8 +4184,8 @@ msgid "Power Management Mode"
msgstr "Режим управления питанием" msgstr "Режим управления питанием"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "Pre-emtive CRC errors (CRCP_P)" msgstr "Pre-emptive CRC errors (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73
msgid "Prefer LTE" msgid "Prefer LTE"

View file

@ -1818,7 +1818,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3461,7 +3461,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4008,7 +4008,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1838,7 +1838,7 @@ msgid "Expand hosts"
msgstr "Expandera värdar" msgstr "Expandera värdar"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3482,7 +3482,7 @@ msgid "Noise:"
msgstr "Buller:" msgstr "Buller:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4029,7 +4029,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1844,7 +1844,7 @@ msgid "Expand hosts"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3487,7 +3487,7 @@ msgid "Noise:"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4034,7 +4034,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1940,7 +1940,7 @@ msgid "Expand hosts"
msgstr "Розширення вузлів" msgstr "Розширення вузлів"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "Очікується шістнадцятковий натяк призначення" msgstr "Очікується шістнадцятковий натяк призначення"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "Неприпустима IP-адреса" msgstr "Неприпустима IP-адреса"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3648,7 +3648,7 @@ msgid "Noise:"
msgstr "Шум:" msgstr "Шум:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" msgstr "Не запобіжні помилки CRC (CRC_P)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4215,7 +4215,7 @@ msgid "Power Management Mode"
msgstr "Режим керування живленням" msgstr "Режим керування живленням"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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)" msgstr "Попереджувати помилки CRC (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1892,7 +1892,7 @@ msgid "Expand hosts"
msgstr "Mở rộng máy chủ" msgstr "Mở rộng máy chủ"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: 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" 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 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: 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ệ" msgstr "Địa chỉ IP không hợp lệ"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3577,7 +3577,7 @@ msgid "Noise:"
msgstr "Nhiễu:" msgstr "Nhiễu:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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)" 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 #: 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" 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 #: 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)" msgstr "Lỗi CRC ưu tiên (CRCP_P)"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1859,7 +1859,7 @@ msgid "Expand hosts"
msgstr "扩展 HOSTS 文件中的主机后缀" msgstr "扩展 HOSTS 文件中的主机后缀"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "这里需要一个十六进制值" msgstr "这里需要一个十六进制值"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "IP 地址无效" msgstr "IP 地址无效"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3518,7 +3518,7 @@ msgid "Noise:"
msgstr "噪声:" msgstr "噪声:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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" msgstr "非抢占 CRC 错误CRC_P"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4071,7 +4071,7 @@ msgid "Power Management Mode"
msgstr "电源管理模式" msgstr "电源管理模式"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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" msgstr "抢占式 CRC 错误CRCP_P"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -1848,7 +1848,7 @@ msgid "Expand hosts"
msgstr "延伸主機" msgstr "延伸主機"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198 #: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:198
msgid "Expecting an hexadecimal assignment hint" msgid "Expecting a hexadecimal assignment hint"
msgstr "" msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:59 #: 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-base/htdocs/luci-static/resources/network.js:8
#: modules/luci-compat/luasrc/model/network.lua:28 #: modules/luci-compat/luasrc/model/network.lua:28
msgid "IP address in invalid" msgid "IP address is invalid"
msgstr "IP位址不正確" msgstr "IP位址不正確"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11 #: modules/luci-base/htdocs/luci-static/resources/network.js:11
@ -3498,7 +3498,7 @@ msgid "Noise:"
msgstr "雜訊比:" msgstr "雜訊比:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:34 #: 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 "" msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371 #: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:371
@ -4045,7 +4045,7 @@ msgid "Power Management Mode"
msgstr "" msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:35 #: 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 "" msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73 #: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:73

View file

@ -25,7 +25,7 @@ IFACE_PATTERNS_WIRELESS = { "^wlan%d", "^wl%d", "^ath%d", "^%w+%.network%d" }
IFACE_ERRORS = { IFACE_ERRORS = {
CONNECT_FAILED = lng.translate("Connection attempt failed"), 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_GATEWAY = lng.translate("Gateway address is invalid"),
INVALID_LOCAL_ADDRESS = lng.translate("Local IP address is invalid"), INVALID_LOCAL_ADDRESS = lng.translate("Local IP address is invalid"),
MISSING_ADDRESS = lng.translate("IP address is missing"), MISSING_ADDRESS = lng.translate("IP address is missing"),

View file

@ -31,8 +31,8 @@ function renderbox(dsl) {
_('Loss of Signal Seconds (LOSS)'), '%d / %d'.format(dsl.errors_loss_near, dsl.errors_loss_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), _('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), _('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), _('Non Pre-emptive 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), _('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, _('ATU-C System Vendor ID'), dsl.atuc_vendor_id,
_('Power Management Mode'), dsl.power_mode_s _('Power Management Mode'), dsl.power_mode_s
]) ])