summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/Makefile2
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/cbi.js2
-rw-r--r--modules/luci-base/luasrc/http/protocol.lua4
-rw-r--r--modules/luci-base/luasrc/model/firewall.lua6
-rw-r--r--modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm5
-rw-r--r--modules/luci-base/po/ca/base.po40
-rw-r--r--modules/luci-base/po/cs/base.po12
-rw-r--r--modules/luci-base/po/de/base.po25
-rw-r--r--modules/luci-base/po/el/base.po12
-rw-r--r--modules/luci-base/po/en/base.po12
-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/hu/base.po12
-rw-r--r--modules/luci-base/po/it/base.po125
-rw-r--r--modules/luci-base/po/ja/base.po161
-rw-r--r--modules/luci-base/po/ko/base.po12
-rw-r--r--modules/luci-base/po/ms/base.po12
-rw-r--r--modules/luci-base/po/no/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.po12
-rw-r--r--modules/luci-base/po/sk/base.po12
-rw-r--r--modules/luci-base/po/sv/base.po1433
-rw-r--r--modules/luci-base/po/templates/base.pot12
-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.po26
-rw-r--r--modules/luci-base/po/zh-tw/base.po54
-rw-r--r--modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua87
-rw-r--r--modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm2
-rw-r--r--modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm2
-rw-r--r--modules/luci-mod-freifunk/po/zh-cn/freifunk.po10
36 files changed, 1239 insertions, 985 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile
index 291789cb64..6393195e59 100644
--- a/modules/luci-base/Makefile
+++ b/modules/luci-base/Makefile
@@ -16,7 +16,7 @@ LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +
PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2
PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet
-PKG_MD5SUM:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea
+PKG_HASH:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea
PKG_LICENSE:=Apache-2.0
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi.js b/modules/luci-base/htdocs/luci-static/resources/cbi.js
index 884eb62f68..b334703bdf 100644
--- a/modules/luci-base/htdocs/luci-static/resources/cbi.js
+++ b/modules/luci-base/htdocs/luci-static/resources/cbi.js
@@ -229,7 +229,7 @@ var cbi_validators = {
{
return cbi_validators.hostname.apply(this) ||
((ipv4only != 1) && cbi_validators.ipaddr.apply(this)) ||
- ((ipv4only == 1) && cb_validators.ip4addr.apply(this));
+ ((ipv4only == 1) && cbi_validators.ip4addr.apply(this));
},
'hostname': function()
diff --git a/modules/luci-base/luasrc/http/protocol.lua b/modules/luci-base/luasrc/http/protocol.lua
index 061c6ad544..0a8b2fbab9 100644
--- a/modules/luci-base/luasrc/http/protocol.lua
+++ b/modules/luci-base/luasrc/http/protocol.lua
@@ -264,7 +264,7 @@ function header_source( sock )
end
-- Content-Type. Stores all extracted data associated with its parameter name
--- in the params table withing the given message object. Multiple parameter
+-- in the params table within the given message object. Multiple parameter
-- values are stored as tables, ordinary ones as strings.
-- If an optional file callback function is given then it is feeded with the
-- file contents chunk by chunk and only the extracted file name is stored
@@ -433,7 +433,7 @@ function mimedecode_message_body( src, msg, filecb )
end
-- Content-Type. Stores all extracted data associated with its parameter name
--- in the params table withing the given message object. Multiple parameter
+-- in the params table within the given message object. Multiple parameter
-- values are stored as tables, ordinary ones as strings.
function urldecode_message_body( src, msg )
diff --git a/modules/luci-base/luasrc/model/firewall.lua b/modules/luci-base/luasrc/model/firewall.lua
index 5573a9b86c..feff0855c4 100644
--- a/modules/luci-base/luasrc/model/firewall.lua
+++ b/modules/luci-base/luasrc/model/firewall.lua
@@ -498,11 +498,13 @@ function forwarding.dest(self)
end
function forwarding.src_zone(self)
- return zone(self:src())
+ local z = zone(self:src())
+ return z.sid and z
end
function forwarding.dest_zone(self)
- return zone(self:dest())
+ local z = zone(self:dest())
+ return z.sid and z
end
diff --git a/modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm b/modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm
index 2a433b5696..546fd8e85a 100644
--- a/modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm
+++ b/modules/luci-base/luasrc/view/cbi/firewall_zoneforwards.htm
@@ -43,11 +43,12 @@
 ⇒ 
<% for _, fwd in ipairs(zone:get_forwardings_by("src")) do
fz = fwd:dest_zone()
- empty = false %>
+ if fz then
+ empty = false %>
<label class="zonebadge" style="background-color:<%=fz:get_color()%>">
<strong><%=fz:name()%></strong>
</label>&#160;
- <% end %>
+ <% end end %>
<% if empty then %>
<label class="zonebadge zonebadge-empty">
<strong><%=zone:forward():upper()%></strong>
diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po
index 45c221eac1..d5b2321272 100644
--- a/modules/luci-base/po/ca/base.po
+++ b/modules/luci-base/po/ca/base.po
@@ -301,7 +301,8 @@ msgstr "Permetre el localhost"
msgid "Allow remote hosts to connect to local SSH forwarded ports"
msgstr ""
-"Permetre a màquines remotes de connectar-se als ports reenviats de l'SSH local"
+"Permetre a màquines remotes de connectar-se als ports reenviats de l'SSH "
+"local"
msgid "Allow root logins with password"
msgstr "Accés d'administrador amb contrasenya"
@@ -638,7 +639,7 @@ msgid ""
msgstr ""
"Fes clic a \"Genera l'arxiu\" per obtenir un fitxer .tar.gz amb els fitxers "
"de configuració actuals. Per restablir el microprogramari al seu estat "
-"inicial, fes clic a "\"Restableix la configuració\" (només funciona amb "
+"inicial, fes clic a \"Restableix la configuració\" (només funciona amb "
"imatges squashfs)."
msgid "Client"
@@ -664,6 +665,13 @@ msgstr "Ordre"
msgid "Common Configuration"
msgstr "Configuració comuna"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configuració"
@@ -954,9 +962,8 @@ msgid ""
"Dropbear offers <abbr title=\"Secure Shell\">SSH</abbr> network shell access "
"and an integrated <abbr title=\"Secure Copy\">SCP</abbr> server"
msgstr ""
-"El Dropbear ofereix accés a una consola <abbr title=\"Secure Shell\">SSH"
-"</abbr> per xarxa i un servidor <abbr title=\"Secure Copy\">SCP</abbr> "
-"integrat"
+"El Dropbear ofereix accés a una consola <abbr title=\"Secure Shell\">SSH</"
+"abbr> per xarxa i un servidor <abbr title=\"Secure Copy\">SCP</abbr> integrat"
msgid "Dual-Stack Lite (RFC6333)"
msgstr ""
@@ -1029,6 +1036,9 @@ msgstr "Habilita la funcionalitat VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Habilita l'aprenentatge i l'envelliment"
@@ -1330,7 +1340,6 @@ msgid ""
msgstr ""
"Aquí pots afegir-hi les claus SSH públiques (una per línia) per entrar per "
"SSH amb autenticació per clau."
-"
msgid "Hermes 802.11b Wireless Controller"
msgstr "Controlador sense fil Hermes 802.11b"
@@ -1480,7 +1489,7 @@ msgstr "IPv6-sobre-IPv4 (6to4)"
msgid "Identity"
msgstr "Identitat"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
@@ -1770,8 +1779,8 @@ msgstr ""
msgid "Listen only on the given interface or, if unspecified, on all"
msgstr ""
-"Habilita el servei en totes les interfícies o, si no se n'especifica cap, "
-"en totes"
+"Habilita el servei en totes les interfícies o, si no se n'especifica cap, en "
+"totes"
msgid "Listening port for inbound DNS queries"
msgstr ""
@@ -3148,7 +3157,7 @@ msgid ""
msgstr ""
"S'ha pujat la imatge per a la memòria flaix. A sota hi ha llistades la suma "
"de verificació i la mida del fitxer per assegurar la integritat de les dades."
-"<br />Fes clic a "\"Procedeix\" a continuació per començar el procés "
+"<br />Fes clic a \"Procedeix\" a continuació per començar el procés "
"d'escriptura a la memòria flaix."
msgid "The following changes have been committed"
@@ -3251,8 +3260,8 @@ msgid ""
"There is no password set on this router. Please configure a root password to "
"protect the web interface and enable SSH."
msgstr ""
-"No s'ha establert cap contrasenya en aquest encaminador. Si us plau, configura "
-"una contrasenya per protegir la interfície web i l'accés SSH."
+"No s'ha establert cap contrasenya en aquest encaminador. Si us plau, "
+"configura una contrasenya per protegir la interfície web i l'accés SSH."
msgid "This IPv4 address of the relay"
msgstr ""
@@ -3278,8 +3287,9 @@ msgid ""
"This is the content of /etc/rc.local. Insert your own commands here (in "
"front of 'exit 0') to execute them at the end of the boot process."
msgstr ""
-"Aquest és el contingut de /etc/rc.local. Afegeix-hi les teves comandes (abans "
-"de la línia 'exit 0') per executar-les en finalitzar el procés d'arrencada."
+"Aquest és el contingut de /etc/rc.local. Afegeix-hi les teves comandes "
+"(abans de la línia 'exit 0') per executar-les en finalitzar el procés "
+"d'arrencada."
msgid ""
"This is the local endpoint address assigned by the tunnel broker, it usually "
@@ -3452,7 +3462,7 @@ msgid ""
msgstr ""
"Puja aquí una imatge compatible amb sysupgrade per reemplaçar el "
"microprogramari actual. Activa \"Mantenir la configuració\" per retenir la "
-"configuració actual (requereix una imatge de microprogramari compatible).""
+"configuració actual (requereix una imatge de microprogramari compatible)."
msgid "Upload archive..."
msgstr "Puja un arxiu..."
diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po
index c217b0c394..d914c379de 100644
--- a/modules/luci-base/po/cs/base.po
+++ b/modules/luci-base/po/cs/base.po
@@ -659,6 +659,13 @@ msgstr "Příkaz"
msgid "Common Configuration"
msgstr "Společná nastavení"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Nastavení"
@@ -1029,6 +1036,9 @@ msgstr "Povolit funkcionalitu VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Povolit ARP učení a stárnutí"
@@ -1478,7 +1488,7 @@ msgstr "IPv6-over-IPv4 (6to4)"
msgid "Identity"
msgstr "Identita"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po
index 183e495a22..9b469d6606 100644
--- a/modules/luci-base/po/de/base.po
+++ b/modules/luci-base/po/de/base.po
@@ -1,17 +1,17 @@
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-05-26 17:57+0200\n"
-"PO-Revision-Date: 2017-03-06 11:15+0200\n"
+"PO-Revision-Date: 2017-10-17 22:46+0200\n"
"Last-Translator: JoeSemler <josef.semler@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.0.6\n"
+"X-Generator: Poedit 2.0.4\n"
+"Language-Team: \n"
msgid "%s is untagged in multiple VLANs!"
msgstr ""
@@ -675,6 +675,17 @@ msgstr "Befehl"
msgid "Common Configuration"
msgstr "Allgemeine Konfiguration"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+"Deaktiviert bestimmte EAPOL-Key-Retransmissionen um Key-Reinstallation "
+"(KRACK) Angriffe auf Client-Seite zu erschweren. Diese Abhilfemaßnahme kann "
+"Kompatibilitätsprobleme verursachen und die Zuverlässigkeit von "
+"Schlüsselerneuerungen in ausgelasteten Umgebungen verringern."
+
msgid "Configuration"
msgstr "Konfiguration"
@@ -1047,6 +1058,10 @@ msgstr "VLAN-Funktionalität aktivieren"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr "WPS-via-Knopfdruck aktivieren, erfordert WPA(2)-PSK"
+#, fuzzy
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr "Key Reinstallation (KRACK) Gegenmaßnahmen aktivieren "
+
msgid "Enable learning and aging"
msgstr "Learning und Aging aktivieren"
@@ -1507,7 +1522,7 @@ msgstr "IPv6-über-IPv4 (6to4)"
msgid "Identity"
msgstr "Identität"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr "Aktiviert die Benutzung von 1DES, wenn ausgewählt"
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po
index b385651f34..331d969055 100644
--- a/modules/luci-base/po/el/base.po
+++ b/modules/luci-base/po/el/base.po
@@ -668,6 +668,13 @@ msgstr "Εντολή"
msgid "Common Configuration"
msgstr "Κοινή Παραμετροποίηση"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Παραμετροποίηση"
@@ -1041,6 +1048,9 @@ msgstr "Ενεργοποίηση λειτουργίας VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Ένεργοποίηση learning and aging"
@@ -1491,7 +1501,7 @@ msgstr ""
msgid "Identity"
msgstr "Ταυτότητα"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po
index 04207336e3..978f15d90a 100644
--- a/modules/luci-base/po/en/base.po
+++ b/modules/luci-base/po/en/base.po
@@ -655,6 +655,13 @@ msgstr "Command"
msgid "Common Configuration"
msgstr "Common Configuration"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configuration"
@@ -1020,6 +1027,9 @@ msgstr ""
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1465,7 +1475,7 @@ msgstr ""
msgid "Identity"
msgstr "Identity"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po
index 626e374b45..5d2fac27cd 100644
--- a/modules/luci-base/po/es/base.po
+++ b/modules/luci-base/po/es/base.po
@@ -664,6 +664,13 @@ msgstr "Comando"
msgid "Common Configuration"
msgstr "Configuración común"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configuración"
@@ -1035,6 +1042,9 @@ msgstr "Activar funcionalidad VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Activar aprendizaje y envejecimiento"
@@ -1487,7 +1497,7 @@ msgstr "IPv6-sobre-IPv4 (6to4)"
msgid "Identity"
msgstr "Identidad"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po
index b0b4b4334c..ee4f0fb8ad 100644
--- a/modules/luci-base/po/fr/base.po
+++ b/modules/luci-base/po/fr/base.po
@@ -671,6 +671,13 @@ msgstr "Commande"
msgid "Common Configuration"
msgstr "Configuration commune"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configuration"
@@ -1045,6 +1052,9 @@ msgstr "Acviter la gestion des VLANs"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Activer l'apprentissage et la péremption"
@@ -1499,7 +1509,7 @@ msgstr "IPv6 sur IPv4 (6 vers 4)"
msgid "Identity"
msgstr "Identité"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po
index 2c2c5d27ec..7a0b518aeb 100644
--- a/modules/luci-base/po/he/base.po
+++ b/modules/luci-base/po/he/base.po
@@ -648,6 +648,13 @@ msgstr "פקודה"
msgid "Common Configuration"
msgstr "הגדרות נפוצות"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "הגדרות"
@@ -1005,6 +1012,9 @@ msgstr "אפשר תפקוד VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "אפשר למידה והזדקנות"
@@ -1448,7 +1458,7 @@ msgstr ""
msgid "Identity"
msgstr ""
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po
index 8f5aee4c78..d74394e5bc 100644
--- a/modules/luci-base/po/hu/base.po
+++ b/modules/luci-base/po/hu/base.po
@@ -666,6 +666,13 @@ msgstr "Parancs"
msgid "Common Configuration"
msgstr "Álatános beállítás"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Beállítás"
@@ -1038,6 +1045,9 @@ msgstr "VLAN funkció engedélyezése"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Tanulás és aging engedélyezése"
@@ -1488,7 +1498,7 @@ msgstr "IPv6 IPv4 felett (6to4)"
msgid "Identity"
msgstr "Identitás"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po
index 3b8e095986..f013489319 100644
--- a/modules/luci-base/po/it/base.po
+++ b/modules/luci-base/po/it/base.po
@@ -242,10 +242,10 @@ msgid "Active Connections"
msgstr "Connessioni attive"
msgid "Active DHCP Leases"
-msgstr "Attiva contratti DHCP"
+msgstr "Contratti attivi DHCP"
msgid "Active DHCPv6 Leases"
-msgstr "Attiva contratti DHCPv6"
+msgstr "Contratti attivi DHCPv6"
msgid "Ad-Hoc"
msgstr "Ad-Hoc"
@@ -671,6 +671,13 @@ msgstr "Comando"
msgid "Common Configuration"
msgstr "Configurazioni Comuni"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configurazione"
@@ -717,7 +724,7 @@ msgid "Create Interface"
msgstr "Crea Interfaccia"
msgid "Create a bridge over multiple interfaces"
-msgstr "Crea un ponte tra interfaccie multiple"
+msgstr "Crea un ponte tra interfacce multiple"
msgid "Critical"
msgstr "Critico"
@@ -747,7 +754,7 @@ msgstr ""
"abbr> del sistema se possibile."
msgid "DHCP Leases"
-msgstr "Contratta DHCP"
+msgstr "Contratti DHCP"
msgid "DHCP Server"
msgstr "Server DHCP"
@@ -762,7 +769,7 @@ msgid "DHCP-Options"
msgstr "Opzioni DHCP"
msgid "DHCPv6 Leases"
-msgstr "Locazioni DHCPv6"
+msgstr "Contratti DHCPv6"
msgid "DHCPv6 client"
msgstr "Cliente DHCPv6"
@@ -1041,6 +1048,9 @@ msgstr "Abilita la funzionalità VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr "Abilita pulsante WPS, richiede WPA(2)-PSK"
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Attivare l'apprendimento e l'invecchiamento"
@@ -1112,7 +1122,7 @@ msgstr "Scadenze"
msgid ""
"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
-"Tempo di scadenza di indirizzi localizzati, il minimo è di 2 minuti (<code> "
+"Tempo di scadenza di indirizzi a contratto, il minimo è di 2 minuti (<code> "
"2m </code>)."
msgid "External"
@@ -1473,7 +1483,7 @@ msgid "IPv6 routed prefix"
msgstr ""
msgid "IPv6 suffix"
-msgstr ""
+msgstr "Suffisso IPv6"
msgid "IPv6-Address"
msgstr "Indirizzo-IPv6"
@@ -1493,11 +1503,11 @@ msgstr "IPv6-su-IPv4 (6to4)"
msgid "Identity"
msgstr "Identità PEAP"
-msgid "If checked, 1DES is enaled"
-msgstr ""
+msgid "If checked, 1DES is enabled"
+msgstr "Se selezionata, 1DES è abilitata"
msgid "If checked, encryption is disabled"
-msgstr ""
+msgstr "Se selezionata, crittografia è disabilitata"
msgid ""
"If specified, mount the device by its UUID instead of a fixed device node"
@@ -1661,10 +1671,10 @@ msgid "Keep settings"
msgstr "Mantieni le Impostazioni"
msgid "Kernel Log"
-msgstr "Log del kernel"
+msgstr "Registro del Kernel"
msgid "Kernel Version"
-msgstr "Versione del kernel"
+msgstr "Versione del Kernel"
msgid "Key"
msgstr "Chiave"
@@ -1706,16 +1716,16 @@ msgid "Leaf"
msgstr ""
msgid "Lease time"
-msgstr ""
+msgstr "Tempo Contratto"
msgid "Lease validity time"
-msgstr "Periodo di Validità del Lease"
+msgstr "Periodo di Validità del Contratto"
msgid "Leasefile"
-msgstr "File di lease"
+msgstr "File di contratti"
msgid "Leasetime remaining"
-msgstr "Tempo lease residuo"
+msgstr "Tempo contratto residuo"
msgid "Leave empty to autodetect"
msgstr "Lasciare vuoto per l'autorilevamento"
@@ -1924,7 +1934,7 @@ msgid "Maximum amount of seconds to wait for the modem to become ready"
msgstr ""
msgid "Maximum hold time"
-msgstr "Velocità massima"
+msgstr "Tempo massimo di attesa"
msgid ""
"Maximum length of the name is 15 characters including the automatic protocol/"
@@ -1932,7 +1942,7 @@ msgid ""
msgstr ""
msgid "Maximum number of leased addresses."
-msgstr "Numero massimo indirizzi in lease"
+msgstr "Numero massimo indirizzi in contratto"
msgid "Mbit/s"
msgstr ""
@@ -2077,7 +2087,7 @@ msgid "Next »"
msgstr "Prossimo »"
msgid "No DHCP Server configured for this interface"
-msgstr ""
+msgstr "Nessun Server DHCP configurato per questa interfaccia"
msgid "No NAT-T"
msgstr ""
@@ -2298,8 +2308,8 @@ msgid ""
"Override the netmask sent to clients. Normally it is calculated from the "
"subnet that is served."
msgstr ""
-"Sovrascrivi la netmask data ai clienti. Normalmente è calcolata dalla "
-"subnet servita."
+"Sovrascrivi la netmask data ai clienti. Normalmente è calcolata dalla subnet "
+"servita."
msgid "Override the table used for internal routes"
msgstr "Sovrascrivi la tabella usata per le route interne"
@@ -2502,13 +2512,13 @@ msgid "Protocol"
msgstr "Protocollo"
msgid "Protocol family"
-msgstr ""
+msgstr "Famiglia protocollo"
msgid "Protocol of the new interface"
-msgstr ""
+msgstr "Protocollo della nuova interfaccia"
msgid "Protocol support is not installed"
-msgstr ""
+msgstr "Supporto protocollo non installato"
msgid "Provide NTP server"
msgstr "Fornisci server NTP"
@@ -2520,7 +2530,7 @@ msgid "Pseudo Ad-Hoc (ahdemo)"
msgstr "Pseudo Ad-Hoc (ahdemo)"
msgid "Public Key"
-msgstr ""
+msgstr "Chiave Pubblica"
msgid "Public prefix routed to this device for distribution to clients."
msgstr ""
@@ -2529,7 +2539,7 @@ msgid "QMI Cellular"
msgstr ""
msgid "Quality"
-msgstr ""
+msgstr "Qualità"
msgid "R0 Key Lifetime"
msgstr ""
@@ -2588,7 +2598,7 @@ msgid ""
msgstr ""
msgid "Really reset all changes?"
-msgstr ""
+msgstr "Azzerare veramente tutte le modifiche?"
#, fuzzy
msgid ""
@@ -2604,22 +2614,22 @@ msgid ""
msgstr ""
msgid "Really switch protocol?"
-msgstr ""
+msgstr "Cambiare veramente il protocollo?"
msgid "Realtime Connections"
-msgstr "Connessioni in tempo reale"
+msgstr "Connessioni in Tempo Reale"
msgid "Realtime Graphs"
-msgstr ""
+msgstr "Grafici in Tempo Reale"
msgid "Realtime Load"
-msgstr "Carico in tempo reale"
+msgstr "Carico in Tempo Reale"
msgid "Realtime Traffic"
-msgstr "Traffico in tempo reale"
+msgstr "Traffico in Tempo Reale"
msgid "Realtime Wireless"
-msgstr ""
+msgstr "Wireless in Tempo Reale"
msgid "Reassociation Deadline"
msgstr ""
@@ -2676,22 +2686,22 @@ msgid "Remove"
msgstr "Rimuovi"
msgid "Repeat scan"
-msgstr ""
+msgstr "Ripeti scan"
msgid "Replace entry"
msgstr "Sostituisci campo"
msgid "Replace wireless configuration"
-msgstr ""
+msgstr "Sostituisci configurazione wireless"
msgid "Request IPv6-address"
-msgstr ""
+msgstr "Richiede indirizzo-IPv6"
msgid "Request IPv6-prefix of length"
-msgstr ""
+msgstr "Richiede prefisso-IPv6 di lunghezza"
msgid "Require TLS"
-msgstr ""
+msgstr "Richiede TLS"
msgid "Required"
msgstr "Richiesto"
@@ -2746,7 +2756,7 @@ msgid "Restore backup"
msgstr "Ripristina backup"
msgid "Reveal/hide password"
-msgstr ""
+msgstr "Rivela/nascondi password"
msgid "Revert"
msgstr "Ripristina"
@@ -2957,7 +2967,7 @@ msgstr ""
"specifici."
msgid "Sort"
-msgstr "Elenca"
+msgstr "Ordina"
msgid "Source"
msgstr "Origine"
@@ -3020,7 +3030,7 @@ msgid "Static IPv6 Routes"
msgstr "Instradamento statico IPv6"
msgid "Static Leases"
-msgstr "Leases statici"
+msgstr "Contratti statici"
msgid "Static Routes"
msgstr "Instradamenti Statici"
@@ -3033,10 +3043,10 @@ msgid ""
"to DHCP clients. They are also required for non-dynamic interface "
"configurations where only hosts with a corresponding lease are served."
msgstr ""
-"Leasing statici vengono utilizzati per assegnare indirizzi IP fissi e nomi "
-"host simbolici ai client DHCP. Essi sono necessari anche per interfacce di "
-"configurazione non dinamici, dove solo gli host con lease corrispondente "
-"servito vengono serviti."
+"I contratti statici vengono utilizzati per assegnare indirizzi IP fissi e "
+"nomi host simbolici ai client DHCP. Essi sono necessari anche per interfacce "
+"di configurazione non dinamici, dove solo gli host col contratto "
+"corrispondente vengono serviti."
msgid "Status"
msgstr "Stato"
@@ -3091,7 +3101,7 @@ msgid "System"
msgstr "Sistema"
msgid "System Log"
-msgstr "Log di sistema"
+msgstr "Registro di Sistema"
msgid "System Properties"
msgstr "Proprietà di Sistema"
@@ -3265,7 +3275,7 @@ msgstr ""
"you choose the generic image format for your platform."
msgid "There are no active leases."
-msgstr "Non ci sono lease attivi."
+msgstr "Non ci sono contratti attivi."
msgid "There are no pending changes to apply!"
msgstr "Non ci sono cambiamenti pendenti da applicare!"
@@ -3368,8 +3378,8 @@ msgid ""
"To restore configuration files, you can upload a previously generated backup "
"archive here."
msgstr ""
-"Per ripristinare i file configurazione, puoi inviare un archivio di backup generato "
-"precedentemente qui."
+"Per ripristinare i file configurazione, puoi inviare un archivio di backup "
+"generato precedentemente qui."
msgid "Tone"
msgstr ""
@@ -3541,9 +3551,11 @@ msgid ""
"standard host-specific lease time, e.g. 12h, 3d or infinite."
msgstr ""
"Utilizzare il pulsante <em>Aggiungi</em> per aggiungere una nuova voce di "
-"locazione. L'<em>Indirizzo-MAC</em> identifica l'host, l'<em>Indirizzo-IPv4</"
-"em> specifica l'indirizzo fisso da utilizzare e il <em> Nome Host</em> è "
-"assegnato come nome simbolico alla richiesta dell'host."
+"contratto. L'<em>Indirizzo-MAC</em> identifica l'host, l'<em>Indirizzo-IPv4</"
+"em> specifica l'indirizzo fisso da utilizzare e il <em>Nome Host</em> è "
+"assegnato come nome simbolico alla richiesta dell'host. L'opzionale "
+"<em>tempo di Contratto</em> può essere usato per impostare un tempo di "
+"contratto non-standard a uno specifico host, p.e. 12h, 3d o infinito."
msgid "Used"
msgstr "Usato"
@@ -3641,7 +3653,8 @@ msgstr ""
msgid ""
"Wait for NTP sync that many seconds, seting to 0 disables waiting (optional)"
msgstr ""
-"Attendi sincro NTP quei dati secondi, immetti 0 per disabilitare l'attesa (opzionale)"
+"Attendi sincro NTP quei dati secondi, immetti 0 per disabilitare l'attesa "
+"(opzionale)"
msgid "Waiting for changes to be applied..."
msgstr "In attesa delle modifiche da applicare ..."
@@ -3769,8 +3782,8 @@ msgid ""
"file where given <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</"
"abbr>-leases will be stored"
msgstr ""
-"file dove vengono salvati le richieste <abbr title=\"Dynamic Host "
-"Configuration Protocol\">DHCP</abbr> assegnate"
+"file dove vengono salvati i contratti <abbr title=\"Dynamic Host "
+"Configuration Protocol\">DHCP</abbr> dati"
msgid "forward"
msgstr "inoltro"
@@ -3884,7 +3897,7 @@ msgid "« Back"
msgstr "« Indietro"
#~ msgid "Leasetime"
-#~ msgstr "Tempo di lease"
+#~ msgstr "Tempo di contratto"
#, fuzzy
#~ msgid "automatic"
diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po
index 7d23abede2..af4721c88b 100644
--- a/modules/luci-base/po/ja/base.po
+++ b/modules/luci-base/po/ja/base.po
@@ -3,14 +3,14 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2017-07-28 12:17+0900\n"
+"PO-Revision-Date: 2017-10-20 13:54+0900\n"
"Last-Translator: INAGAKI Hiroshi <musashino.open@gmail.com>\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Poedit 2.0.3\n"
+"X-Generator: Poedit 2.0.4\n"
"Language-Team: \n"
msgid "%s is untagged in multiple VLANs!"
@@ -161,19 +161,19 @@ msgstr ""
"を行う必要があります。"
msgid "A43C + J43 + A43"
-msgstr ""
+msgstr "A43C + J43 + A43"
msgid "A43C + J43 + A43 + V43"
-msgstr ""
+msgstr "A43C + J43 + A43 + V43"
msgid "ADSL"
msgstr "ADSL"
msgid "AICCU (SIXXS)"
-msgstr ""
+msgstr "AICCU (SIXXS)"
msgid "ANSI T1.413"
-msgstr ""
+msgstr "ANSI T1.413"
msgid "APN"
msgstr "APN"
@@ -298,7 +298,7 @@ msgstr "ローカルホストを許可する"
msgid "Allow remote hosts to connect to local SSH forwarded ports"
msgstr ""
-"リモートホストがSSH転送されたローカルのポートに接続することを許可します"
+"リモートホストがSSH転送されたローカルのポートに接続することを許可します。"
msgid "Allow root logins with password"
msgstr "パスワードでの root ログインを許可"
@@ -409,7 +409,7 @@ msgid ""
msgstr ""
msgid "Assign interfaces..."
-msgstr ""
+msgstr "インターフェースの割当て..."
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -561,8 +561,8 @@ msgid ""
"Build/distribution specific feed definitions. This file will NOT be "
"preserved in any sysupgrade."
msgstr ""
-"ビルド/ディストリビューション固有のフィード定義です。このファイルはsysupgrade"
-"の際に引き継がれません。"
+"ビルド / ディストリビューション固有のフィード定義です。このファイルは"
+"sysupgradeの際に引き継がれません。"
msgid "Buttons"
msgstr "ボタン"
@@ -666,6 +666,17 @@ msgstr "コマンド"
msgid "Common Configuration"
msgstr "一般設定"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+"キーのインストールに使用される EAPOL キーフレームの再送信を無効にすることによ"
+"り、クライアント サイドの Key Reinstallation Attacks (KRACK) を困難にします。"
+"この回避策は、相互運用性の問題や、特に高負荷のトラフィック環境下におけるキー "
+"ネゴシエーションの信頼性低下の原因となることがあります。"
+
msgid "Configuration"
msgstr "設定"
@@ -1037,14 +1048,17 @@ msgstr "VLAN機能を有効にする"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr "WPS プッシュボタンを有効化するには、WPA(2)-PSKが必要です。"
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr "Key Reinstallation (KRACK) 対策の有効化"
+
msgid "Enable learning and aging"
msgstr "ラーニング エイジング機能を有効にする"
msgid "Enable mirroring of incoming packets"
-msgstr ""
+msgstr "受信パケットのミラーリングを有効化"
msgid "Enable mirroring of outgoing packets"
-msgstr ""
+msgstr "送信パケットのミラーリングを有効化"
msgid "Enable the DF (Don't Fragment) flag of the encapsulating packets."
msgstr ""
@@ -1489,7 +1503,7 @@ msgstr "IPv6-over-IPv4 (6to4)"
msgid "Identity"
msgstr "識別子"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
@@ -1945,10 +1959,10 @@ msgid "Minimum hold time"
msgstr "最短保持時間"
msgid "Mirror monitor port"
-msgstr ""
+msgstr "ミラー監視ポート"
msgid "Mirror source port"
-msgstr ""
+msgstr "ミラー元ポート"
msgid "Missing protocol extension for proto %q"
msgstr "プロトコル %qのプロトコル拡張が見つかりません"
@@ -2066,7 +2080,7 @@ msgid "Network boot image"
msgstr "ネットワークブート用イメージ"
msgid "Network without interfaces."
-msgstr ""
+msgstr "インターフェースの無いネットワークです。"
msgid "Next »"
msgstr "次 »"
@@ -2129,7 +2143,7 @@ msgid "Normal"
msgstr "標準"
msgid "Not Found"
-msgstr ""
+msgstr "見つかりません"
msgid "Not associated"
msgstr "アソシエーションされていません"
@@ -2302,7 +2316,7 @@ msgstr ""
"ネットから計算されます。"
msgid "Override the table used for internal routes"
-msgstr ""
+msgstr "内部ルートに使用されるテーブルを上書きします。"
msgid "Overview"
msgstr "概要"
@@ -2377,7 +2391,7 @@ msgid "Password of Private Key"
msgstr "秘密鍵のパスワード"
msgid "Password of inner Private Key"
-msgstr ""
+msgstr "秘密鍵のパスワード"
msgid "Password successfully changed!"
msgstr "パスワードを変更しました"
@@ -2398,13 +2412,13 @@ msgid "Path to executable which handles the button event"
msgstr "ボタンイベントをハンドルする実行ファイルのパス"
msgid "Path to inner CA-Certificate"
-msgstr ""
+msgstr "CA 証明書のパス"
msgid "Path to inner Client-Certificate"
-msgstr ""
+msgstr "クライアント証明書のパス"
msgid "Path to inner Private Key"
-msgstr ""
+msgstr "秘密鍵のパス"
msgid "Peak:"
msgstr "ピーク:"
@@ -3178,7 +3192,7 @@ msgstr ""
"<code>0-9</code>, <code>_</code>"
msgid "The configuration file could not be loaded due to the following error:"
-msgstr ""
+msgstr "設定ファイルは以下のエラーにより読み込めませんでした:"
msgid ""
"The device file of the memory or partition (<abbr title=\"for example\">e.g."
@@ -3230,7 +3244,7 @@ msgid ""
msgstr ""
msgid "The length of the IPv6 prefix in bits"
-msgstr ""
+msgstr "IPv6 プレフィクスの長さ (bit) です。"
msgid "The local IPv4 address over which the tunnel is created (optional)."
msgstr ""
@@ -3243,12 +3257,18 @@ msgid ""
"segments. Often there is by default one Uplink port for a connection to the "
"next greater network like the internet and other ports for a local network."
msgstr ""
+"ネットワーク ポートは、コンピュータが他と直接通信することができる複数の "
+"<abbr title=\"Virtual Local Area Network\">VLAN</abbr> にまとめることができま"
+"す。 <abbr title=\"Virtual Local Area Network\">VLAN</abbr> は、異なるネット"
+"ワーク セグメントの分離にしばしば用いられます。通常、インターネットなどより上"
+"位のネットワークへの接続に使用するアップリンク ポートと、ローカル ネットワー"
+"ク用のその他のポートが存在します。"
msgid "The selected protocol needs a device assigned"
msgstr "選択中のプロトコルを使用する場合、デバイスを設定する必要があります"
msgid "The submitted security token is invalid or already expired!"
-msgstr ""
+msgstr "送信されたセキュリティ トークンは無効もしくは期限切れです!"
msgid ""
"The system is erasing the configuration partition now and will reboot itself "
@@ -3473,7 +3493,7 @@ msgid "UUID"
msgstr "UUID"
msgid "Unable to dispatch"
-msgstr ""
+msgstr "ディスパッチできません"
msgid "Unavailable Seconds (UAS)"
msgstr ""
@@ -3558,7 +3578,7 @@ msgid "Use gateway metric"
msgstr "ゲートウェイ メトリックを使用する"
msgid "Use routing table"
-msgstr ""
+msgstr "ルーティング テーブルの使用"
msgid ""
"Use the <em>Add</em> Button to add a new lease entry. The <em>MAC-Address</"
@@ -3584,10 +3604,10 @@ msgid ""
msgstr ""
msgid "User certificate (PEM encoded)"
-msgstr ""
+msgstr "ユーザー証明書(PEM エンコード)"
msgid "User key (PEM encoded)"
-msgstr ""
+msgstr "ユーザー秘密鍵(PEM エンコード)"
msgid "Username"
msgstr "ユーザー名"
@@ -3599,7 +3619,7 @@ msgid "VDSL"
msgstr "VDSL"
msgid "VLANs on %q"
-msgstr "%q上のVLANs"
+msgstr "%q上のVLAN"
msgid "VLANs on %q (%s)"
msgstr "%q上のVLAN (%s)"
@@ -3629,7 +3649,7 @@ msgid "Vendor Class to send when requesting DHCP"
msgstr "DHCPリクエスト送信時のベンダークラスを設定"
msgid "Verbose"
-msgstr ""
+msgstr "詳細"
msgid "Verbose logging by aiccu daemon"
msgstr ""
@@ -3677,7 +3697,7 @@ msgid "Waiting for command to complete..."
msgstr "コマンド実行中です..."
msgid "Waiting for device..."
-msgstr "デバイスの起動を待っています..."
+msgstr "デバイスを起動中です..."
msgid "Warning"
msgstr "警告"
@@ -3839,7 +3859,7 @@ msgid "minimum 1280, maximum 1480"
msgstr "最小値 1280、最大値 1480"
msgid "minutes"
-msgstr ""
+msgstr "分"
msgid "no"
msgstr "いいえ"
@@ -3909,78 +3929,3 @@ msgstr "はい"
msgid "« Back"
msgstr "« 戻る"
-
-#~ msgid "Leasetime"
-#~ msgstr "リース時間"
-
-#~ msgid "Optional."
-#~ msgstr "(オプション)"
-
-#~ msgid "automatic"
-#~ msgstr "自動"
-
-#~ msgid "AR Support"
-#~ msgstr "ARサポート"
-
-#~ msgid "Atheros 802.11%s Wireless Controller"
-#~ msgstr "Atheros 802.11%s 無線LANコントローラ"
-
-#~ msgid "Background Scan"
-#~ msgstr "バックグラウンドスキャン"
-
-#~ msgid "Compression"
-#~ msgstr "圧縮"
-
-#~ msgid "Disable HW-Beacon timer"
-#~ msgstr "HWビーコンタイマーを無効にする"
-
-#~ msgid "Do not send probe responses"
-#~ msgstr "プローブレスポンスを送信しない"
-
-#~ msgid "Fast Frames"
-#~ msgstr "ファスト・フレーム"
-
-#~ msgid "Maximum Rate"
-#~ msgstr "最大レート"
-
-#~ msgid "Minimum Rate"
-#~ msgstr "最小レート"
-
-#~ msgid "Multicast Rate"
-#~ msgstr "マルチキャストレート"
-
-#~ msgid "Outdoor Channels"
-#~ msgstr "屋外用周波数"
-
-#~ msgid "Regulatory Domain"
-#~ msgstr "規制ドメイン"
-
-#~ msgid "Separate WDS"
-#~ msgstr "WDSを分離する"
-
-#~ msgid "Static WDS"
-#~ msgstr "静的WDS"
-
-#~ msgid "Turbo Mode"
-#~ msgstr "ターボモード"
-
-#~ msgid "XR Support"
-#~ msgstr "XRサポート"
-
-#~ msgid "Required. Public key of peer."
-#~ msgstr "ピアの公開鍵(必須)"
-
-#~ msgid "An additional network will be created if you leave this unchecked."
-#~ msgstr "チェックボックスがオフの場合、追加のネットワークが作成されます。"
-
-#~ msgid "Join Network: Settings"
-#~ msgstr "ネットワークに接続する: 設定"
-
-#~ msgid "CPU"
-#~ msgstr "CPU"
-
-#~ msgid "Port %d"
-#~ msgstr "ポート %d"
-
-#~ msgid "VLAN Interface"
-#~ msgstr "VLANインターフェース"
diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po
index 770a49cc5e..2e8d20939f 100644
--- a/modules/luci-base/po/ko/base.po
+++ b/modules/luci-base/po/ko/base.po
@@ -651,6 +651,13 @@ msgstr "명령어"
msgid "Common Configuration"
msgstr "공통 설정"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "설정"
@@ -1018,6 +1025,9 @@ msgstr "VLAN 기능 활성화"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1464,7 +1474,7 @@ msgstr ""
msgid "Identity"
msgstr ""
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po
index c2f62721d1..c907bf35e4 100644
--- a/modules/luci-base/po/ms/base.po
+++ b/modules/luci-base/po/ms/base.po
@@ -633,6 +633,13 @@ msgstr "Perintah"
msgid "Common Configuration"
msgstr ""
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Konfigurasi"
@@ -990,6 +997,9 @@ msgstr ""
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1435,7 +1445,7 @@ msgstr ""
msgid "Identity"
msgstr "Identiti"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/no/base.po b/modules/luci-base/po/no/base.po
index 6a6e818681..4c67d5d11b 100644
--- a/modules/luci-base/po/no/base.po
+++ b/modules/luci-base/po/no/base.po
@@ -655,6 +655,13 @@ msgstr "Kommando"
msgid "Common Configuration"
msgstr "Vanlige Innstillinger"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Konfigurasjon"
@@ -1025,6 +1032,9 @@ msgstr "Aktiver VLAN funksjonalitet"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Aktiver 'læring' og 'aldring'"
@@ -1474,7 +1484,7 @@ msgstr "IPv6-over-IPv4 (6til4)"
msgid "Identity"
msgstr "Identitet"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po
index e36461615d..5a2d86b6ee 100644
--- a/modules/luci-base/po/pl/base.po
+++ b/modules/luci-base/po/pl/base.po
@@ -673,6 +673,13 @@ msgstr "Polecenie"
msgid "Common Configuration"
msgstr "Konfiguracja podstawowa"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Konfiguracja"
@@ -1051,6 +1058,9 @@ msgstr "Włącz funkcjonalność VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Włącz uczenie się i starzenie"
@@ -1511,7 +1521,7 @@ msgstr "IPv6-przez-IPv4 (6to4)"
msgid "Identity"
msgstr "Tożsamość"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/pt-br/base.po b/modules/luci-base/po/pt-br/base.po
index 87c32bff92..64ab9048e4 100644
--- a/modules/luci-base/po/pt-br/base.po
+++ b/modules/luci-base/po/pt-br/base.po
@@ -706,6 +706,13 @@ msgstr "Comando"
msgid "Common Configuration"
msgstr "Configuração Comum"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configuração"
@@ -1087,6 +1094,9 @@ msgstr "Ativar funcionalidade de VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr "Habilite o botão WPS. requer WPA(2)-PSK"
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Ativar o aprendizado e obsolescência"
@@ -1558,7 +1568,7 @@ msgstr "IPv6-sobre-IPv4 (6to4)"
msgid "Identity"
msgstr "Identidade PEAP"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr "Se marcado, a cifragem 1DES será habilitada"
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po
index bea93f5c38..7034d2392f 100644
--- a/modules/luci-base/po/pt/base.po
+++ b/modules/luci-base/po/pt/base.po
@@ -668,6 +668,13 @@ msgstr "Comando"
msgid "Common Configuration"
msgstr "Configuração comum"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configuração"
@@ -1041,6 +1048,9 @@ msgstr "Ativar a funcionalidade VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Ativar aprendizagem e envelhecimento"
@@ -1495,7 +1505,7 @@ msgstr "IPv6-sobre-IPv4 (6to4)"
msgid "Identity"
msgstr "Identidade"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po
index 2ee8537ac8..9587e4c55a 100644
--- a/modules/luci-base/po/ro/base.po
+++ b/modules/luci-base/po/ro/base.po
@@ -643,6 +643,13 @@ msgstr "Comanda"
msgid "Common Configuration"
msgstr "Configurarea obisnuita"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Configurare"
@@ -996,6 +1003,9 @@ msgstr "Activeaza VLAN-urile"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1442,7 +1452,7 @@ msgstr ""
msgid "Identity"
msgstr "Identitate"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po
index 6515772620..f52e618423 100644
--- a/modules/luci-base/po/ru/base.po
+++ b/modules/luci-base/po/ru/base.po
@@ -668,6 +668,13 @@ msgstr "Команда"
msgid "Common Configuration"
msgstr "Общая конфигурация"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Конфигурация"
@@ -1042,6 +1049,9 @@ msgstr "Включить поддержку VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Включить изучение и устаревание (learning/aging)"
@@ -1494,7 +1504,7 @@ msgstr "IPv6 через IPv4 (6to4)"
msgid "Identity"
msgstr "Идентификация EAP"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po
index ab876ce326..ec97162f92 100644
--- a/modules/luci-base/po/sk/base.po
+++ b/modules/luci-base/po/sk/base.po
@@ -626,6 +626,13 @@ msgstr ""
msgid "Common Configuration"
msgstr ""
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr ""
@@ -977,6 +984,9 @@ msgstr ""
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1420,7 +1430,7 @@ msgstr ""
msgid "Identity"
msgstr ""
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po
index 803ac28196..cd604917ab 100644
--- a/modules/luci-base/po/sv/base.po
+++ b/modules/luci-base/po/sv/base.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2014-04-28 09:22+0200\n"
-"Last-Translator: EricJ <ericj@acc.umu.se>\n"
+"Last-Translator: Kristoffer Grundström <hamnisdude@gmail.com>\n"
"Language-Team: none\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
@@ -12,10 +12,10 @@ msgstr ""
"X-Generator: Pootle 2.0.6\n"
msgid "%s is untagged in multiple VLANs!"
-msgstr ""
+msgstr "%s är inte taggad i flera VLAN!"
msgid "(%d minute window, %d second interval)"
-msgstr ""
+msgstr "(%d minut-fönster, %d sekundintervall)"
msgid "(%s available)"
msgstr "(%s tillgängligt)"
@@ -27,22 +27,22 @@ msgid "(no interfaces attached)"
msgstr "(inga gränssnitt har bifogats)"
msgid "-- Additional Field --"
-msgstr ""
+msgstr "-- Ytterligare fält --"
msgid "-- Please choose --"
-msgstr ""
+msgstr "-- Vänligen välj --"
msgid "-- custom --"
msgstr "-- anpassad --"
msgid "-- match by device --"
-msgstr ""
+msgstr "-- matcha enligt enhet --"
msgid "-- match by label --"
-msgstr ""
+msgstr "-- matcha enligt märke --"
msgid "-- match by uuid --"
-msgstr ""
+msgstr "-- matcha enligt uuid --"
msgid "1 Minute Load:"
msgstr "Belastning senaste minuten:"
@@ -63,7 +63,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
msgid "802.11r Fast Transition"
-msgstr ""
+msgstr "802.11r Snabb förvandling"
msgid "802.11w Association SA Query maximum timeout"
msgstr ""
@@ -143,30 +143,32 @@ msgid "<abbr title=\"maximal\">Max.</abbr> concurrent queries"
msgstr ""
msgid "<abbr title='Pairwise: %s / Group: %s'>%s - %s</abbr>"
-msgstr ""
+msgstr "<abbr title='Pairvis: %s / Grupp: %s'>%s - %s</abbr>"
msgid ""
"<br/>Note: you need to manually restart the cron service if the crontab file "
"was empty before editing."
msgstr ""
+"<br/>Notera att: du måste starta om cron-tjänsten om crontab-filen var tom "
+"innan den ändrades."
msgid "A43C + J43 + A43"
-msgstr ""
+msgstr "A43C + J43 + A43"
msgid "A43C + J43 + A43 + V43"
-msgstr ""
+msgstr "A43C + J43 + A43 + V43"
msgid "ADSL"
-msgstr ""
+msgstr "ADSL"
msgid "AICCU (SIXXS)"
-msgstr ""
+msgstr "AICCU (SIXXS)"
msgid "ANSI T1.413"
-msgstr ""
+msgstr "ANSI T1.413"
msgid "APN"
-msgstr ""
+msgstr "APN"
msgid "ARP retry threshold"
msgstr ""
@@ -175,7 +177,7 @@ msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
msgid "ATM Bridges"
-msgstr ""
+msgstr "ATM-bryggor"
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
@@ -196,109 +198,112 @@ msgid "ATU-C System Vendor ID"
msgstr ""
msgid "AYIYA"
-msgstr ""
+msgstr "AYIYA"
msgid "Access Concentrator"
msgstr ""
msgid "Access Point"
-msgstr ""
+msgstr "Accesspunkt"
msgid "Action"
-msgstr ""
+msgstr "Åtgärd"
msgid "Actions"
-msgstr ""
+msgstr "Åtgärder"
msgid "Activate this network"
-msgstr ""
+msgstr "Aktivera det här nätverket"
msgid "Active <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Routes"
-msgstr ""
+msgstr "Aktiva <abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-rutter"
msgid "Active <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-Routes"
-msgstr ""
+msgstr "Aktiva <abbr title=\"Internet Protocol Version 6\">IPv6</abbr>-rutter"
msgid "Active Connections"
-msgstr ""
+msgstr "Aktiva anslutningar"
msgid "Active DHCP Leases"
-msgstr ""
+msgstr "Aktiva DHCP-kontrakt"
msgid "Active DHCPv6 Leases"
-msgstr ""
+msgstr "Aktiva DHCPv6-kontrakt"
msgid "Ad-Hoc"
-msgstr ""
+msgstr "Ad-Hoc"
msgid "Add"
-msgstr ""
+msgstr "Lägg till"
msgid "Add local domain suffix to names served from hosts files"
msgstr ""
msgid "Add new interface..."
-msgstr ""
+msgstr "Lägg till ett nytt gränssnitt"
msgid "Additional Hosts files"
-msgstr ""
+msgstr "Ytterligare värdfiler"
msgid "Additional servers file"
-msgstr ""
+msgstr "Ytterligare server-filer"
msgid "Address"
-msgstr ""
+msgstr "Adress"
msgid "Address to access local relay bridge"
-msgstr ""
+msgstr "Adress för att komma åt lokal reläbrygga"
msgid "Administration"
-msgstr ""
+msgstr "Administration"
msgid "Advanced Settings"
-msgstr ""
+msgstr "Avancerade inställningar"
msgid "Aggregate Transmit Power(ACTATP)"
msgstr ""
msgid "Alert"
-msgstr ""
+msgstr "Varning"
msgid ""
"Allocate IP addresses sequentially, starting from the lowest available "
"address"
msgstr ""
+"Allokera IP-adresser sekventiellt med start från den lägsta möjliga adressen"
msgid "Allocate IP sequentially"
-msgstr ""
+msgstr "Allokera IP sekventiellt"
msgid "Allow <abbr title=\"Secure Shell\">SSH</abbr> password authentication"
-msgstr ""
+msgstr "Tillåt <abbr title=\"Secure Shell\">SSH</abbr> lösenordsautentisering"
msgid "Allow all except listed"
-msgstr ""
+msgstr "Tillåt alla utom listade"
msgid "Allow listed only"
-msgstr ""
+msgstr "Tillåt enbart listade"
msgid "Allow localhost"
-msgstr ""
+msgstr "Tillåt localhost"
msgid "Allow remote hosts to connect to local SSH forwarded ports"
msgstr ""
+"Tillåt fjärrstyrda värdar att ansluta via SSH till lokalt vidarebefordrade "
+"portar"
msgid "Allow root logins with password"
-msgstr ""
+msgstr "Tillåt root-inloggningar med lösenord"
msgid "Allow the <em>root</em> user to login with password"
-msgstr ""
+msgstr "Tillåt <em>root</em>-användaren att logga in med lösenord"
msgid ""
"Allow upstream responses in the 127.0.0.0/8 range, e.g. for RBL services"
msgstr ""
msgid "Allowed IPs"
-msgstr ""
+msgstr "Tillåtna IP-adresser"
msgid ""
"Also see <a href=\"https://www.sixxs.net/faq/connectivity/?faq=comparison"
@@ -357,78 +362,78 @@ msgid "Announce as default router even if no public prefix is available."
msgstr ""
msgid "Announced DNS domains"
-msgstr ""
+msgstr "Aviserade DNS-domäner"
msgid "Announced DNS servers"
-msgstr ""
+msgstr "Aviserade DNS-servrar"
msgid "Anonymous Identity"
-msgstr ""
+msgstr "Anonym identitet"
msgid "Anonymous Mount"
-msgstr ""
+msgstr "Anonym montering"
msgid "Anonymous Swap"
-msgstr ""
+msgstr "Anonym Swap"
msgid "Antenna 1"
-msgstr ""
+msgstr "Antenn 1"
msgid "Antenna 2"
-msgstr ""
+msgstr "Antenn 2"
msgid "Antenna Configuration"
-msgstr ""
+msgstr "Konfiguration av antenn"
msgid "Any zone"
-msgstr ""
+msgstr "Någon zon"
msgid "Apply"
-msgstr ""
+msgstr "Verkställ"
msgid "Applying changes"
-msgstr ""
+msgstr "Verkställer ändringar"
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
msgid "Assign interfaces..."
-msgstr ""
+msgstr "Tilldela gränssnitten..."
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
msgstr ""
msgid "Associated Stations"
-msgstr ""
+msgstr "Associerade stationer"
msgid "Auth Group"
-msgstr ""
+msgstr "Autentiseringsgrupp"
msgid "Authentication"
-msgstr ""
+msgstr "Autentisering"
msgid "Authentication Type"
-msgstr ""
+msgstr "Typ av autentisering"
msgid "Authoritative"
-msgstr ""
+msgstr "Auktoritiv"
msgid "Authorization Required"
-msgstr ""
+msgstr "Tillstånd krävs"
msgid "Auto Refresh"
-msgstr ""
+msgstr "Uppdatera automatiskt"
msgid "Automatic"
-msgstr ""
+msgstr "Automatisk"
msgid "Automatic Homenet (HNCP)"
-msgstr ""
+msgstr "Automatiskt hemnet (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
-msgstr ""
+msgstr "Kolla efter fel i filsystemet automatiskt innan det monteras"
msgid "Automatically mount filesystems on hotplug"
msgstr ""
@@ -437,64 +442,64 @@ msgid "Automatically mount swap on hotplug"
msgstr ""
msgid "Automount Filesystem"
-msgstr ""
+msgstr "Monstera filsystem automatiskt"
msgid "Automount Swap"
-msgstr ""
+msgstr "Montera Swap automatiskt"
msgid "Available"
-msgstr ""
+msgstr "Tillgänglig"
msgid "Available packages"
-msgstr ""
+msgstr "Tillgängliga paket"
msgid "Average:"
-msgstr ""
+msgstr "Snitt:"
msgid "B43 + B43C"
-msgstr ""
+msgstr "B43 + B43C"
msgid "B43 + B43C + V43"
-msgstr ""
+msgstr "B43 + B43C + V43"
msgid "BR / DMR / AFTR"
-msgstr ""
+msgstr "BR / DMR / AFTR"
msgid "BSSID"
-msgstr ""
+msgstr "BSSID"
msgid "Back"
-msgstr ""
+msgstr "Bakåt"
msgid "Back to Overview"
-msgstr ""
+msgstr "Backa till Överblick"
msgid "Back to configuration"
-msgstr ""
+msgstr "Backa till konfiguration"
msgid "Back to overview"
-msgstr ""
+msgstr "Backa till överblick"
msgid "Back to scan results"
-msgstr ""
+msgstr "Backa till skanningsresultat"
msgid "Backup / Flash Firmware"
-msgstr ""
+msgstr "Säkerhetskopiera / Flasha inre mjukvara"
msgid "Backup / Restore"
-msgstr ""
+msgstr "Säkerhetskopiera / Återställ"
msgid "Backup file list"
-msgstr ""
+msgstr "Säkerhetskopiera fillista"
msgid "Bad address specified!"
-msgstr ""
+msgstr "Fel adress angiven!"
msgid "Band"
-msgstr ""
+msgstr "Band"
msgid "Behind NAT"
-msgstr ""
+msgstr "Bakom NAT"
msgid ""
"Below is the determined list of files to backup. It consists of changed "
@@ -503,7 +508,7 @@ msgid ""
msgstr ""
msgid "Bind interface"
-msgstr ""
+msgstr "Bind gränssnitt"
msgid "Bind only to specific interfaces rather than wildcard address."
msgstr ""
@@ -512,16 +517,16 @@ msgid "Bind the tunnel to this interface (optional)."
msgstr ""
msgid "Bitrate"
-msgstr ""
+msgstr "Bithastighet"
msgid "Bogus NX Domain Override"
msgstr ""
msgid "Bridge"
-msgstr ""
+msgstr "Brygga"
msgid "Bridge interfaces"
-msgstr ""
+msgstr "Brygga gränssnitt"
msgid "Bridge unit number"
msgstr ""
@@ -530,13 +535,13 @@ msgid "Bring up on boot"
msgstr ""
msgid "Broadcom 802.11%s Wireless Controller"
-msgstr ""
+msgstr "Broadcom 802.11%s Trådlös kontroller"
msgid "Broadcom BCM%04x 802.11 Wireless Controller"
-msgstr ""
+msgstr "Broadcom BCM%04x 802.11 Trådlös kontroller"
msgid "Buffered"
-msgstr ""
+msgstr "Buffrad"
msgid ""
"Build/distribution specific feed definitions. This file will NOT be "
@@ -544,46 +549,49 @@ msgid ""
msgstr ""
msgid "Buttons"
-msgstr ""
+msgstr "Knappar"
msgid "CA certificate; if empty it will be saved after the first connection."
msgstr ""
+"CA-certifikat; om tom så kommer den att sparas efter första anslutningen."
msgid "CPU usage (%)"
-msgstr ""
+msgstr "CPU-användning (%)"
msgid "Cancel"
-msgstr ""
+msgstr "Avbryt"
msgid "Category"
-msgstr ""
+msgstr "Kategori"
msgid "Chain"
-msgstr ""
+msgstr "Kedja"
msgid "Changes"
-msgstr ""
+msgstr "Ändringar"
msgid "Changes applied."
-msgstr ""
+msgstr "Tillämpade ändringar"
msgid "Changes the administrator password for accessing the device"
-msgstr ""
+msgstr "Ändrar administratörens lösenord för att få tillgång till enheten"
msgid "Channel"
-msgstr ""
+msgstr "Kanal"
msgid "Check"
-msgstr ""
+msgstr "Kontrollera"
msgid "Check fileystems before mount"
-msgstr ""
+msgstr "Kontrollera filsystemen innan de monteras"
msgid "Check this option to delete the existing networks from this radio."
msgstr ""
+"Bocka för det här alternativet för att ta bort befintliga nätverk från den "
+"här radion."
msgid "Checksum"
-msgstr ""
+msgstr "Checksumma"
msgid ""
"Choose the firewall zone you want to assign to this interface. Select "
@@ -598,7 +606,7 @@ msgid ""
msgstr ""
msgid "Cipher"
-msgstr ""
+msgstr "Chiffer"
msgid "Cisco UDP encapsulation"
msgstr ""
@@ -610,10 +618,10 @@ msgid ""
msgstr ""
msgid "Client"
-msgstr ""
+msgstr "Klient"
msgid "Client ID to send when requesting DHCP"
-msgstr ""
+msgstr "Klient-ID att skicka vid DHCP-förfrågning"
msgid ""
"Close inactive connection after the given amount of seconds, use 0 to "
@@ -621,49 +629,56 @@ msgid ""
msgstr ""
msgid "Close list..."
-msgstr ""
+msgstr "Stäng ner lista..."
msgid "Collecting data..."
-msgstr ""
+msgstr "Samlar in data..."
msgid "Command"
-msgstr ""
+msgstr "Kommando"
msgid "Common Configuration"
+msgstr "Vanlig konfiguration"
+
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
msgstr ""
msgid "Configuration"
-msgstr ""
+msgstr "Konfiguration"
msgid "Configuration applied."
-msgstr ""
+msgstr "Konfigurationen tillämpades"
msgid "Configuration files will be kept."
-msgstr ""
+msgstr "Konfigurationsfiler kommer att behållas."
msgid "Confirmation"
-msgstr ""
+msgstr "Bekräftelse"
msgid "Connect"
-msgstr ""
+msgstr "Anslut"
msgid "Connected"
-msgstr ""
+msgstr "Ansluten"
msgid "Connection Limit"
-msgstr ""
+msgstr "Anslutningsgräns"
msgid "Connection to server fails when TLS cannot be used"
msgstr ""
msgid "Connections"
-msgstr ""
+msgstr "Anslutningar"
msgid "Country"
-msgstr ""
+msgstr "Land"
msgid "Country Code"
-msgstr ""
+msgstr "Landskod"
msgid "Cover the following interface"
msgstr ""
@@ -675,19 +690,19 @@ msgid "Create / Assign firewall-zone"
msgstr ""
msgid "Create Interface"
-msgstr ""
+msgstr "Skapa gränssnitt"
msgid "Create a bridge over multiple interfaces"
-msgstr ""
+msgstr "Skapa en brygga över flera gränssnitt"
msgid "Critical"
-msgstr ""
+msgstr "Kritisk"
msgid "Cron Log Level"
-msgstr ""
+msgstr "Loggnivå för Cron"
msgid "Custom Interface"
-msgstr ""
+msgstr "Anpassat gränssnitt"
msgid "Custom delegated IPv6-prefix"
msgstr ""
@@ -698,7 +713,7 @@ msgid ""
msgstr ""
msgid "Custom feeds"
-msgstr ""
+msgstr "Anpassade flöden"
msgid ""
"Customizes the behaviour of the device <abbr title=\"Light Emitting Diode"
@@ -706,34 +721,34 @@ msgid ""
msgstr ""
msgid "DHCP Leases"
-msgstr ""
+msgstr "DHCP-kontrakt"
msgid "DHCP Server"
-msgstr ""
+msgstr "DHCP-server"
msgid "DHCP and DNS"
-msgstr ""
+msgstr "DHCP och DNS"
msgid "DHCP client"
-msgstr ""
+msgstr "DHCP-klient"
msgid "DHCP-Options"
-msgstr ""
+msgstr "DHCP-alternativ"
msgid "DHCPv6 Leases"
-msgstr ""
+msgstr "DHCPv6-kontrakt"
msgid "DHCPv6 client"
-msgstr ""
+msgstr "DHCPv6-klient"
msgid "DHCPv6-Mode"
-msgstr ""
+msgstr "DHCPv6-läge"
msgid "DHCPv6-Service"
-msgstr ""
+msgstr "DHCPv6-tjänst"
msgid "DNS"
-msgstr ""
+msgstr "DNS"
msgid "DNS forwardings"
msgstr ""
@@ -754,10 +769,10 @@ msgid "DS-Lite AFTR address"
msgstr ""
msgid "DSL"
-msgstr ""
+msgstr "DSL"
msgid "DSL Status"
-msgstr ""
+msgstr "DSL-status"
msgid "DSL line mode"
msgstr ""
@@ -766,28 +781,28 @@ msgid "DUID"
msgstr ""
msgid "Data Rate"
-msgstr ""
+msgstr "Datahastighet"
msgid "Debug"
-msgstr ""
+msgstr "Avlusa"
msgid "Default %d"
-msgstr ""
+msgstr "Standard %d"
msgid "Default gateway"
-msgstr ""
+msgstr "Standard gateway"
msgid "Default is stateless + stateful"
msgstr ""
msgid "Default route"
-msgstr ""
+msgstr "Standardrutt"
msgid "Default state"
msgstr ""
msgid "Define a name for this network."
-msgstr ""
+msgstr "Ange ett namn för det här nätverket."
msgid ""
"Define additional DHCP options, for example "
@@ -796,60 +811,62 @@ msgid ""
msgstr ""
msgid "Delete"
-msgstr ""
+msgstr "Radera"
msgid "Delete this network"
-msgstr ""
+msgstr "Ta bort det här nätverket"
msgid "Description"
-msgstr ""
+msgstr "Beskrivning"
msgid "Design"
msgstr ""
msgid "Destination"
-msgstr ""
+msgstr "Plats"
msgid "Device"
-msgstr ""
+msgstr "Enhet"
msgid "Device Configuration"
-msgstr ""
+msgstr "Enhetskonfiguration"
msgid "Device is rebooting..."
-msgstr ""
+msgstr "Enheten startar om..."
msgid "Device unreachable"
-msgstr ""
+msgstr "Enheten kan inte nås"
msgid "Diagnostics"
msgstr ""
msgid "Dial number"
-msgstr ""
+msgstr "Slå nummer"
msgid "Directory"
-msgstr ""
+msgstr "Mapp"
msgid "Disable"
-msgstr ""
+msgstr "Inaktivera"
msgid ""
"Disable <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr> for "
"this interface."
msgstr ""
+"Inaktivera <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr> "
+"för det här gränssnittet."
msgid "Disable DNS setup"
msgstr ""
msgid "Disable Encryption"
-msgstr ""
+msgstr "Inaktivera kryptering"
msgid "Disabled"
-msgstr ""
+msgstr "Inaktiverad"
msgid "Disabled (default)"
-msgstr ""
+msgstr "Inaktiverad (standard)"
msgid "Discard upstream RFC1918 responses"
msgstr ""
@@ -858,16 +875,16 @@ msgid "Displaying only packages containing"
msgstr ""
msgid "Distance Optimization"
-msgstr ""
+msgstr "Avståndsoptimering"
msgid "Distance to farthest network member in meters."
-msgstr ""
+msgstr "Avstånd till nätverksmledlemmen längst bort i metrar."
msgid "Distribution feeds"
msgstr ""
msgid "Diversity"
-msgstr ""
+msgstr "Mångfald"
msgid ""
"Dnsmasq is a combined <abbr title=\"Dynamic Host Configuration Protocol"
@@ -877,36 +894,40 @@ msgid ""
msgstr ""
msgid "Do not cache negative replies, e.g. for not existing domains"
-msgstr ""
+msgstr "Cachea inte negativa svar, t.ex för icke-existerade domäner"
msgid "Do not forward requests that cannot be answered by public name servers"
msgstr ""
+"Vidarebefordra inte förfrågningar som inte kan ta emot svar från publika "
+"namnservrar"
msgid "Do not forward reverse lookups for local networks"
msgstr ""
msgid "Domain required"
-msgstr ""
+msgstr "Domän krävs"
msgid "Domain whitelist"
-msgstr ""
+msgstr "Vitlista för domäner"
msgid "Don't Fragment"
-msgstr ""
+msgstr "Fragmentera inte"
msgid ""
"Don't forward <abbr title=\"Domain Name System\">DNS</abbr>-Requests without "
"<abbr title=\"Domain Name System\">DNS</abbr>-Name"
msgstr ""
+"Vidarebefordra inte <abbr title=\"Domain Name System\">DNS</abbr>-"
+"förfrågningar utan <abbr title=\"Domain Name System\">DNS</abbr>-namn"
msgid "Download and install package"
-msgstr ""
+msgstr "Ladda ner och installera paket"
msgid "Download backup"
-msgstr ""
+msgstr "Ladda ner säkerhetskopia"
msgid "Dropbear Instance"
-msgstr ""
+msgstr "Dropbear-instans"
msgid ""
"Dropbear offers <abbr title=\"Secure Shell\">SSH</abbr> network shell access "
@@ -920,7 +941,7 @@ msgid "Dynamic <abbr title=\"Dynamic Host Configuration Protocol\">DHCP</abbr>"
msgstr ""
msgid "Dynamic tunnel"
-msgstr ""
+msgstr "Dynamisk tunnel"
msgid ""
"Dynamically allocate DHCP addresses for clients. If disabled, only clients "
@@ -931,10 +952,10 @@ msgid "EA-bits length"
msgstr ""
msgid "EAP-Method"
-msgstr ""
+msgstr "EAP-metod"
msgid "Edit"
-msgstr ""
+msgstr "Redigera"
msgid ""
"Edit the raw configuration data above to fix any error and hit \"Save\" to "
@@ -942,19 +963,19 @@ msgid ""
msgstr ""
msgid "Edit this interface"
-msgstr ""
+msgstr "Redigera det här gränssnittet"
msgid "Edit this network"
-msgstr ""
+msgstr "Redigera det här nätverket"
msgid "Emergency"
-msgstr ""
+msgstr "Nödsituation"
msgid "Enable"
-msgstr ""
+msgstr "Aktivera"
msgid "Enable <abbr title=\"Spanning Tree Protocol\">STP</abbr>"
-msgstr ""
+msgstr "Aktivera <abbr title=\"Spanning Tree Protocol\">STP</abbr>"
msgid "Enable HE.net dynamic endpoint update"
msgstr ""
@@ -969,19 +990,22 @@ msgid "Enable Jumbo Frame passthrough"
msgstr ""
msgid "Enable NTP client"
-msgstr ""
+msgstr "Aktivera NTP-klient"
msgid "Enable Single DES"
msgstr ""
msgid "Enable TFTP server"
-msgstr ""
+msgstr "Aktivera TFTP-server"
msgid "Enable VLAN functionality"
-msgstr ""
+msgstr "Aktivera VLAN-funktionalitet"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
-msgstr ""
+msgstr "Aktivera WPS-tryckknapp, kräver WPA(2)-PSK"
+
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr "Kräver ominstallation av nyckel (KRACK) motåtgärder"
msgid "Enable learning and aging"
msgstr ""
@@ -996,16 +1020,16 @@ msgid "Enable the DF (Don't Fragment) flag of the encapsulating packets."
msgstr ""
msgid "Enable this mount"
-msgstr ""
+msgstr "Aktivera den här monteringen"
msgid "Enable this swap"
-msgstr ""
+msgstr "Aktivera den här swap"
msgid "Enable/Disable"
-msgstr ""
+msgstr "Aktivera/Inaktivera"
msgid "Enabled"
-msgstr ""
+msgstr "Aktiverad"
msgid ""
"Enables fast roaming among access points that belong to the same Mobility "
@@ -1019,7 +1043,7 @@ msgid "Encapsulation mode"
msgstr ""
msgid "Encryption"
-msgstr ""
+msgstr "Kryptering"
msgid "Endpoint Host"
msgstr ""
@@ -1028,35 +1052,35 @@ msgid "Endpoint Port"
msgstr ""
msgid "Erasing..."
-msgstr ""
+msgstr "Raderar..."
msgid "Error"
-msgstr ""
+msgstr "Fel"
msgid "Errored seconds (ES)"
msgstr ""
msgid "Ethernet Adapter"
-msgstr ""
+msgstr "Ethernet-adapter"
msgid "Ethernet Switch"
msgstr ""
msgid "Exclude interfaces"
-msgstr ""
+msgstr "Inkludera inte dessa gränssnitt"
msgid "Expand hosts"
-msgstr ""
+msgstr "Expandera värdar"
msgid "Expires"
-msgstr ""
+msgstr "Löper ut"
msgid ""
"Expiry time of leased addresses, minimum is 2 minutes (<code>2m</code>)."
msgstr ""
msgid "External"
-msgstr ""
+msgstr "Externt"
msgid "External R0 Key Holder List"
msgstr ""
@@ -1074,25 +1098,25 @@ msgid "External system log server protocol"
msgstr ""
msgid "Extra SSH command options"
-msgstr ""
+msgstr "Extra alternativ för SSH-kommandot"
msgid "File"
-msgstr ""
+msgstr "Fil"
msgid "Filename of the boot image advertised to clients"
msgstr ""
msgid "Filesystem"
-msgstr ""
+msgstr "Filsystem"
msgid "Filter"
-msgstr ""
+msgstr "Filtrera"
msgid "Filter private"
-msgstr ""
+msgstr "Filtrera privata"
msgid "Filter useless"
-msgstr ""
+msgstr "Filtrera icke-användbara"
msgid ""
"Find all currently attached filesystems and swap and replace configuration "
@@ -1100,31 +1124,31 @@ msgid ""
msgstr ""
msgid "Find and join network"
-msgstr ""
+msgstr "Hitta och anslut till nätverk"
msgid "Find package"
-msgstr ""
+msgstr "Hitta paket"
msgid "Finish"
-msgstr ""
+msgstr "Avsluta"
msgid "Firewall"
-msgstr ""
+msgstr "Brandvägg"
msgid "Firewall Mark"
msgstr ""
msgid "Firewall Settings"
-msgstr ""
+msgstr "Inställningar för brandvägg"
msgid "Firewall Status"
-msgstr ""
+msgstr "Status för brandvägg"
msgid "Firmware File"
msgstr ""
msgid "Firmware Version"
-msgstr ""
+msgstr "Version för inre mjukvara"
msgid "Fixed source port for outbound DNS queries"
msgstr ""
@@ -1142,34 +1166,34 @@ msgid "Flash operations"
msgstr ""
msgid "Flashing..."
-msgstr ""
+msgstr "Skriver..."
msgid "Force"
-msgstr ""
+msgstr "Tvinga"
msgid "Force CCMP (AES)"
-msgstr ""
+msgstr "Tvinga CCMP (AES)"
msgid "Force DHCP on this network even if another server is detected."
-msgstr ""
+msgstr "Tvinga DHCP på det här nätverket även om en annan server är upptäckt."
msgid "Force TKIP"
-msgstr ""
+msgstr "Tvinga TKIP"
msgid "Force TKIP and CCMP (AES)"
-msgstr ""
+msgstr "Tvinga TKIP och CCMP (AES)"
msgid "Force link"
-msgstr ""
+msgstr "Tvinga länk"
msgid "Force use of NAT-T"
-msgstr ""
+msgstr "Tvinga användning av NAT-T"
msgid "Form token mismatch"
msgstr ""
msgid "Forward DHCP traffic"
-msgstr ""
+msgstr "Vidarebefordra DHCP-trafik"
msgid "Forward Error Correction Seconds (FECS)"
msgstr ""
@@ -1178,7 +1202,7 @@ msgid "Forward broadcast traffic"
msgstr ""
msgid "Forwarding mode"
-msgstr ""
+msgstr "Vidarebefordringsläge"
msgid "Fragmentation Threshold"
msgstr ""
@@ -1187,10 +1211,10 @@ msgid "Frame Bursting"
msgstr ""
msgid "Free"
-msgstr ""
+msgstr "Fritt"
msgid "Free space"
-msgstr ""
+msgstr "Fritt utrymme"
msgid ""
"Further information about WireGuard interfaces and peers at <a href=\"http://"
@@ -1198,76 +1222,76 @@ msgid ""
msgstr ""
msgid "GHz"
-msgstr ""
+msgstr "GHz"
msgid "GPRS only"
-msgstr ""
+msgstr "Endast GPRS"
msgid "Gateway"
-msgstr ""
+msgstr "Gateway"
msgid "Gateway ports"
-msgstr ""
+msgstr "Gateway-portar"
msgid "General Settings"
-msgstr ""
+msgstr "Generella inställningar"
msgid "General Setup"
msgstr ""
msgid "General options for opkg"
-msgstr ""
+msgstr "Generella alternativ för opkg"
msgid "Generate Config"
-msgstr ""
+msgstr "Generera konfig"
msgid "Generate archive"
-msgstr ""
+msgstr "Generera arkiv"
msgid "Generic 802.11%s Wireless Controller"
msgstr ""
msgid "Given password confirmation did not match, password not changed!"
-msgstr ""
+msgstr "Angiven lösenordsbekräftelse matchade inte, lösenordet ändrades inte!"
msgid "Global Settings"
-msgstr ""
+msgstr "Globala inställningar"
msgid "Global network options"
-msgstr ""
+msgstr "Globala nätverksalternativ"
msgid "Go to password configuration..."
-msgstr ""
+msgstr "Gå till lösenordskonfiguration..."
msgid "Go to relevant configuration page"
-msgstr ""
+msgstr "Gå till relevant konfigurationssida"
msgid "Group Password"
-msgstr ""
+msgstr "Grupplösenord"
msgid "Guest"
-msgstr ""
+msgstr "Gäst"
msgid "HE.net password"
-msgstr ""
+msgstr "HE.net-lösenord"
msgid "HE.net username"
-msgstr ""
+msgstr "HE.net-användarnamn"
msgid "HT mode (802.11n)"
-msgstr ""
+msgstr "HT-läge (802.11n)"
msgid "Handler"
msgstr ""
msgid "Hang Up"
-msgstr ""
+msgstr "Lägg på"
msgid "Header Error Code Errors (HEC)"
msgstr ""
msgid "Heartbeat"
-msgstr ""
+msgstr "Hjärtslag"
msgid ""
"Here you can configure the basic aspects of your device like its hostname or "
@@ -1283,10 +1307,10 @@ msgid "Hermes 802.11b Wireless Controller"
msgstr ""
msgid "Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"
-msgstr ""
+msgstr "Göm <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"
msgid "Host"
-msgstr ""
+msgstr "Värd"
msgid "Host entries"
msgstr ""
@@ -1295,43 +1319,43 @@ msgid "Host expiry timeout"
msgstr ""
msgid "Host-<abbr title=\"Internet Protocol Address\">IP</abbr> or Network"
-msgstr ""
+msgstr "Host-<abbr title=\"Internet Protocol Address\">IP</abbr> eller Nätverk"
msgid "Hostname"
-msgstr ""
+msgstr "Värdnamn"
msgid "Hostname to send when requesting DHCP"
-msgstr ""
+msgstr "Värdnamn att skicka vid DHCP-förfrågningar"
msgid "Hostnames"
-msgstr ""
+msgstr "Värdnamn"
msgid "Hybrid"
-msgstr ""
+msgstr "Hybrid"
msgid "IKE DH Group"
msgstr ""
msgid "IP Addresses"
-msgstr ""
+msgstr "IP-adresser"
msgid "IP address"
-msgstr ""
+msgstr "IP-adress"
msgid "IPv4"
-msgstr ""
+msgstr "IPv4"
msgid "IPv4 Firewall"
-msgstr ""
+msgstr "IPv4-brandvägg"
msgid "IPv4 WAN Status"
msgstr ""
msgid "IPv4 address"
-msgstr ""
+msgstr "IPv4-adress"
msgid "IPv4 and IPv6"
-msgstr ""
+msgstr "IPv4 och IPv6"
msgid "IPv4 assignment length"
msgstr ""
@@ -1340,13 +1364,13 @@ msgid "IPv4 broadcast"
msgstr ""
msgid "IPv4 gateway"
-msgstr ""
+msgstr "IPv4-gateway"
msgid "IPv4 netmask"
-msgstr ""
+msgstr "IPv4-nätmask"
msgid "IPv4 only"
-msgstr ""
+msgstr "Endast IPv4"
msgid "IPv4 prefix"
msgstr ""
@@ -1355,22 +1379,22 @@ msgid "IPv4 prefix length"
msgstr ""
msgid "IPv4-Address"
-msgstr ""
+msgstr "IPv4-Adress"
msgid "IPv4-in-IPv4 (RFC2003)"
-msgstr ""
+msgstr "IPv4-i-IPv4 (RFC2003)"
msgid "IPv6"
-msgstr ""
+msgstr "IPv6"
msgid "IPv6 Firewall"
-msgstr ""
+msgstr "IPv6-brandvägg"
msgid "IPv6 Neighbours"
-msgstr ""
+msgstr "IPV6-grannar"
msgid "IPv6 Settings"
-msgstr ""
+msgstr "IPv6-inställningar"
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -1379,7 +1403,7 @@ msgid "IPv6 WAN Status"
msgstr ""
msgid "IPv6 address"
-msgstr ""
+msgstr "IPv6-adress"
msgid "IPv6 address delegated to the local tunnel endpoint (optional)"
msgstr ""
@@ -1391,10 +1415,10 @@ msgid "IPv6 assignment length"
msgstr ""
msgid "IPv6 gateway"
-msgstr ""
+msgstr "IPv6-gateway"
msgid "IPv6 only"
-msgstr ""
+msgstr "Endast IPv6"
msgid "IPv6 prefix"
msgstr ""
@@ -1409,24 +1433,24 @@ msgid "IPv6 suffix"
msgstr ""
msgid "IPv6-Address"
-msgstr ""
+msgstr "IPv6-adress"
msgid "IPv6-PD"
msgstr ""
msgid "IPv6-in-IPv4 (RFC4213)"
-msgstr ""
+msgstr "IPv6-i-IPv4 (RFC4213)"
msgid "IPv6-over-IPv4 (6rd)"
-msgstr ""
+msgstr "IPv6-över-IPv4 (6rd)"
msgid "IPv6-over-IPv4 (6to4)"
-msgstr ""
+msgstr "IPv6-över-IPv4 (6till4)"
msgid "Identity"
-msgstr ""
+msgstr "Identitet"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
@@ -1456,19 +1480,19 @@ msgid ""
msgstr ""
msgid "Ignore <code>/etc/hosts</code>"
-msgstr ""
+msgstr "Ignorera <code>/etc/hosts</code>"
msgid "Ignore interface"
-msgstr ""
+msgstr "Ignorera gränssnitt"
msgid "Ignore resolve file"
-msgstr ""
+msgstr "Ignorera resolv-fil"
msgid "Image"
-msgstr ""
+msgstr "Bild"
msgid "In"
-msgstr ""
+msgstr "I"
msgid ""
"In order to prevent unauthorized access to the system, your request has been "
@@ -1479,73 +1503,73 @@ msgid "Inactivity timeout"
msgstr ""
msgid "Inbound:"
-msgstr ""
+msgstr "Ankommande"
msgid "Info"
-msgstr ""
+msgstr "Info"
msgid "Initscript"
-msgstr ""
+msgstr "Initskript"
msgid "Initscripts"
-msgstr ""
+msgstr "Initskripten"
msgid "Install"
-msgstr ""
+msgstr "Installera"
msgid "Install iputils-traceroute6 for IPv6 traceroute"
-msgstr ""
+msgstr "Installera iputils-traceroute6 för IPv6-traceroute"
msgid "Install package %q"
-msgstr ""
+msgstr "Installera paketet %q"
msgid "Install protocol extensions..."
-msgstr ""
+msgstr "Installera protokoll-förlängningar..."
msgid "Installed packages"
-msgstr ""
+msgstr "Installerade paket"
msgid "Interface"
-msgstr ""
+msgstr "Gränssnitt"
msgid "Interface %q device auto-migrated from %q to %q."
msgstr ""
msgid "Interface Configuration"
-msgstr ""
+msgstr "Konfiguration av gränssnitt"
msgid "Interface Overview"
-msgstr ""
+msgstr "Överblick av gränssnitt"
msgid "Interface is reconnecting..."
-msgstr ""
+msgstr "Gränssnittet återansluter..."
msgid "Interface is shutting down..."
-msgstr ""
+msgstr "Gränssnittet stänger ner..."
msgid "Interface name"
-msgstr ""
+msgstr "Gränssnittets namn"
msgid "Interface not present or not connected yet."
-msgstr ""
+msgstr "Gränssnittet är inte närvarande eller är inte anslutet än."
msgid "Interface reconnected"
-msgstr ""
+msgstr "Gränssnittet återanslöt"
msgid "Interface shut down"
-msgstr ""
+msgstr "Gränssnittet stängdes ner"
msgid "Interfaces"
-msgstr ""
+msgstr "Gränssnitten"
msgid "Internal"
-msgstr ""
+msgstr "Interna"
msgid "Internal Server Error"
-msgstr ""
+msgstr "Internt server-fel"
msgid "Invalid"
-msgstr ""
+msgstr "Ogiltig"
msgid "Invalid VLAN ID given! Only IDs between %d and %d are allowed."
msgstr ""
@@ -1554,10 +1578,10 @@ msgid "Invalid VLAN ID given! Only unique IDs are allowed"
msgstr ""
msgid "Invalid username and/or password! Please try again."
-msgstr ""
+msgstr "Ogiltigt användarnamn och/eller lösenord! Vänligen försök igen."
msgid "Isolate Clients"
-msgstr ""
+msgstr "Isolera klienter"
msgid ""
"It appears that you are trying to flash an image that does not fit into the "
@@ -1565,40 +1589,40 @@ msgid ""
msgstr ""
msgid "JavaScript required!"
-msgstr ""
+msgstr "JavaScript krävs!"
msgid "Join Network"
-msgstr ""
+msgstr "Anslut till nätverk"
msgid "Join Network: Wireless Scan"
-msgstr ""
+msgstr "Anslut till nätverk: Trådlös skanning"
msgid "Joining Network: %q"
-msgstr ""
+msgstr "Ansluter till nätverk: %q"
msgid "Keep settings"
-msgstr ""
+msgstr "Behåll inställningar"
msgid "Kernel Log"
-msgstr ""
+msgstr "Kernel-logg"
msgid "Kernel Version"
-msgstr ""
+msgstr "Kernel-version"
msgid "Key"
-msgstr ""
+msgstr "Nyckel"
msgid "Key #%d"
-msgstr ""
+msgstr "Nyckel #%d"
msgid "Kill"
-msgstr ""
+msgstr "Döda"
msgid "L2TP"
-msgstr ""
+msgstr "L2TP"
msgid "L2TP Server"
-msgstr ""
+msgstr "L2TP-server"
msgid "LCP echo failure threshold"
msgstr ""
@@ -1607,46 +1631,46 @@ msgid "LCP echo interval"
msgstr ""
msgid "LLC"
-msgstr ""
+msgstr "LLC"
msgid "Label"
-msgstr ""
+msgstr "Märke"
msgid "Language"
-msgstr ""
+msgstr "Språk"
msgid "Language and Style"
-msgstr ""
+msgstr "Språk och Stil"
msgid "Latency"
-msgstr ""
+msgstr "Latens"
msgid "Leaf"
-msgstr ""
+msgstr "Löv"
msgid "Lease time"
-msgstr ""
+msgstr "Kontraktstid"
msgid "Lease validity time"
-msgstr ""
+msgstr "Giltighetstid för kontrakt"
msgid "Leasefile"
-msgstr ""
+msgstr "Kontraktsfil"
msgid "Leasetime remaining"
-msgstr ""
+msgstr "Återstående kontraktstid"
msgid "Leave empty to autodetect"
-msgstr ""
+msgstr "Lämna tom för att upptäcka automatiskt"
msgid "Leave empty to use the current WAN address"
-msgstr ""
+msgstr "Lämna tom för att använda den nuvarande WAN-adressen"
msgid "Legend:"
msgstr ""
msgid "Limit"
-msgstr ""
+msgstr "Begränsa"
msgid "Limit DNS service to subnets interfaces on which we are serving DNS."
msgstr ""
@@ -1667,7 +1691,7 @@ msgid "Line Uptime"
msgstr ""
msgid "Link On"
-msgstr ""
+msgstr "Länk På"
msgid ""
"List of <abbr title=\"Domain Name System\">DNS</abbr> servers to forward "
@@ -1691,7 +1715,7 @@ msgid ""
msgstr ""
msgid "List of SSH key files for auth"
-msgstr ""
+msgstr "Lista över SSH-nyckelfiler för auth"
msgid "List of domains to allow RFC1918 responses for"
msgstr ""
@@ -1703,43 +1727,44 @@ msgid "Listen Interfaces"
msgstr ""
msgid "Listen Port"
-msgstr ""
+msgstr "Lyssningsportar"
msgid "Listen only on the given interface or, if unspecified, on all"
msgstr ""
+"Lyssna endast på det angivna gränssnittet eller, om o-specificerat på alla"
msgid "Listening port for inbound DNS queries"
-msgstr ""
+msgstr "Lyssningsportar för ankommande DNS-förfrågningar"
msgid "Load"
-msgstr ""
+msgstr "Belastning"
msgid "Load Average"
-msgstr ""
+msgstr "Snitt-belastning"
msgid "Loading"
-msgstr ""
+msgstr "Laddar"
msgid "Local IP address to assign"
msgstr ""
msgid "Local IPv4 address"
-msgstr ""
+msgstr "Lokal IPv4-adress"
msgid "Local IPv6 address"
-msgstr ""
+msgstr "Lokal IPv6-adress"
msgid "Local Service Only"
-msgstr ""
+msgstr "Enbart lokal tjänst"
msgid "Local Startup"
-msgstr ""
+msgstr "Lokal uppstart"
msgid "Local Time"
-msgstr ""
+msgstr "Lokal tid"
msgid "Local domain"
-msgstr ""
+msgstr "Lokal domän"
msgid ""
"Local domain specification. Names matching this domain are never forwarded "
@@ -1750,7 +1775,7 @@ msgid "Local domain suffix appended to DHCP names and hosts file entries"
msgstr ""
msgid "Local server"
-msgstr ""
+msgstr "Lokal server"
msgid ""
"Localise hostname depending on the requesting subnet if multiple IPs are "
@@ -1758,10 +1783,10 @@ msgid ""
msgstr ""
msgid "Localise queries"
-msgstr ""
+msgstr "Lokalisera förfrågningar"
msgid "Locked to channel %s used by: %s"
-msgstr ""
+msgstr "Låst till kanalen %s som används av: %s"
msgid "Log output level"
msgstr ""
@@ -1773,10 +1798,10 @@ msgid "Logging"
msgstr ""
msgid "Login"
-msgstr ""
+msgstr "Logga in"
msgid "Logout"
-msgstr ""
+msgstr "Logga ut"
msgid "Loss of Signal Seconds (LOSS)"
msgstr ""
@@ -1785,31 +1810,31 @@ msgid "Lowest leased address as offset from the network address."
msgstr ""
msgid "MAC-Address"
-msgstr ""
+msgstr "MAC-adress"
msgid "MAC-Address Filter"
-msgstr ""
+msgstr "Filter för MAC-adress"
msgid "MAC-Filter"
-msgstr ""
+msgstr "MAC-filter"
msgid "MAC-List"
-msgstr ""
+msgstr "MAC-lista"
msgid "MAP / LW4over6"
-msgstr ""
+msgstr "MAP / LW4över6"
msgid "MB/s"
-msgstr ""
+msgstr "MB/s"
msgid "MD5"
-msgstr ""
+msgstr "MD5"
msgid "MHz"
-msgstr ""
+msgstr "MHz"
msgid "MTU"
-msgstr ""
+msgstr "MTU"
msgid ""
"Make sure to clone the root filesystem using something like the commands "
@@ -1817,7 +1842,7 @@ msgid ""
msgstr ""
msgid "Manual"
-msgstr ""
+msgstr "Manuell"
msgid "Max. Attainable Data Rate (ATTNDR)"
msgstr ""
@@ -1846,16 +1871,16 @@ msgid "Maximum number of leased addresses."
msgstr ""
msgid "Mbit/s"
-msgstr ""
+msgstr "Mbit/s"
msgid "Memory"
-msgstr ""
+msgstr "Minne"
msgid "Memory usage (%)"
-msgstr ""
+msgstr "Minnesanvändning (%)"
msgid "Metric"
-msgstr ""
+msgstr "Metrisk"
msgid "Minimum hold time"
msgstr ""
@@ -1873,28 +1898,28 @@ msgid "Mobility Domain"
msgstr ""
msgid "Mode"
-msgstr ""
+msgstr "Läge"
msgid "Model"
-msgstr ""
+msgstr "Modell"
msgid "Modem device"
-msgstr ""
+msgstr "Modem-enhet"
msgid "Modem init timeout"
msgstr ""
msgid "Monitor"
-msgstr ""
+msgstr "Övervaka"
msgid "Mount Entry"
msgstr ""
msgid "Mount Point"
-msgstr ""
+msgstr "Monteringspunkt"
msgid "Mount Points"
-msgstr ""
+msgstr "Monteringspunkter"
msgid "Mount Points - Mount Entry"
msgstr ""
@@ -1911,124 +1936,124 @@ msgid "Mount filesystems not specifically configured"
msgstr ""
msgid "Mount options"
-msgstr ""
+msgstr "Monteringsalternativ"
msgid "Mount point"
-msgstr ""
+msgstr "Monteringspunkt"
msgid "Mount swap not specifically configured"
msgstr ""
msgid "Mounted file systems"
-msgstr ""
+msgstr "Monterade filsystem"
msgid "Move down"
-msgstr ""
+msgstr "Flytta ner"
msgid "Move up"
-msgstr ""
+msgstr "Flytta upp"
msgid "Multicast address"
msgstr ""
msgid "NAS ID"
-msgstr ""
+msgstr "NAS-ID"
msgid "NAT-T Mode"
-msgstr ""
+msgstr "NAT-T-läge"
msgid "NAT64 Prefix"
msgstr ""
msgid "NCM"
-msgstr ""
+msgstr "NCM"
msgid "NDP-Proxy"
msgstr ""
msgid "NT Domain"
-msgstr ""
+msgstr "NT-domän"
msgid "NTP server candidates"
-msgstr ""
+msgstr "NTP-serverkandidater"
msgid "NTP sync time-out"
msgstr ""
msgid "Name"
-msgstr ""
+msgstr "Namn"
msgid "Name of the new interface"
-msgstr ""
+msgstr "Namn på det nya gränssnittet"
msgid "Name of the new network"
-msgstr ""
+msgstr "Namnet på det nya nätverket"
msgid "Navigation"
-msgstr ""
+msgstr "Navigering"
msgid "Netmask"
-msgstr ""
+msgstr "Nätmask"
msgid "Network"
-msgstr ""
+msgstr "Nätverk"
msgid "Network Utilities"
-msgstr ""
+msgstr "Nätverksverktyg"
msgid "Network boot image"
-msgstr ""
+msgstr "Uppstartsbild för nätverket"
msgid "Network without interfaces."
-msgstr ""
+msgstr "Nätverk utan gränssnitt"
msgid "Next »"
-msgstr ""
+msgstr "Nästa »"
msgid "No DHCP Server configured for this interface"
-msgstr ""
+msgstr "Det finns ingen DHCP-server inställd för det här gränssnittet"
msgid "No NAT-T"
-msgstr ""
+msgstr "Ingen NAT-T"
msgid "No chains in this table"
-msgstr ""
+msgstr "Inga kedjor i den här tabellen"
msgid "No files found"
-msgstr ""
+msgstr "Inga filer hittades"
msgid "No information available"
-msgstr ""
+msgstr "Ingen information tillgänglig"
msgid "No negative cache"
-msgstr ""
+msgstr "Ingen negativ cache"
msgid "No network configured on this device"
-msgstr ""
+msgstr "Det finns inget nätverk inställt på den här enheten"
msgid "No network name specified"
-msgstr ""
+msgstr "Inget nätverksnamn angavs"
msgid "No package lists available"
-msgstr ""
+msgstr "Ingen paketlista tillgänglig"
msgid "No password set!"
-msgstr ""
+msgstr "Inget lösenord inställt!"
msgid "No rules in this chain"
-msgstr ""
+msgstr "Inga regler i den här kedjan"
msgid "No zone assigned"
msgstr ""
msgid "Noise"
-msgstr ""
+msgstr "Buller"
msgid "Noise Margin (SNR)"
msgstr ""
msgid "Noise:"
-msgstr ""
+msgstr "Buller:"
msgid "Non Pre-emtive CRC errors (CRC_P)"
msgstr ""
@@ -2037,34 +2062,34 @@ msgid "Non-wildcard"
msgstr ""
msgid "None"
-msgstr ""
+msgstr "Ingen"
msgid "Normal"
-msgstr ""
+msgstr "Normal"
msgid "Not Found"
-msgstr ""
+msgstr "Hittades inte"
msgid "Not associated"
-msgstr ""
+msgstr "Inte associerad"
msgid "Not connected"
-msgstr ""
+msgstr "Inte ansluten"
msgid "Note: Configuration files will be erased."
-msgstr ""
+msgstr "Notera: Konfigurationsfiler kommer att raderas."
msgid "Note: interface name length"
-msgstr ""
+msgstr "Notera: längden på gränssnittets namn"
msgid "Notice"
-msgstr ""
+msgstr "Avisering"
msgid "Nslookup"
-msgstr ""
+msgstr "Nslookup"
msgid "OK"
-msgstr ""
+msgstr "OK"
msgid "OPKG-Configuration"
msgstr ""
@@ -2091,34 +2116,34 @@ msgid "On-State Delay"
msgstr ""
msgid "One of hostname or mac address must be specified!"
-msgstr ""
+msgstr "En utav värdnamn eller MAC-adress måste anges!"
msgid "One or more fields contain invalid values!"
-msgstr ""
+msgstr "En eller fler fält innehåller ogiltiga värden!"
msgid "One or more invalid/required values on tab"
msgstr ""
msgid "One or more required fields have no value!"
-msgstr ""
+msgstr "En eller fler fält som krävs har inget värde!"
msgid "Open list..."
-msgstr ""
+msgstr "Öppna lista..."
msgid "OpenConnect (CISCO AnyConnect)"
-msgstr ""
+msgstr "OpenConnect (CISCO AnyConnect)"
msgid "Operating frequency"
msgstr ""
msgid "Option changed"
-msgstr ""
+msgstr "Alternativet ändrades"
msgid "Option removed"
-msgstr ""
+msgstr "Alternativet togs bort"
msgid "Optional"
-msgstr ""
+msgstr "Valfri"
msgid "Optional, specify to override default server (tic.sixxs.net)"
msgstr ""
@@ -2166,16 +2191,16 @@ msgid "Optional. UDP port used for outgoing and incoming packets."
msgstr ""
msgid "Options"
-msgstr ""
+msgstr "Alternativ"
msgid "Other:"
-msgstr ""
+msgstr "Andra:"
msgid "Out"
-msgstr ""
+msgstr "Ut"
msgid "Outbound:"
-msgstr ""
+msgstr "Utgående"
msgid "Output Interface"
msgstr ""
@@ -2207,43 +2232,43 @@ msgid "Override the table used for internal routes"
msgstr ""
msgid "Overview"
-msgstr ""
+msgstr "Överblick"
msgid "Owner"
-msgstr ""
+msgstr "Ägare"
msgid "PAP/CHAP password"
-msgstr ""
+msgstr "PAP/CHAP-lösenord"
msgid "PAP/CHAP username"
-msgstr ""
+msgstr "PAP/CHAP-användarnamn"
msgid "PID"
-msgstr ""
+msgstr "PID"
msgid "PIN"
-msgstr ""
+msgstr "PIN-kod"
msgid "PMK R1 Push"
msgstr ""
msgid "PPP"
-msgstr ""
+msgstr "PPP"
msgid "PPPoA Encapsulation"
msgstr ""
msgid "PPPoATM"
-msgstr ""
+msgstr "PPPoATM"
msgid "PPPoE"
-msgstr ""
+msgstr "PPPoE"
msgid "PPPoSSH"
-msgstr ""
+msgstr "PPPoSSH"
msgid "PPtP"
-msgstr ""
+msgstr "PPtP"
msgid "PSID offset"
msgstr ""
@@ -2255,58 +2280,58 @@ msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
msgid "Package libiwinfo required!"
-msgstr ""
+msgstr "Paketet libiwinfo krävs!"
msgid "Package lists are older than 24 hours"
-msgstr ""
+msgstr "Paket-listor är äldre än 24 timmar"
msgid "Package name"
-msgstr ""
+msgstr "Paketnamn"
msgid "Packets"
-msgstr ""
+msgstr "Paket"
msgid "Part of zone %q"
-msgstr ""
+msgstr "Del av zon %q"
msgid "Password"
-msgstr ""
+msgstr "Lösenord"
msgid "Password authentication"
-msgstr ""
+msgstr "Lösenordsautentisering"
msgid "Password of Private Key"
-msgstr ""
+msgstr "Den privata nyckelns lösenord"
msgid "Password of inner Private Key"
-msgstr ""
+msgstr "Lösenordet för den inre privata nyckeln"
msgid "Password successfully changed!"
-msgstr ""
+msgstr "Ändring av lösenordet lyckades!"
msgid "Password2"
-msgstr ""
+msgstr "Lösenord2"
msgid "Path to CA-Certificate"
-msgstr ""
+msgstr "Genväg till CA-certifikat"
msgid "Path to Client-Certificate"
-msgstr ""
+msgstr "Genväg till klient-certifikat"
msgid "Path to Private Key"
-msgstr ""
+msgstr "Genväg till privat nyckel"
msgid "Path to executable which handles the button event"
msgstr ""
msgid "Path to inner CA-Certificate"
-msgstr ""
+msgstr "Genväg till det inre CA-certifikatet"
msgid "Path to inner Client-Certificate"
-msgstr ""
+msgstr "Genväg till det inre klient-certifikatet"
msgid "Path to inner Private Key"
-msgstr ""
+msgstr "Genväg till den inre privata nyckeln"
msgid "Peak:"
msgstr ""
@@ -2321,10 +2346,10 @@ msgid "Perfect Forward Secrecy"
msgstr ""
msgid "Perform reboot"
-msgstr ""
+msgstr "Utför omstart"
msgid "Perform reset"
-msgstr ""
+msgstr "Utför återställning"
msgid "Persistent Keep Alive"
msgstr ""
@@ -2333,25 +2358,25 @@ msgid "Phy Rate:"
msgstr ""
msgid "Physical Settings"
-msgstr ""
+msgstr "Fysiska inställningar"
msgid "Ping"
-msgstr ""
+msgstr "Ping"
msgid "Pkts."
-msgstr ""
+msgstr "Pkt."
msgid "Please enter your username and password."
-msgstr ""
+msgstr "Vänligen ange ditt användarnamn och lösenord."
msgid "Policy"
msgstr ""
msgid "Port"
-msgstr ""
+msgstr "Port"
msgid "Port status:"
-msgstr ""
+msgstr "Port-status:"
msgid "Power Management Mode"
msgstr ""
@@ -2360,10 +2385,10 @@ msgid "Pre-emtive CRC errors (CRCP_P)"
msgstr ""
msgid "Prefer LTE"
-msgstr ""
+msgstr "Föredra LTE"
msgid "Prefer UMTS"
-msgstr ""
+msgstr "Föredra UMTS"
msgid "Prefix Delegated"
msgstr ""
@@ -2377,40 +2402,40 @@ msgid ""
msgstr ""
msgid "Prevent listening on these interfaces."
-msgstr ""
+msgstr "Förhindra lyssning på dessa gränssnitt."
msgid "Prevents client-to-client communication"
-msgstr ""
+msgstr "Förhindrar kommunikation klient-till-klient"
msgid "Prism2/2.5/3 802.11b Wireless Controller"
msgstr ""
msgid "Private Key"
-msgstr ""
+msgstr "Privat nyckel"
msgid "Proceed"
-msgstr ""
+msgstr "Fortsätt"
msgid "Processes"
-msgstr ""
+msgstr "Processer"
msgid "Profile"
-msgstr ""
+msgstr "Profil"
msgid "Prot."
-msgstr ""
+msgstr "Prot."
msgid "Protocol"
-msgstr ""
+msgstr "Protokoll"
msgid "Protocol family"
-msgstr ""
+msgstr "Protokoll-familj"
msgid "Protocol of the new interface"
-msgstr ""
+msgstr "Det nya gränssnittets protokoll"
msgid "Protocol support is not installed"
-msgstr ""
+msgstr "Stöd för protokoll är inte installerat"
msgid "Provide NTP server"
msgstr ""
@@ -2422,16 +2447,16 @@ msgid "Pseudo Ad-Hoc (ahdemo)"
msgstr ""
msgid "Public Key"
-msgstr ""
+msgstr "Publik nyckel"
msgid "Public prefix routed to this device for distribution to clients."
msgstr ""
msgid "QMI Cellular"
-msgstr ""
+msgstr "QMI-telefoni"
msgid "Quality"
-msgstr ""
+msgstr "Kvalité"
msgid "R0 Key Lifetime"
msgstr ""
@@ -2446,10 +2471,10 @@ msgid "RTS/CTS Threshold"
msgstr ""
msgid "RX"
-msgstr ""
+msgstr "RT"
msgid "RX Rate"
-msgstr ""
+msgstr "RX-hastighet"
msgid "RaLink 802.11%s Wireless Controller"
msgstr ""
@@ -2476,6 +2501,8 @@ msgid ""
"Read <code>/etc/ethers</code> to configure the <abbr title=\"Dynamic Host "
"Configuration Protocol\">DHCP</abbr>-Server"
msgstr ""
+"Läs <code>/etc/ethers</code> för att ställa in <abbr title=\"Dynamic Host "
+"Configuration Protocol\">DHCP</abbr>-servern"
msgid ""
"Really delete this interface? The deletion cannot be undone!\\nYou might "
@@ -2488,7 +2515,7 @@ msgid ""
msgstr ""
msgid "Really reset all changes?"
-msgstr ""
+msgstr "Verkligen återställa alla ändringar?"
msgid ""
"Really shut down network?\\nYou might lose access to this device if you are "
@@ -2501,22 +2528,22 @@ msgid ""
msgstr ""
msgid "Really switch protocol?"
-msgstr ""
+msgstr "Verkligen byta protokoll?"
msgid "Realtime Connections"
-msgstr ""
+msgstr "Anslutningar i realtid"
msgid "Realtime Graphs"
-msgstr ""
+msgstr "Realtidsgrafer"
msgid "Realtime Load"
msgstr ""
msgid "Realtime Traffic"
-msgstr ""
+msgstr "Trafik i realtid"
msgid "Realtime Wireless"
-msgstr ""
+msgstr "Trådlöst i realtid"
msgid "Reassociation Deadline"
msgstr ""
@@ -2525,43 +2552,43 @@ msgid "Rebind protection"
msgstr ""
msgid "Reboot"
-msgstr ""
+msgstr "Starta om"
msgid "Rebooting..."
-msgstr ""
+msgstr "Startar om..."
msgid "Reboots the operating system of your device"
-msgstr ""
+msgstr "Startar om din enhets operativsystem"
msgid "Receive"
-msgstr ""
+msgstr "Ta emot"
msgid "Receiver Antenna"
-msgstr ""
+msgstr "Mottagningsantenn"
msgid "Recommended. IP addresses of the WireGuard interface."
-msgstr ""
+msgstr "Rekommenderad. WireGuard-gränssnittets IP-adress"
msgid "Reconnect this interface"
-msgstr ""
+msgstr "Återanslut det här gränssnittet"
msgid "Reconnecting interface"
-msgstr ""
+msgstr "Återansluter gränssnittet"
msgid "References"
-msgstr ""
+msgstr "Referens"
msgid "Relay"
-msgstr ""
+msgstr "Relä"
msgid "Relay Bridge"
-msgstr ""
+msgstr "Relä-brygga"
msgid "Relay between networks"
-msgstr ""
+msgstr "Relä mellan nätverk"
msgid "Relay bridge"
-msgstr ""
+msgstr "Relä-brygga"
msgid "Remote IPv4 address"
msgstr ""
@@ -2570,16 +2597,16 @@ msgid "Remote IPv4 address or FQDN"
msgstr ""
msgid "Remove"
-msgstr ""
+msgstr "Ta bort"
msgid "Repeat scan"
-msgstr ""
+msgstr "Repetera skanning"
msgid "Replace entry"
msgstr ""
msgid "Replace wireless configuration"
-msgstr ""
+msgstr "Ersätt trådlös konfiguration"
msgid "Request IPv6-address"
msgstr ""
@@ -2588,10 +2615,10 @@ msgid "Request IPv6-prefix of length"
msgstr ""
msgid "Require TLS"
-msgstr ""
+msgstr "Kräv TLS"
msgid "Required"
-msgstr ""
+msgstr "Krävs!"
msgid "Required for certain ISPs, e.g. Charter with DOCSIS 3"
msgstr ""
@@ -2619,49 +2646,49 @@ msgid ""
msgstr ""
msgid "Reset"
-msgstr ""
+msgstr "Återställ"
msgid "Reset Counters"
-msgstr ""
+msgstr "Återställ räknare"
msgid "Reset to defaults"
-msgstr ""
+msgstr "Återställ till standard"
msgid "Resolv and Hosts Files"
-msgstr ""
+msgstr "Resolv och Värd-filer"
msgid "Resolve file"
-msgstr ""
+msgstr "Resolv-fil"
msgid "Restart"
-msgstr ""
+msgstr "Starta om"
msgid "Restart Firewall"
-msgstr ""
+msgstr "Starta om brandvägg"
msgid "Restore backup"
-msgstr ""
+msgstr "Återställ säkerhetskopian"
msgid "Reveal/hide password"
-msgstr ""
+msgstr "Visa/göm lösenord"
msgid "Revert"
-msgstr ""
+msgstr "Återgå"
msgid "Root"
-msgstr ""
+msgstr "Root"
msgid "Root directory for files served via TFTP"
-msgstr ""
+msgstr "Root-mappen för filer som skickas via TFTP"
msgid "Root preparation"
-msgstr ""
+msgstr "Root-förberedelse"
msgid "Route Allowed IPs"
msgstr ""
msgid "Route type"
-msgstr ""
+msgstr "Typ av rutt"
msgid "Routed IPv6 prefix for downstream interfaces"
msgstr ""
@@ -2670,10 +2697,10 @@ msgid "Router Advertisement-Service"
msgstr ""
msgid "Router Password"
-msgstr ""
+msgstr "Router-lösenord"
msgid "Routes"
-msgstr ""
+msgstr "Rutter"
msgid ""
"Routes specify over which interface and gateway a certain host or network "
@@ -2681,13 +2708,13 @@ msgid ""
msgstr ""
msgid "Run a filesystem check before mounting the device"
-msgstr ""
+msgstr "Kör en filsystemskontroll innan enheten monteras"
msgid "Run filesystem check"
-msgstr ""
+msgstr "Kör filsystemskontrollen"
msgid "SHA256"
-msgstr ""
+msgstr "SHA256"
msgid ""
"SIXXS supports TIC only, for static tunnels using IP protocol 41 (RFC4213) "
@@ -2698,46 +2725,46 @@ msgid "SIXXS-handle[/Tunnel-ID]"
msgstr ""
msgid "SNR"
-msgstr ""
+msgstr "SNR"
msgid "SSH Access"
-msgstr ""
+msgstr "SSH-åtkomst"
msgid "SSH server address"
-msgstr ""
+msgstr "SSH-serverns adress"
msgid "SSH server port"
-msgstr ""
+msgstr "SSH-serverns port"
msgid "SSH username"
-msgstr ""
+msgstr "Användarnamn för SSH"
msgid "SSH-Keys"
-msgstr ""
+msgstr "SSH-nycklar"
msgid "SSID"
-msgstr ""
+msgstr "SSID"
msgid "Save"
-msgstr ""
+msgstr "Spara"
msgid "Save & Apply"
-msgstr ""
+msgstr "Spara och Verkställ"
msgid "Save &#38; Apply"
-msgstr ""
+msgstr "Spara &#38; Verkställ"
msgid "Scan"
-msgstr ""
+msgstr "Skanna"
msgid "Scheduled Tasks"
-msgstr ""
+msgstr "Schemalagda uppgifter"
msgid "Section added"
-msgstr ""
+msgstr "Sektionen lades till"
msgid "Section removed"
-msgstr ""
+msgstr "Sektionen togs bort"
msgid "See \"mount\" manpage for details"
msgstr ""
@@ -2748,13 +2775,13 @@ msgid ""
msgstr ""
msgid "Separate Clients"
-msgstr ""
+msgstr "Separera klienter"
msgid "Server Settings"
-msgstr ""
+msgstr "Inställningar för server"
msgid "Server password"
-msgstr ""
+msgstr "Lösenordet för servern"
msgid ""
"Server password, enter the specific password of the tunnel when the username "
@@ -2762,16 +2789,16 @@ msgid ""
msgstr ""
msgid "Server username"
-msgstr ""
+msgstr "Användarnamnet för servern"
msgid "Service Name"
-msgstr ""
+msgstr "Namn på tjänst"
msgid "Service Type"
-msgstr ""
+msgstr "Typ av tjänst"
msgid "Services"
-msgstr ""
+msgstr "Tjänster"
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
@@ -2779,10 +2806,10 @@ msgid ""
msgstr ""
msgid "Set up Time Synchronization"
-msgstr ""
+msgstr "Ställ in Tidssynkronisering"
msgid "Setup DHCP Server"
-msgstr ""
+msgstr "Ställ in DHCP-server"
msgid "Severely Errored Seconds (SES)"
msgstr ""
@@ -2794,52 +2821,52 @@ msgid "Show current backup file list"
msgstr ""
msgid "Shutdown this interface"
-msgstr ""
+msgstr "Stäng ner det här gränssnittet"
msgid "Shutdown this network"
-msgstr ""
+msgstr "Stäng ner det här nätverket"
msgid "Signal"
-msgstr ""
+msgstr "Signal"
msgid "Signal Attenuation (SATN)"
msgstr ""
msgid "Signal:"
-msgstr ""
+msgstr "Signal:"
msgid "Size"
-msgstr ""
+msgstr "Storlek"
msgid "Size (.ipk)"
-msgstr ""
+msgstr "Storlek (.ipk)"
msgid "Skip"
-msgstr ""
+msgstr "Hoppa över"
msgid "Skip to content"
-msgstr ""
+msgstr "Hoppa över till innehåll"
msgid "Skip to navigation"
-msgstr ""
+msgstr "Hoppa över till navigering"
msgid "Slot time"
msgstr ""
msgid "Software"
-msgstr ""
+msgstr "Mjukvara"
msgid "Software VLAN"
msgstr ""
msgid "Some fields are invalid, cannot save values!"
-msgstr ""
+msgstr "Några fält är ogiltiga, kan inte spara värden!"
msgid "Sorry, the object you requested was not found."
-msgstr ""
+msgstr "Tyvärr, objektet som du frågade efter kunde inte hittas."
msgid "Sorry, the server encountered an unexpected error."
-msgstr ""
+msgstr "Tyvärr, servern stötte på ett oväntat fel."
msgid ""
"Sorry, there is no sysupgrade support present; a new firmware image must be "
@@ -2848,10 +2875,10 @@ msgid ""
msgstr ""
msgid "Sort"
-msgstr ""
+msgstr "Sortera"
msgid "Source"
-msgstr ""
+msgstr "Källa"
msgid "Source routing"
msgstr ""
@@ -2863,7 +2890,7 @@ msgid "Specifies the directory the device is attached to"
msgstr ""
msgid "Specifies the listening port of this <em>Dropbear</em> instance"
-msgstr ""
+msgstr "Anger lyssningsporten för den här <em>Dropbear</em>-instansen"
msgid ""
"Specifies the maximum amount of failed ARP requests until hosts are presumed "
@@ -2876,7 +2903,7 @@ msgid ""
msgstr ""
msgid "Specify a TOS (Type of Service)."
-msgstr ""
+msgstr "Ange en TaT (Typ av Tjänst)."
msgid ""
"Specify a TTL (Time to Live) for the encapsulating packet other than the "
@@ -2889,7 +2916,7 @@ msgid ""
msgstr ""
msgid "Specify the secret encryption key here."
-msgstr ""
+msgstr "Ange den hemliga krypteringsnyckeln här."
msgid "Start"
msgstr ""
@@ -2901,19 +2928,19 @@ msgid "Startup"
msgstr ""
msgid "Static IPv4 Routes"
-msgstr ""
+msgstr "Statiska IPv4-rutter"
msgid "Static IPv6 Routes"
-msgstr ""
+msgstr "Statiska IPv6-rutter"
msgid "Static Leases"
msgstr ""
msgid "Static Routes"
-msgstr ""
+msgstr "Statiska rutter"
msgid "Static address"
-msgstr ""
+msgstr "Statiska adresser"
msgid ""
"Static leases are used to assign fixed IP addresses and symbolic hostnames "
@@ -2922,16 +2949,16 @@ msgid ""
msgstr ""
msgid "Status"
-msgstr ""
+msgstr "Status"
msgid "Stop"
msgstr ""
msgid "Strict order"
-msgstr ""
+msgstr "Strikt sortering"
msgid "Submit"
-msgstr ""
+msgstr "Skicka in"
msgid "Suppress logging"
msgstr ""
@@ -2940,71 +2967,71 @@ msgid "Suppress logging of the routine operation of these protocols"
msgstr ""
msgid "Swap"
-msgstr ""
+msgstr "Swap"
msgid "Swap Entry"
msgstr ""
msgid "Switch"
-msgstr ""
+msgstr "Byt"
msgid "Switch %q"
-msgstr ""
+msgstr "Byt %q"
msgid "Switch %q (%s)"
-msgstr ""
+msgstr "Byt %q (%s)"
msgid ""
"Switch %q has an unknown topology - the VLAN settings might not be accurate."
msgstr ""
msgid "Switch VLAN"
-msgstr ""
+msgstr "Byt VLAN"
msgid "Switch protocol"
-msgstr ""
+msgstr "Byt protokoll"
msgid "Sync with browser"
-msgstr ""
+msgstr "Synkronisera med webbläsare"
msgid "Synchronizing..."
-msgstr ""
+msgstr "Synkroniserar..."
msgid "System"
-msgstr ""
+msgstr "System"
msgid "System Log"
-msgstr ""
+msgstr "Systemlogg"
msgid "System Properties"
-msgstr ""
+msgstr "Systemets egenskaper"
msgid "System log buffer size"
msgstr ""
msgid "TCP:"
-msgstr ""
+msgstr "TCP:"
msgid "TFTP Settings"
-msgstr ""
+msgstr "Inställningar för TFTP"
msgid "TFTP server root"
-msgstr ""
+msgstr "Root för TFTP-server"
msgid "TX"
-msgstr ""
+msgstr "TX"
msgid "TX Rate"
-msgstr ""
+msgstr "TX-hastighet"
msgid "Table"
-msgstr ""
+msgstr "Tabell"
msgid "Target"
-msgstr ""
+msgstr "Mål"
msgid "Target network"
-msgstr ""
+msgstr "Målnätverk"
msgid "Terminate"
msgstr ""
@@ -3061,7 +3088,7 @@ msgid ""
msgstr ""
msgid "The following changes have been committed"
-msgstr ""
+msgstr "Följande ändringar har skickats in"
msgid "The following changes have been reverted"
msgstr ""
@@ -3070,7 +3097,7 @@ msgid "The following rules are currently active on this system."
msgstr ""
msgid "The given network name is not unique"
-msgstr ""
+msgstr "Det angivna nätverksnamnet är inte unikt"
msgid ""
"The hardware is not multi-SSID capable and the existing configuration will "
@@ -3126,16 +3153,16 @@ msgid ""
msgstr ""
msgid "There are no active leases."
-msgstr ""
+msgstr "Det finns inga aktiva kontrakt."
msgid "There are no pending changes to apply!"
-msgstr ""
+msgstr "Det finns inga pendlande ändringar att verkställa!"
msgid "There are no pending changes to revert!"
-msgstr ""
+msgstr "Det finns inga pendlande ändringar att återkalla"
msgid "There are no pending changes!"
-msgstr ""
+msgstr "Det finns inga pendlande ändringar!"
msgid ""
"There is no device assigned yet, please attach a network device in the "
@@ -3146,6 +3173,8 @@ msgid ""
"There is no password set on this router. Please configure a root password to "
"protect the web interface and enable SSH."
msgstr ""
+"Det finns inget lösenord inställt på den här routern. Vänligen ställ in ett "
+"root-lösenord för att skydda webbgränssnittet och för att aktivera SSH."
msgid "This IPv4 address of the relay"
msgstr ""
@@ -3211,39 +3240,41 @@ msgid "This section contains no values yet"
msgstr ""
msgid "Time Synchronization"
-msgstr ""
+msgstr "Synkronisering av tid"
msgid "Time Synchronization is not configured yet."
-msgstr ""
+msgstr "Synkronisering av tid är inte inställd än."
msgid "Timezone"
-msgstr ""
+msgstr "Tidszon"
msgid ""
"To restore configuration files, you can upload a previously generated backup "
"archive here."
msgstr ""
+"För att återställa konfigurationsfiler så kan du ladda upp ett tidigare "
+"genererat säkerhetskopierings arkiv här."
msgid "Tone"
-msgstr ""
+msgstr "Ton"
msgid "Total Available"
-msgstr ""
+msgstr "Totalt tillgängligt"
msgid "Traceroute"
-msgstr ""
+msgstr "Traceroute"
msgid "Traffic"
-msgstr ""
+msgstr "Trafik"
msgid "Transfer"
-msgstr ""
+msgstr "Överför"
msgid "Transmission Rate"
-msgstr ""
+msgstr "Överföringshastighet"
msgid "Transmit"
-msgstr ""
+msgstr "Överför"
msgid "Transmit Power"
msgstr ""
@@ -3258,13 +3289,13 @@ msgid "Trigger Mode"
msgstr ""
msgid "Tunnel ID"
-msgstr ""
+msgstr "Tunnel-ID"
msgid "Tunnel Interface"
-msgstr ""
+msgstr "Tunnelgränssnitt"
msgid "Tunnel Link"
-msgstr ""
+msgstr "Tunnel-länk"
msgid "Tunnel broker protocol"
msgstr ""
@@ -3273,58 +3304,58 @@ msgid "Tunnel setup server"
msgstr ""
msgid "Tunnel type"
-msgstr ""
+msgstr "Tunnel-typ"
msgid "Tx-Power"
msgstr ""
msgid "Type"
-msgstr ""
+msgstr "Typ"
msgid "UDP:"
-msgstr ""
+msgstr "UDP:"
msgid "UMTS only"
-msgstr ""
+msgstr "Endast UMTS"
msgid "UMTS/GPRS/EV-DO"
-msgstr ""
+msgstr "UMTS/GPRS/EV-DO"
msgid "USB Device"
-msgstr ""
+msgstr "USB-enhet"
msgid "USB Ports"
-msgstr ""
+msgstr "USB-portar"
msgid "UUID"
-msgstr ""
+msgstr "UUID"
msgid "Unable to dispatch"
-msgstr ""
+msgstr "Det går inte att skicka"
msgid "Unavailable Seconds (UAS)"
-msgstr ""
+msgstr "Otillgängliga Sekunder (UAS)"
msgid "Unknown"
-msgstr ""
+msgstr "Okänd"
msgid "Unknown Error, password not changed!"
-msgstr ""
+msgstr "Okänt fel, lösenordet ändrades inte!"
msgid "Unmanaged"
msgstr ""
msgid "Unmount"
-msgstr ""
+msgstr "Avmontera"
msgid "Unsaved Changes"
-msgstr ""
+msgstr "Osparade ändringar"
msgid "Unsupported protocol type."
-msgstr ""
+msgstr "Protokolltypen stöds inte."
msgid "Update lists"
-msgstr ""
+msgstr "Uppdatera listor"
msgid ""
"Upload a sysupgrade-compatible image here to replace the running firmware. "
@@ -3333,19 +3364,19 @@ msgid ""
msgstr ""
msgid "Upload archive..."
-msgstr ""
+msgstr "Ladda upp arkiv..."
msgid "Uploaded File"
-msgstr ""
+msgstr "Laddade upp fil"
msgid "Uptime"
-msgstr ""
+msgstr "Upptid"
msgid "Use <code>/etc/ethers</code>"
-msgstr ""
+msgstr "Använd <code>/etc/ethers</code>"
msgid "Use DHCP gateway"
-msgstr ""
+msgstr "Använd DHCP-gateway"
msgid "Use DNS servers advertised by peer"
msgstr ""
@@ -3363,7 +3394,7 @@ msgid "Use as external overlay (/overlay)"
msgstr ""
msgid "Use as root filesystem (/)"
-msgstr ""
+msgstr "Använd som root-filsystem (/)"
msgid "Use broadcast flag"
msgstr ""
@@ -3372,10 +3403,10 @@ msgid "Use builtin IPv6-management"
msgstr ""
msgid "Use custom DNS servers"
-msgstr ""
+msgstr "Använd anpassade DNS-servrar"
msgid "Use default gateway"
-msgstr ""
+msgstr "Använd standard-gateway"
msgid "Use gateway metric"
msgstr ""
@@ -3403,19 +3434,19 @@ msgid ""
msgstr ""
msgid "User certificate (PEM encoded)"
-msgstr ""
+msgstr "Användarcertifikat (PEM-krypterad)"
msgid "User key (PEM encoded)"
-msgstr ""
+msgstr "Användarnyckel (PEM-krypterad)"
msgid "Username"
-msgstr ""
+msgstr "Användarnamn"
msgid "VC-Mux"
-msgstr ""
+msgstr "VC-Mux"
msgid "VDSL"
-msgstr ""
+msgstr "VDSL"
msgid "VLANs on %q"
msgstr ""
@@ -3424,16 +3455,16 @@ msgid "VLANs on %q (%s)"
msgstr ""
msgid "VPN Local address"
-msgstr ""
+msgstr "Lokal adress för VPN"
msgid "VPN Local port"
-msgstr ""
+msgstr "Lokal port för VPN"
msgid "VPN Server"
-msgstr ""
+msgstr "VPN-server"
msgid "VPN Server port"
-msgstr ""
+msgstr "Port för VPN-server"
msgid "VPN Server's certificate SHA1 hash"
msgstr ""
@@ -3442,40 +3473,40 @@ msgid "VPNC (CISCO 3000 (and others) VPN)"
msgstr ""
msgid "Vendor"
-msgstr ""
+msgstr "Tillverkare"
msgid "Vendor Class to send when requesting DHCP"
msgstr ""
msgid "Verbose"
-msgstr ""
+msgstr "Utförlig"
msgid "Verbose logging by aiccu daemon"
msgstr ""
msgid "Verify"
-msgstr ""
+msgstr "Verkställ"
msgid "Version"
-msgstr ""
+msgstr "Version"
msgid "WDS"
-msgstr ""
+msgstr "WDS"
msgid "WEP Open System"
-msgstr ""
+msgstr "Öppet System WEP"
msgid "WEP Shared Key"
msgstr ""
msgid "WEP passphrase"
-msgstr ""
+msgstr "WEP-lösenordsfras"
msgid "WMM Mode"
-msgstr ""
+msgstr "WMM-läge"
msgid "WPA passphrase"
-msgstr ""
+msgstr "WPA-lösenordsfras"
msgid ""
"WPA-Encryption requires wpa_supplicant (for client mode) or hostapd (for AP "
@@ -3487,19 +3518,20 @@ msgid ""
msgstr ""
msgid "Waiting for changes to be applied..."
-msgstr ""
+msgstr "Väntar på att ändringarna ska tillämpas..."
msgid "Waiting for command to complete..."
-msgstr ""
+msgstr "Väntar på att kommandot ska avsluta..."
msgid "Waiting for device..."
-msgstr ""
+msgstr "Väntar på enheten..."
msgid "Warning"
-msgstr ""
+msgstr "Varning"
msgid "Warning: There are unsaved changes that will get lost on reboot!"
msgstr ""
+"Varning: Det finns osparade ändringar som kommer att förloras vid omstart!"
msgid "Whether to create an IPv6 default route over the tunnel"
msgstr ""
@@ -3508,49 +3540,49 @@ msgid "Whether to route only packets from delegated prefixes"
msgstr ""
msgid "Width"
-msgstr ""
+msgstr "Bredd"
msgid "WireGuard VPN"
msgstr ""
msgid "Wireless"
-msgstr ""
+msgstr "Trådlöst"
msgid "Wireless Adapter"
-msgstr ""
+msgstr "Trådlös adapter"
msgid "Wireless Network"
-msgstr ""
+msgstr "Trådlöst nätverk"
msgid "Wireless Overview"
-msgstr ""
+msgstr "Trådlös överblick"
msgid "Wireless Security"
-msgstr ""
+msgstr "Trådlös säkerhet"
msgid "Wireless is disabled or not associated"
-msgstr ""
+msgstr "Trådlöst är avstängt eller inte associerat"
msgid "Wireless is restarting..."
-msgstr ""
+msgstr "Trådlöst startar om..."
msgid "Wireless network is disabled"
-msgstr ""
+msgstr "Trådlöst nätverk är avstängt"
msgid "Wireless network is enabled"
-msgstr ""
+msgstr "Trådlöst nätverk är aktiverat"
msgid "Wireless restarted"
-msgstr ""
+msgstr "Trådlöst startade om"
msgid "Wireless shut down"
-msgstr ""
+msgstr "Trådlöst stängde ner"
msgid "Write received DNS requests to syslog"
-msgstr ""
+msgstr "Skriv mottagna DNS-förfrågningar till syslogg"
msgid "Write system log to file"
-msgstr ""
+msgstr "Skriv systemlogg till fil"
msgid ""
"You can enable or disable installed init scripts here. Changes will applied "
@@ -3561,42 +3593,47 @@ msgstr ""
msgid ""
"You must enable JavaScript in your browser or LuCI will not work properly."
msgstr ""
+"Du måste aktivera JavaScript i din webbläsare, annars kommer inte LuCi att "
+"fungera korrekt."
msgid ""
"Your Internet Explorer is too old to display this page correctly. Please "
"upgrade it to at least version 7 or use another browser like Firefox, Opera "
"or Safari."
msgstr ""
+"Din Internet Explorer är för gammal för att visa den här sidan korrekt. "
+"Vänligen uppgradera den till minst version 7 eller använd en annan "
+"webbläsare till exempel Firefox, Opera eller Safari."
msgid "any"
-msgstr ""
+msgstr "något"
msgid "auto"
-msgstr ""
+msgstr "auto"
msgid "baseT"
msgstr ""
msgid "bridged"
-msgstr ""
+msgstr "bryggad"
msgid "create:"
-msgstr ""
+msgstr "skapa:"
msgid "creates a bridge over specified interface(s)"
-msgstr ""
+msgstr "skapar en brygga över angivna gränssnitt(en)"
msgid "dB"
-msgstr ""
+msgstr "dB"
msgid "dBm"
-msgstr ""
+msgstr "dBm"
msgid "disable"
-msgstr ""
+msgstr "stäng ner"
msgid "disabled"
-msgstr ""
+msgstr "avstängd"
msgid "expired"
msgstr ""
@@ -3607,79 +3644,79 @@ msgid ""
msgstr ""
msgid "forward"
-msgstr ""
+msgstr "vidarebefordra"
msgid "full-duplex"
-msgstr ""
+msgstr "full-duplex"
msgid "half-duplex"
-msgstr ""
+msgstr "halv-duplex"
msgid "help"
-msgstr ""
+msgstr "hjälp"
msgid "hidden"
-msgstr ""
+msgstr "gömd"
msgid "hybrid mode"
-msgstr ""
+msgstr "hybrid-läge"
msgid "if target is a network"
-msgstr ""
+msgstr "om målet är ett nätverk"
msgid "input"
-msgstr ""
+msgstr "inmatning"
msgid "kB"
-msgstr ""
+msgstr "kB"
msgid "kB/s"
-msgstr ""
+msgstr "kB/s"
msgid "kbit/s"
-msgstr ""
+msgstr "kbit/s"
msgid "local <abbr title=\"Domain Name System\">DNS</abbr> file"
-msgstr ""
+msgstr "lokal <abbr title=\"Domain Name System\">DNS</abbr>-fil"
msgid "minimum 1280, maximum 1480"
msgstr ""
msgid "minutes"
-msgstr ""
+msgstr "minuter"
msgid "no"
-msgstr ""
+msgstr "nej"
msgid "no link"
-msgstr ""
+msgstr "ingen länk"
msgid "none"
msgstr ""
msgid "not present"
-msgstr ""
+msgstr "inte tillgängligt"
msgid "off"
-msgstr ""
+msgstr "av"
msgid "on"
-msgstr ""
+msgstr "på"
msgid "open"
-msgstr ""
+msgstr "öppen"
msgid "overlay"
msgstr ""
msgid "relay mode"
-msgstr ""
+msgstr "relä-läge"
msgid "routed"
msgstr ""
msgid "server mode"
-msgstr ""
+msgstr "server-läge"
msgid "stateful-only"
msgstr ""
@@ -3691,28 +3728,28 @@ msgid "stateless + stateful"
msgstr ""
msgid "tagged"
-msgstr ""
+msgstr "taggad"
msgid "time units (TUs / 1.024 ms) [1000-65535]"
msgstr ""
msgid "unknown"
-msgstr ""
+msgstr "okänd"
msgid "unlimited"
-msgstr ""
+msgstr "obegränsat"
msgid "unspecified"
-msgstr ""
+msgstr "ospecifierat"
msgid "unspecified -or- create:"
-msgstr ""
+msgstr "ospecifierat -eller- skapa:"
msgid "untagged"
-msgstr ""
+msgstr "otaggat"
msgid "yes"
-msgstr ""
+msgstr "ja"
msgid "« Back"
-msgstr ""
+msgstr "« Bakåt"
diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot
index 1aa1816c20..8cbae4f87d 100644
--- a/modules/luci-base/po/templates/base.pot
+++ b/modules/luci-base/po/templates/base.pot
@@ -619,6 +619,13 @@ msgstr ""
msgid "Common Configuration"
msgstr ""
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr ""
@@ -970,6 +977,9 @@ msgstr ""
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1413,7 +1423,7 @@ msgstr ""
msgid "Identity"
msgstr ""
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po
index 3c814cd30f..e6293212c4 100644
--- a/modules/luci-base/po/tr/base.po
+++ b/modules/luci-base/po/tr/base.po
@@ -639,6 +639,13 @@ msgstr ""
msgid "Common Configuration"
msgstr ""
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr ""
@@ -990,6 +997,9 @@ msgstr ""
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1433,7 +1443,7 @@ msgstr ""
msgid "Identity"
msgstr ""
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po
index 83e5501963..05bd03d584 100644
--- a/modules/luci-base/po/uk/base.po
+++ b/modules/luci-base/po/uk/base.po
@@ -677,6 +677,13 @@ msgstr "Команда"
msgid "Common Configuration"
msgstr "Загальна конфігурація"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Конфігурація"
@@ -1051,6 +1058,9 @@ msgstr "Увімкнути підтримку VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "Увімкнути learning та aging"
@@ -1502,7 +1512,7 @@ msgstr "IPv6 через IPv4 (6to4)"
msgid "Identity"
msgstr "Ідентичність"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po
index 7bd7868cf4..1a6cadc9f4 100644
--- a/modules/luci-base/po/vi/base.po
+++ b/modules/luci-base/po/vi/base.po
@@ -633,6 +633,13 @@ msgstr "Lệnh"
msgid "Common Configuration"
msgstr ""
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "Cấu hình"
@@ -995,6 +1002,9 @@ msgstr ""
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr ""
@@ -1440,7 +1450,7 @@ msgstr ""
msgid "Identity"
msgstr "Nhận dạng"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
diff --git a/modules/luci-base/po/zh-cn/base.po b/modules/luci-base/po/zh-cn/base.po
index 0ea00ff28d..7383166890 100644
--- a/modules/luci-base/po/zh-cn/base.po
+++ b/modules/luci-base/po/zh-cn/base.po
@@ -639,6 +639,13 @@ msgstr "命令"
msgid "Common Configuration"
msgstr "一般配置"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "配置"
@@ -1001,6 +1008,9 @@ msgstr "启用 VLAN"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr "启用 WPS 一键加密按钮,需要 WPA(2)-PSK"
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "启用智能交换学习"
@@ -1446,7 +1456,7 @@ msgstr "IPv6-over-IPv4 (6to4)"
msgid "Identity"
msgstr "鉴权"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr "选中以启用 1DES"
msgid "If checked, encryption is disabled"
@@ -1588,7 +1598,7 @@ msgstr "隔离客户端"
msgid ""
"It appears that you are trying to flash an image that does not fit into the "
"flash memory, please verify the image file!"
-msgstr "你尝试刷写的固件与本路由器不兼容,请重新验证固件文件。"
+msgstr "您尝试刷写的固件与本路由器不兼容,请重新验证固件文件。"
msgid "JavaScript required!"
msgstr "需要 JavaScript!"
@@ -2122,7 +2132,7 @@ msgid ""
"<samp>INTERFACE.VLANNR</samp> (<abbr title=\"for example\">e.g.</abbr>: "
"<samp>eth0.1</samp>)."
msgstr ""
-"在此页面,你可以配置网络接口。你可以勾选“桥接接口”,并输入由空格分隔的多个网"
+"在此页面,您可以配置网络接口。您可以勾选“桥接接口”,并输入由空格分隔的多个网"
"络接口的名称来桥接多个接口。接口名称中可以使用 <abbr title=\"Virtual Local "
"Area Network\">VLAN</abbr> 记号 <samp>INTERFACE.VLANNR</samp>(例如:"
"<samp>eth0.1</samp>)。"
@@ -2164,7 +2174,7 @@ msgid "Optional, specify to override default server (tic.sixxs.net)"
msgstr "可选,设置这个选项会覆盖默认服务器(tic.sixxs.net)"
msgid "Optional, use when the SIXXS account has more than one tunnel"
-msgstr "可选,如果你的 SIXXS 账号拥有一个以上的隧道请设置此项"
+msgstr "可选,如果您的 SIXXS 账号拥有一个以上的隧道请设置此项"
msgid ""
"Optional. 32-bit mark for outgoing encrypted packets. Enter value in hex, "
@@ -2545,14 +2555,14 @@ msgid ""
"Really shut down network?\\nYou might lose access to this device if you are "
"connected via this interface."
msgstr ""
-"确定要关闭此网络?\\n如果你正在使用此接口连接路由器,关闭此网络可能导致连接断"
+"确定要关闭此网络?\\n如果您正在使用此接口连接路由器,关闭此网络可能导致连接断"
"开!"
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
msgstr ""
-"确定要关闭接口 \"%s\"?\\n如果你正在使用此接口连接路由器,关闭此网络可能导致"
+"确定要关闭接口 \"%s\"?\\n如果您正在使用此接口连接路由器,关闭此网络可能导致"
"连接断开!"
msgid "Really switch protocol?"
@@ -3273,7 +3283,7 @@ msgstr "登录账户时填写的用户名"
msgid ""
"This is the prefix routed to you by the tunnel broker for use by clients"
-msgstr "这是隧道代理分配给你的路由前缀,供客户端使用"
+msgstr "这是隧道代理分配给您的路由前缀,供客户端使用"
msgid "This is the system crontab in which scheduled tasks can be defined."
msgstr "自定义系统 crontab 中的计划任务。"
@@ -3664,7 +3674,7 @@ msgid ""
"upgrade it to at least version 7 or use another browser like Firefox, Opera "
"or Safari."
msgstr ""
-"你的 IE 浏览器太老了,无法正常显示这个页面!请更新到 IE7 及以上或使用其他浏览"
+"您的 IE 浏览器太老了,无法正常显示这个页面!请更新到 IE7 及以上或使用其他浏览"
"器,例如:Chrome、Firefox、Opera、Safari。"
msgid "any"
diff --git a/modules/luci-base/po/zh-tw/base.po b/modules/luci-base/po/zh-tw/base.po
index 7b2792e61f..214e9cd79d 100644
--- a/modules/luci-base/po/zh-tw/base.po
+++ b/modules/luci-base/po/zh-tw/base.po
@@ -597,14 +597,14 @@ msgid ""
"fill out the <em>create</em> field to define a new zone and attach the "
"interface to it."
msgstr ""
-"選擇你要指定給這介面的防火牆區. 撿選<em>unspecified</em>以便從指定區域除這個"
+"選擇您要指定給這介面的防火牆區. 撿選<em>unspecified</em>以便從指定區域除這個"
"介面或者填寫<em>create</em>欄以便定義附加這個介面到一個新的區域上."
msgid ""
"Choose the network(s) you want to attach to this wireless interface or fill "
"out the <em>create</em> field to define a new network."
msgstr ""
-"選擇你要附加到無線網路介面的多個網路或者填寫<em>create</em> 以便定義一個新的"
+"選擇您要附加到無線網路介面的多個網路或者填寫<em>create</em> 以便定義一個新的"
"網路."
msgid "Cipher"
@@ -644,6 +644,13 @@ msgstr "指令"
msgid "Common Configuration"
msgstr "一般設定"
+msgid ""
+"Complicates key reinstallation attacks on the client side by disabling "
+"retransmission of EAPOL-Key frames that are used to install keys. This "
+"workaround might cause interoperability issues and reduced robustness of key "
+"negotiation especially in environments with heavy traffic load."
+msgstr ""
+
msgid "Configuration"
msgstr "設定"
@@ -1007,6 +1014,9 @@ msgstr "啟用VLAN功能"
msgid "Enable WPS pushbutton, requires WPA(2)-PSK"
msgstr ""
+msgid "Enable key reinstallation (KRACK) countermeasures"
+msgstr ""
+
msgid "Enable learning and aging"
msgstr "啟用智慧學習功能"
@@ -1451,7 +1461,7 @@ msgstr "IPv6凌駕IPv4外(6轉4)"
msgid "Identity"
msgstr "特性"
-msgid "If checked, 1DES is enaled"
+msgid "If checked, 1DES is enabled"
msgstr ""
msgid "If checked, encryption is disabled"
@@ -1479,7 +1489,7 @@ msgid ""
"slow process as the swap-device cannot be accessed with the high datarates "
"of the <abbr title=\"Random Access Memory\">RAM</abbr>."
msgstr ""
-"如果你的物理內存不足時,未使用的數據可以是暫時交換到導致更高的交換設備量的可用"
+"如果您的物理內存不足時,未使用的數據可以是暫時交換到導致更高的交換設備量的可用"
"<abbr title=\"Random Access Memory\">RAM</abbr>內.請注意,交換數據是一個非常"
"緩慢的過程,作為交換裝置不能用高數據速率訪問該<abbr title=\"Random Access "
"Memory\">RAM</縮寫>"
@@ -1592,7 +1602,7 @@ msgstr ""
msgid ""
"It appears that you are trying to flash an image that does not fit into the "
"flash memory, please verify the image file!"
-msgstr "它顯示你正嘗試更新不適用於這個flash記憶體的映像檔,請檢查確認這個映像檔"
+msgstr "它顯示您正嘗試更新不適用於這個flash記憶體的映像檔,請檢查確認這個映像檔"
msgid "JavaScript required!"
msgstr "需要Java腳本"
@@ -2117,8 +2127,8 @@ msgid ""
"<samp>INTERFACE.VLANNR</samp> (<abbr title=\"for example\">e.g.</abbr>: "
"<samp>eth0.1</samp>)."
msgstr ""
-"在這個頁面你可以設定網路介面. 只要點下這個\"介面群橋接\"而且打入數個以空格分"
-"開網路介面的名稱就可以橋接數個介面群. 你也可以使用<abbr title=\"Virtual "
+"在這個頁面您可以設定網路介面. 只要點下這個\"介面群橋接\"而且打入數個以空格分"
+"開網路介面的名稱就可以橋接數個介面群. 您也可以使用<abbr title=\"Virtual "
"Local Area Network\">VLAN</abbr> 符號<samp>INTERFACE.VLANNR</samp> (<abbr "
"title=\"for example\">例.如</abbr>: <samp>eth0.1</samp>)."
@@ -2377,7 +2387,7 @@ msgid "Pkts."
msgstr "封包數."
msgid "Please enter your username and password."
-msgstr "請輸入你的用戶名稱和密碼"
+msgstr "請輸入您的用戶名稱和密碼"
msgid "Policy"
msgstr "策略"
@@ -2519,14 +2529,14 @@ msgid ""
"lose access to this device if you are connected via this interface."
msgstr ""
"真的要刪除這介面?無法復元刪除!\n"
-"假如你要透過這個介面連線你可能會無法存取這個設備."
+"假如您要透過這個介面連線您可能會無法存取這個設備."
msgid ""
"Really delete this wireless network? The deletion cannot be undone!\\nYou "
"might lose access to this device if you are connected via this network."
msgstr ""
"真的要刪除這個無線網路?無法復元的刪除!\n"
-"假如你是透過這個網路連線你可能會無法存取這個設備."
+"假如您是透過這個網路連線您可能會無法存取這個設備."
msgid "Really reset all changes?"
msgstr "確定要重置回復原廠?"
@@ -2537,14 +2547,14 @@ msgid ""
"connected via this interface."
msgstr ""
"真的要刪除這個網路 ?\n"
-"假如你是透過這個介面連線你可能會無法存取這個設備."
+"假如您是透過這個介面連線您可能會無法存取這個設備."
msgid ""
"Really shutdown interface \"%s\" ?\\nYou might lose access to this device if "
"you are connected via this interface."
msgstr ""
"真的要關閉這個介面 \"%s\" ?!\n"
-"假如你要透過這個介面連線你可能會無法存取這個設備."
+"假如您要透過這個介面連線您可能會無法存取這個設備."
msgid "Really switch protocol?"
msgstr "確定要更換協定?"
@@ -2577,7 +2587,7 @@ msgid "Rebooting..."
msgstr "重開中..."
msgid "Reboots the operating system of your device"
-msgstr "重啟你設備的作業系統"
+msgstr "重啟您設備的作業系統"
msgid "Receive"
msgstr "接收"
@@ -2883,7 +2893,7 @@ msgid "Some fields are invalid, cannot save values!"
msgstr "有些欄位失效, 無法儲存數值!"
msgid "Sorry, the object you requested was not found."
-msgstr "抱歉, 你請求的這物件尚無發現."
+msgstr "抱歉, 您請求的這物件尚無發現."
msgid "Sorry, the server encountered an unexpected error."
msgstr "抱歉, 伺服器遭遇非預期的錯誤."
@@ -3077,7 +3087,7 @@ msgid ""
"The <em>libiwinfo-lua</em> package is not installed. You must install this "
"component for working wireless configuration!"
msgstr ""
-"這 <em>libiwinfo-lua</em> 軟體包尚未安裝. 你必須安裝這個元件以便無線網路設定"
+"這 <em>libiwinfo-lua</em> 軟體包尚未安裝. 您必須安裝這個元件以便無線網路設定"
"有作用."
msgid ""
@@ -3142,7 +3152,7 @@ msgstr "輸入的網路名稱非獨一"
msgid ""
"The hardware is not multi-SSID capable and the existing configuration will "
"be replaced if you proceed."
-msgstr "如果你繼續的話.這硬體並非多SSID工能並且已存的設定將會被覆蓋."
+msgstr "如果您繼續的話.這硬體並非多SSID工能並且已存的設定將會被覆蓋."
msgid ""
"The length of the IPv4 prefix in bits, the remainder is used in the IPv6 "
@@ -3186,8 +3196,8 @@ msgid ""
"address of your computer to reach the device again, depending on your "
"settings."
msgstr ""
-"系統現正刷機中.<br /> 請勿關閉設備!<br /> 等待數分鐘直到你重新在連線. 可能需"
-"要更新你電腦的位址以便再連設備, 端看你的設定. "
+"系統現正刷機中.<br /> 請勿關閉設備!<br /> 等待數分鐘直到您重新在連線. 可能需"
+"要更新您電腦的位址以便再連設備, 端看您的設定. "
msgid ""
"The tunnel end-point is behind NAT, defaults to disabled and only applies to "
@@ -3198,7 +3208,7 @@ msgid ""
"The uploaded image file does not contain a supported format. Make sure that "
"you choose the generic image format for your platform."
msgstr ""
-"以上傳的映像檔不包含支援格式. 請確認你選擇的是針對你的平台採用的通用映像檔."
+"以上傳的映像檔不包含支援格式. 請確認您選擇的是針對您的平台採用的通用映像檔."
msgid "There are no active leases."
msgstr "租賃尚未啟動."
@@ -3645,12 +3655,12 @@ msgid ""
"after a device reboot.<br /><strong>Warning: If you disable essential init "
"scripts like \"network\", your device might become inaccessible!</strong>"
msgstr ""
-"你可以開啟或關閉初始化指令在這. 修改將會在設備重開後被啟用. <br /><strong>警"
-"告: 假如你關閉必要的初始化腳本像\"網路\", 你的設備將可能無法存取!</strong>"
+"您可以開啟或關閉初始化指令在這. 修改將會在設備重開後被啟用. <br /><strong>警"
+"告: 假如您關閉必要的初始化腳本像\"網路\", 您的設備將可能無法存取!</strong>"
msgid ""
"You must enable JavaScript in your browser or LuCI will not work properly."
-msgstr "在瀏覽器你必須啟用JavaScript否則LuCI無法正常運作."
+msgstr "在瀏覽器您必須啟用JavaScript否則LuCI無法正常運作."
msgid ""
"Your Internet Explorer is too old to display this page correctly. Please "
diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
index 51913729dc..f9a2dee6ce 100644
--- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -460,7 +460,7 @@ if hwtype == "mac80211" then
wmm:depends({mode="ap"})
wmm:depends({mode="ap-wds"})
wmm.default = wmm.enabled
-
+
isolate = s:taboption("advanced", Flag, "isolate", translate("Isolate Clients"),
translate("Prevents client-to-client communication"))
isolate:depends({mode="ap"})
@@ -981,43 +981,54 @@ end
-- ieee802.11w options
if hwtype == "mac80211" then
- local has_80211w = (os.execute("hostapd -v11w 2>/dev/null || hostapd -veap 2>/dev/null") == 0)
- if has_80211w then
- ieee80211w = s:taboption("encryption", ListValue, "ieee80211w",
- translate("802.11w Management Frame Protection"),
- translate("Requires the 'full' version of wpad/hostapd " ..
- "and support from the wifi driver <br />(as of Feb 2017: " ..
- "ath9k and ath10k, in LEDE also mwlwifi and mt76)"))
- ieee80211w.default = ""
- ieee80211w.rmempty = true
- ieee80211w:value("", translate("Disabled (default)"))
- ieee80211w:value("1", translate("Optional"))
- ieee80211w:value("2", translate("Required"))
- ieee80211w:depends({mode="ap", encryption="wpa2"})
- ieee80211w:depends({mode="ap-wds", encryption="wpa2"})
- ieee80211w:depends({mode="ap", encryption="psk2"})
- ieee80211w:depends({mode="ap", encryption="psk-mixed"})
- ieee80211w:depends({mode="ap-wds", encryption="psk2"})
- ieee80211w:depends({mode="ap-wds", encryption="psk-mixed"})
-
- max_timeout = s:taboption("encryption", Value, "ieee80211w_max_timeout",
- translate("802.11w maximum timeout"),
- translate("802.11w Association SA Query maximum timeout"))
- max_timeout:depends({ieee80211w="1"})
- max_timeout:depends({ieee80211w="2"})
- max_timeout.datatype = "uinteger"
- max_timeout.placeholder = "1000"
- max_timeout.rmempty = true
-
- retry_timeout = s:taboption("encryption", Value, "ieee80211w_retry_timeout",
- translate("802.11w retry timeout"),
- translate("802.11w Association SA Query retry timeout"))
- retry_timeout:depends({ieee80211w="1"})
- retry_timeout:depends({ieee80211w="2"})
- retry_timeout.datatype = "uinteger"
- retry_timeout.placeholder = "201"
- retry_timeout.rmempty = true
- end
+ local has_80211w = (os.execute("hostapd -v11w 2>/dev/null || hostapd -veap 2>/dev/null") == 0)
+ if has_80211w then
+ ieee80211w = s:taboption("encryption", ListValue, "ieee80211w",
+ translate("802.11w Management Frame Protection"),
+ translate("Requires the 'full' version of wpad/hostapd " ..
+ "and support from the wifi driver <br />(as of Feb 2017: " ..
+ "ath9k and ath10k, in LEDE also mwlwifi and mt76)"))
+ ieee80211w.default = ""
+ ieee80211w.rmempty = true
+ ieee80211w:value("", translate("Disabled (default)"))
+ ieee80211w:value("1", translate("Optional"))
+ ieee80211w:value("2", translate("Required"))
+ ieee80211w:depends({mode="ap", encryption="wpa2"})
+ ieee80211w:depends({mode="ap-wds", encryption="wpa2"})
+ ieee80211w:depends({mode="ap", encryption="psk2"})
+ ieee80211w:depends({mode="ap", encryption="psk-mixed"})
+ ieee80211w:depends({mode="ap-wds", encryption="psk2"})
+ ieee80211w:depends({mode="ap-wds", encryption="psk-mixed"})
+
+ max_timeout = s:taboption("encryption", Value, "ieee80211w_max_timeout",
+ translate("802.11w maximum timeout"),
+ translate("802.11w Association SA Query maximum timeout"))
+ max_timeout:depends({ieee80211w="1"})
+ max_timeout:depends({ieee80211w="2"})
+ max_timeout.datatype = "uinteger"
+ max_timeout.placeholder = "1000"
+ max_timeout.rmempty = true
+
+ retry_timeout = s:taboption("encryption", Value, "ieee80211w_retry_timeout",
+ translate("802.11w retry timeout"),
+ translate("802.11w Association SA Query retry timeout"))
+ retry_timeout:depends({ieee80211w="1"})
+ retry_timeout:depends({ieee80211w="2"})
+ retry_timeout.datatype = "uinteger"
+ retry_timeout.placeholder = "201"
+ retry_timeout.rmempty = true
+ end
+
+ local key_retries = s:taboption("encryption", Flag, "wpa_disable_eapol_key_retries",
+ translate("Enable key reinstallation (KRACK) countermeasures"),
+ translate("Complicates key reinstallation attacks on the client side by disabling retransmission of EAPOL-Key frames that are used to install keys. This workaround might cause interoperability issues and reduced robustness of key negotiation especially in environments with heavy traffic load."))
+
+ key_retries:depends({mode="ap", encryption="wpa2"})
+ key_retries:depends({mode="ap", encryption="psk2"})
+ key_retries:depends({mode="ap", encryption="psk-mixed"})
+ key_retries:depends({mode="ap-wds", encryption="wpa2"})
+ key_retries:depends({mode="ap-wds", encryption="psk2"})
+ key_retries:depends({mode="ap-wds", encryption="psk-mixed"})
end
if hwtype == "mac80211" or hwtype == "prism2" then
diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm b/modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
index c119b57296..1a8770ef88 100644
--- a/modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
+++ b/modules/luci-mod-admin-full/luasrc/view/admin_status/dmesg.htm
@@ -7,6 +7,6 @@
<%+header%>
<h2 name="content"><%:Kernel Log%></h2>
<div id="content_syslog">
-<textarea readonly="readonly" wrap="off" rows="<%=dmesg:cmatch("\n")+2%>" id="syslog"><%=dmesg:pcdata()%></textarea>
+<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=dmesg:cmatch("\n")+2%>" id="syslog"><%=dmesg:pcdata()%></textarea>
</div>
<%+footer%>
diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm b/modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
index b87f21d08d..fb734a76d9 100644
--- a/modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
+++ b/modules/luci-mod-admin-full/luasrc/view/admin_status/syslog.htm
@@ -7,6 +7,6 @@
<%+header%>
<h2 name="content"><%:System Log%></h2>
<div id="content_syslog">
-<textarea readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
+<textarea style="font-size: 12px;" readonly="readonly" wrap="off" rows="<%=syslog:cmatch("\n")+2%>" id="syslog"><%=syslog:pcdata()%></textarea>
</div>
<%+footer%>
diff --git a/modules/luci-mod-freifunk/po/zh-cn/freifunk.po b/modules/luci-mod-freifunk/po/zh-cn/freifunk.po
index 2d58b1653b..d273055d12 100644
--- a/modules/luci-mod-freifunk/po/zh-cn/freifunk.po
+++ b/modules/luci-mod-freifunk/po/zh-cn/freifunk.po
@@ -143,7 +143,7 @@ msgid "If selected then the default content element is not shown."
msgstr "如果选中,那么默认内容元素将不显示。"
msgid "If you are interested in our project then contact the local community"
-msgstr "如果你对我们的项目感兴趣,请联系当地的社区"
+msgstr "如果您对我们的项目感兴趣,请联系当地的社区"
msgid "Index Page"
msgstr "索引页"
@@ -155,7 +155,7 @@ msgid ""
"Internet access depends on technical and organisational conditions and may "
"or may not work for you."
msgstr ""
-"访问因特网取决于技术和机构的前提,可能会、也可能不会像你设想的那样运作。"
+"访问因特网取决于技术和机构的前提,可能会、也可能不会像您设想的那样运作。"
msgid "It is operated by"
msgstr "它是由"
@@ -324,7 +324,7 @@ msgstr "当地社区设置。"
msgid ""
"These pages will assist you in setting up your router for Freifunk or "
"similar wireless community networks."
-msgstr "这些页面将帮助你设置路由器Freifunk或类似的无线社区网络。"
+msgstr "这些页面将帮助您设置路由器Freifunk或类似的无线社区网络。"
msgid "This is the access point"
msgstr "AP"
@@ -368,7 +368,7 @@ msgstr ""
msgid ""
"You can find further information about the global Freifunk initiative at"
-msgstr "你可以找到更多有关全球Freifunk活动的信息"
+msgstr "您可以找到更多有关全球Freifunk活动的信息"
msgid "You can manually edit the selected community profile here."
msgstr "您可以在这里手动编辑所选社区配置文件。"
@@ -376,7 +376,7 @@ msgstr "您可以在这里手动编辑所选社区配置文件。"
msgid ""
"You need to select a profile before you can edit it. To select a profile go "
"to"
-msgstr "编辑它之前,你需要选择一个配置文件。选择配置文件"
+msgstr "编辑它之前,您需要选择一个配置文件。选择配置文件"
msgid "and fill out all required fields."
msgstr "填写所有必填字段。"