summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-adblock/luasrc/controller/adblock.lua14
-rw-r--r--applications/luci-app-adblock/luasrc/view/adblock/runtime.htm8
-rw-r--r--applications/luci-app-advanced-reboot/Makefile2
-rw-r--r--applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua3
-rw-r--r--applications/luci-app-firewall/po/de/firewall.po38
-rw-r--r--applications/luci-app-simple-adblock/Makefile2
-rw-r--r--applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua2
-rw-r--r--applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua69
-rw-r--r--applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua13
-rw-r--r--applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua4
-rw-r--r--applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua4
-rw-r--r--applications/luci-app-travelmate/po/es/travelmate.po52
-rw-r--r--applications/luci-app-travelmate/po/ja/travelmate.po60
-rw-r--r--applications/luci-app-travelmate/po/pt-br/travelmate.po52
-rw-r--r--applications/luci-app-travelmate/po/ru/travelmate.po52
-rw-r--r--applications/luci-app-travelmate/po/templates/travelmate.pot52
-rw-r--r--applications/luci-app-travelmate/po/zh-cn/travelmate.po52
-rw-r--r--applications/luci-app-travelmate/po/zh-tw/travelmate.po52
-rw-r--r--modules/luci-base/po/uk/base.po6
19 files changed, 278 insertions, 259 deletions
diff --git a/applications/luci-app-adblock/luasrc/controller/adblock.lua b/applications/luci-app-adblock/luasrc/controller/adblock.lua
index d75296275f..bee1d14396 100644
--- a/applications/luci-app-adblock/luasrc/controller/adblock.lua
+++ b/applications/luci-app-adblock/luasrc/controller/adblock.lua
@@ -53,12 +53,6 @@ function adb_action(name, ...)
luci.sys.call("/etc/init.d/adblock resume >/dev/null 2>&1")
elseif name == "do_refresh" then
luci.sys.call("/etc/init.d/adblock reload >/dev/null 2>&1")
- local pid_file = "/var/run/adblock.pid"
- if nixio.fs.access(pid_file) then
- repeat
- nixio.nanosleep(1)
- until nixio.fs.readfile(pid_file) == ""
- end
elseif name == "do_report" then
luci.sys.call("/etc/init.d/adblock report " ..table.concat(report_params, " ").. " >/dev/null 2>&1")
local rep_dir = uci:get("adblock", "extra", "adb_repdir") or "/tmp"
@@ -90,6 +84,14 @@ function adb_action(name, ...)
end
end
end
+ if name == "do_suspend" or name == "do_resume" or name == "do_refresh" then
+ local pid_file = "/var/run/adblock.pid"
+ if nixio.fs.access(pid_file) then
+ repeat
+ nixio.nanosleep(1)
+ until nixio.fs.readfile(pid_file) == ""
+ end
+ end
luci.http.prepare_content("text/plain")
luci.http.write("0")
end
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
index b5cf832913..2cec573346 100644
--- a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
+++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
@@ -6,6 +6,12 @@ This is free software, licensed under the Apache License, Version 2.0
<%+adblock/adblock_css%>
<script type="text/javascript">
//<![CDATA[
+ function format(number)
+ {
+ var string = number.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, '$1.');
+ return string;
+ }
+
function status_update(json)
{
var btn1 = document.getElementById("btn1");
@@ -52,7 +58,7 @@ This is free software, licensed under the Apache License, Version 2.0
document.getElementById("value_4").innerHTML = json.data.dns_backend || "-";
document.getElementById("value_5").innerHTML = json.data.dns_variant || "-";
document.getElementById("value_6").innerHTML = json.data.backup_dir || "-";
- document.getElementById("value_7").innerHTML = json.data.overall_domains || "-";
+ document.getElementById("value_7").innerHTML = format(json.data.overall_domains) || "-";
document.getElementById("value_8").innerHTML = json.data.last_rundate || "-";
}
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile
index 5381059da7..329acece4f 100644
--- a/applications/luci-app-advanced-reboot/Makefile
+++ b/applications/luci-app-advanced-reboot/Makefile
@@ -13,7 +13,7 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot
LUCI_DEPENDS:=+luci-mod-admin-full
LUCI_PKGARCH:=all
-PKG_RELEASE:=41
+PKG_RELEASE:=42
include ../../luci.mk
diff --git a/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua b/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua
index e1f6daac18..7332424866 100644
--- a/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua
+++ b/applications/luci-app-advanced-reboot/luasrc/controller/advanced_reboot.lua
@@ -88,10 +88,11 @@ end
function action_reboot()
local uci = require "luci.model.uci".cursor()
+ local ip = uci:get("network", "lan", "ipaddr")
luci.template.render("admin_system/applyreboot", {
title = luci.i18n.translate("Rebooting..."),
msg = luci.i18n.translate("The system is rebooting now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes before you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."),
- addr = luci.ip.new(uci:get("network", "lan", "ipaddr")) or "192.168.1.1"
+ addr = luci.ip.new(type(ip) == "string" and ip or "192.168.1.1") or "192.168.1.1"
})
luci.sys.reboot()
end
diff --git a/applications/luci-app-firewall/po/de/firewall.po b/applications/luci-app-firewall/po/de/firewall.po
index d791e93473..3b287bc227 100644
--- a/applications/luci-app-firewall/po/de/firewall.po
+++ b/applications/luci-app-firewall/po/de/firewall.po
@@ -290,7 +290,7 @@ msgstr "Firewall - Portweiterleitungen"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:128
msgid "Firewall - Traffic Rules"
-msgstr "Firewall - Verkehrsregeln"
+msgstr "Firewall - Traffic-Regeln"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:28
msgid "Firewall - Zone Settings"
@@ -394,7 +394,7 @@ msgstr "nur IPv6"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:39
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:111
msgid "Input"
-msgstr "Eingang"
+msgstr "Eingehend"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:239
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:30
@@ -480,11 +480,11 @@ msgstr "Neue SNAT-Regel"
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:37
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:47
msgid "New forward rule"
-msgstr "Neuer Weiterleitungsregel"
+msgstr "Neue Weiterleitungsregel"
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:17
msgid "New input rule"
-msgstr "Neue Eingangsregel"
+msgstr "Neue eingehende Regel"
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:22
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addforward.htm:36
@@ -497,21 +497,21 @@ msgstr "Neues SNAT"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:211
msgid "Only match incoming traffic directed at the given IP address."
-msgstr "Selektiere nur Verkehr der an die angegebene IP-Adresse gerichtet ist."
+msgstr "Selektiere nur Traffic der an die angegebene IP-Adresse gerichtet ist."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:174
msgid "Only match incoming traffic from these MACs."
-msgstr "Selektiere nur Verkehr von den angegebenen MAC-Adressen."
+msgstr "Selektiere nur Traffic von den angegebenen MAC-Adressen."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:187
msgid "Only match incoming traffic from this IP or range."
-msgstr "Selektiere nur Verkehr vom angebenem Quell-IP-Adressbereich."
+msgstr "Selektiere nur Traffic vom angebenem Quell-IP-Adressbereich."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:200
msgid ""
"Only match incoming traffic originating from the given source port or port "
"range on the client host"
-msgstr "Selektiere nur Verkehr von den angegebenen Quell-Ports auf dem Client."
+msgstr "Selektiere nur Traffic von den angegebenen Quell-Ports auf dem Client."
#: applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm:7
msgid "Open ports on router"
@@ -525,7 +525,7 @@ msgstr "Anderes..."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:40
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:112
msgid "Output"
-msgstr "Ausgang"
+msgstr "Ausgehend"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js:268
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:337
@@ -692,7 +692,7 @@ msgid ""
"traffic flow."
msgstr ""
"Die Firewall erstellt Netzwerkzonen über bestimmte Netzwerkschnittstellen um "
-"den Netzverkehr zu trennen."
+"den Netzwerk-Traffic zu trennen."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:169
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:257
@@ -704,10 +704,10 @@ msgid ""
"rule is <em>unidirectional</em>, e.g. a forward from lan to wan does "
"<em>not</em> imply a permission to forward from wan to lan as well."
msgstr ""
-"Die untenstehenen Optionen regeln die Verfahreinsweisen für Verkehr zwischen "
+"Die untenstehenen Optionen regeln die Verfahreinsweisen für Traffic zwischen "
"dieser Zone (%s) und anderen Zonen. <em>Ziel-Zonen</em> decken "
-"weitergeleiteten Verkehr <strong>von %q</strong> ab. <em>Quell-Zonen</em> "
-"treffen auf weitergeleiteten Verkehr aus anderen Zonen zu, welcher "
+"weitergeleiteten Traffic <strong>von %q</strong> ab. <em>Quell-Zonen</em> "
+"treffen auf weitergeleiteten Traffic aus anderen Zonen zu, welcher "
"<strong>an %q gerichtet</strong> ist. Die Weiterleitung gilt nur in eine "
"Richtung, d.h. eine erlaubte Weiterleitung von LAN nach WAN impliziert "
"<em>nicht</em> zusätzlich die Erlaubnis, auch von WAN nach LAN "
@@ -724,8 +724,8 @@ msgid ""
msgstr ""
"Diese Sektion definiert allgemeine Eigenschaften der %q Zone. Die "
"<em>Eingang</em> und <em>Ausgang</em> Optionen regeln die Verfahrensweise "
-"für Verkehr der in diese Zone eintritt oder diese verlässt. "
-"<em>Weitergeleitet</em> trifft auf Verkehr zwischen verschiedenen "
+"für Traffic der in diese Zone eintritt oder diese verlässt. "
+"<em>Weitergeleitet</em> trifft auf Traffic zwischen verschiedenen "
"Schnittstellen innerhalb dieser Zone zu. <em>Abgedeckte Netzwerke</em> "
"definieren die Zugehörigkeit von Schnittstellen zu dieser Zone."
@@ -768,7 +768,7 @@ msgstr "Zu Quell-Port"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:131
#: applications/luci-app-firewall/luasrc/controller/firewall.lua:15
msgid "Traffic Rules"
-msgstr "Verkehrsregeln"
+msgstr "Traffic-Regeln"
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:129
msgid ""
@@ -776,8 +776,8 @@ msgid ""
"for example to reject traffic between certain hosts or to open WAN ports on "
"the router."
msgstr ""
-"Verkehrsregeln bestimmen den Fluss der Pakete zwischen verschiedenen Zonen, "
-"zum Beispiel um Verkehr zwischen bestimmten Rechnern zu unterbinden oder um "
+"Traffic-Regeln bestimmen den Fluss der Pakete zwischen verschiedenen Zonen, "
+"zum Beispiel um Traffic zwischen bestimmten Rechnern zu unterbinden oder um "
"WAN-Ports auf dem Router zu öffnen."
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:347
@@ -835,7 +835,7 @@ msgid "Zones"
msgstr "Zonen"
# Die richtige Übersetzung von ACCEPT im Firewallkontext ist nicht "Annehmen" sondern "Zulassen". Man kann ja keinen
-# ausgehenden Verkehr annehmen.
+# ausgehenden Traffic annehmen.
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js:332
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:47
#: applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js:119
diff --git a/applications/luci-app-simple-adblock/Makefile b/applications/luci-app-simple-adblock/Makefile
index 9bcae34ef1..57a9367e1c 100644
--- a/applications/luci-app-simple-adblock/Makefile
+++ b/applications/luci-app-simple-adblock/Makefile
@@ -10,7 +10,7 @@ LUCI_TITLE:=Simple Adblock Web UI
LUCI_DESCRIPTION:=Provides Web UI for simple-adblock service.
LUCI_DEPENDS:=+luci-mod-admin-full +simple-adblock
LUCI_PKGARCH:=all
-PKG_RELEASE:=34
+PKG_RELEASE:=35
include ../../luci.mk
diff --git a/applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua b/applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua
index 644a6e1f06..3ec4c4399f 100644
--- a/applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua
+++ b/applications/luci-app-simple-adblock/luasrc/model/cbi/simple-adblock.lua
@@ -181,7 +181,7 @@ dns = s:taboption("advanced", ListValue, "dns", translate("DNS Service"), transl
.. [[<a href="]] .. readmeURL .. [[#dns-resolution-option" target="_blank">]]
.. translate("README") .. [[</a>]] .. " " .. translate("for details."))
dns:value("dnsmasq.addnhosts", translate("DNSMASQ Additional Hosts"))
-dns:value("dnsmasq.config", translate("DNSMASQ Config"))
+dns:value("dnsmasq.conf", translate("DNSMASQ Config"))
dns:value("dnsmasq.servers", translate("DNSMASQ Servers File"))
dns:value("unbound.adb_list", translate("Unbound AdBlock List"))
dns.default = "dnsmasq.servers"
diff --git a/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua b/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua
deleted file mode 100644
index 22672124fc..0000000000
--- a/applications/luci-app-simple-adblock/luasrc/model/cbi/simpleadblock.lua
+++ /dev/null
@@ -1,69 +0,0 @@
-m = Map("simple-adblock", translate("Simple AdBlock Settings"))
-s = m:section(NamedSection, "config", "simple-adblock")
-
--- General options
-e = s:option(Flag, "enabled", translate("Start Simple Adblock service"))
-e.rmempty = false
-function e.write(self, section, value)
- if value ~= "1" then
- luci.sys.init.stop("simple-adblock")
- end
- return Flag.write(self, section, value)
-end
-
-o2 = s:option(ListValue, "verbosity", translate("Output Verbosity Setting"),translate("Controls system log and console output verbosity"))
-o2:value("0", translate("Suppress output"))
-o2:value("1", translate("Some output"))
-o2:value("2", translate("Verbose output"))
-o2.rmempty = false
-o2.default = 2
-
-o3 = s:option(ListValue, "force_dns", translate("Force Router DNS"), translate("Forces Router DNS use on local devices, also known as DNS Hijacking"))
-o3:value("0", translate("Let local devices use their own DNS servers if set"))
-o3:value("1", translate("Force Router DNS server to all local devices"))
-o3.rmempty = false
-o3.default = 1
-
-local sysfs_path = "/sys/class/leds/"
-local leds = {}
-if nixio.fs.access(sysfs_path) then
- leds = nixio.util.consume((nixio.fs.dir(sysfs_path)))
-end
-if #leds ~= 0 then
- o3 = s:option(Value, "led", translate("LED to indicate status"), translate("Pick the LED not already used in")
- .. [[ <a href="]] .. luci.dispatcher.build_url("admin/system/leds") .. [[">]]
- .. translate("System LED Configuration") .. [[</a>]])
- o3.rmempty = true
- o3:value("", translate("none"))
- for k, v in ipairs(leds) do
- o3:value(v)
- end
-end
-
-s2 = m:section(NamedSection, "config", "simple-adblock")
--- Whitelisted Domains
-d1 = s2:option(DynamicList, "whitelist_domain", translate("Whitelisted Domains"), translate("Individual domains to be whitelisted"))
-d1.addremove = false
-d1.optional = false
-
--- Blacklisted Domains
-d3 = s2:option(DynamicList, "blacklist_domain", translate("Blacklisted Domains"), translate("Individual domains to be blacklisted"))
-d3.addremove = false
-d3.optional = false
-
--- Whitelisted Domains URLs
-d2 = s2:option(DynamicList, "whitelist_domains_url", translate("Whitelisted Domain URLs"), translate("URLs to lists of domains to be whitelisted"))
-d2.addremove = false
-d2.optional = false
-
--- Blacklisted Domains URLs
-d4 = s2:option(DynamicList, "blacklist_domains_url", translate("Blacklisted Domain URLs"), translate("URLs to lists of domains to be blacklisted"))
-d4.addremove = false
-d4.optional = false
-
--- Blacklisted Hosts URLs
-d5 = s2:option(DynamicList, "blacklist_hosts_url", translate("Blacklisted Hosts URLs"), translate("URLs to lists of hosts to be blacklisted"))
-d5.addremove = false
-d5.optional = false
-
-return m
diff --git a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua
index 429d4357d6..cc38bd97e1 100644
--- a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua
+++ b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua
@@ -71,19 +71,24 @@ o4 = s:option(Flag, "trm_proactive", translate("ProActive Uplink Switch"),
o4.default = o4.enabled
o4.rmempty = false
-o5 = s:option(ListValue, "trm_iface", translate("Uplink / Trigger interface"),
+o5 = s:option(Flag, "trm_autoadd", translate("Add Open Uplinks"),
+ translate("Automatically add open uplinks like hotel captive portals to your wireless config."))
+o5.default = o5.disabled
+o5.rmempty = false
+
+o6 = s:option(ListValue, "trm_iface", translate("Uplink / Trigger interface"),
translate("Name of the used uplink interface."))
if dump then
local i, v
for i, v in ipairs(dump.interface) do
if v.interface ~= "loopback" and v.interface ~= "lan" then
local device = v.l3_device or v.device or "-"
- o5:value(v.interface, v.interface.. " (" ..device.. ")")
+ o6:value(v.interface, v.interface.. " (" ..device.. ")")
end
end
end
-o5.default = trmiface
-o5.rmempty = false
+o6.default = trmiface
+o6.rmempty = false
-- Runtime information
diff --git a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua
index 2c2625dbca..e8580daac7 100644
--- a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua
+++ b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua
@@ -138,7 +138,7 @@ elseif (tonumber(m.hidden.wpa_version) or 0) > 0 then
end
local login_section = (m.hidden.ssid or "") .. (m.hidden.bssid or "")
-login_section = login_section.lower(login_section:gsub("[^%w_]", "_"))
+login_section = login_section:gsub("[^%w_]", "_")
local cmd = uci:get("travelmate", login_section, "command")
cmd_list = m:field(ListValue, "cmdlist", translate("Auto Login Script"),
translate("External script reference which will be called for automated captive portal logins."))
@@ -188,7 +188,7 @@ function wssid.write(self, section, value)
uci:set("wireless", newsection, "encryption", "none")
end
local login_section = (wssid:formvalue(section) or "") .. (bssid:formvalue(section) or "")
- login_section = login_section.lower(login_section:gsub("[^%w_]", "_"))
+ login_section = login_section:gsub("[^%w_]", "_")
if not uci:get("travelmate", login_section) and cmd_list:formvalue(section) ~= "none" then
uci:set("travelmate", login_section, "login")
end
diff --git a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua
index c2c809cbcc..cd2fa69ae4 100644
--- a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua
+++ b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua
@@ -131,7 +131,7 @@ if s ~= nil then
end
local login_section = (s.ssid or "") .. (s.bssid or "")
- login_section = login_section.lower(login_section:gsub("[^%w_]", "_"))
+ login_section = login_section:gsub("[^%w_]", "_")
local cmd = uci:get("travelmate", login_section, "command")
cmd_list = m:field(ListValue, "cmdlist", translate("Auto Login Script"),
translate("External script reference which will be called for automated captive portal logins."))
@@ -175,7 +175,7 @@ function wssid.write(self, section, value)
end
end
local login_section = (wssid:formvalue(section) or "") .. (bssid:formvalue(section) or "")
- login_section = login_section.lower(login_section:gsub("[^%w_]", "_"))
+ login_section = login_section:gsub("[^%w_]", "_")
if not uci:get("travelmate", login_section) and cmd_list:formvalue(section) ~= "none" then
uci:set("travelmate", login_section, "login")
end
diff --git a/applications/luci-app-travelmate/po/es/travelmate.po b/applications/luci-app-travelmate/po/es/travelmate.po
index 7c39530d2c..cbb83d9b9f 100644
--- a/applications/luci-app-travelmate/po/es/travelmate.po
+++ b/applications/luci-app-travelmate/po/es/travelmate.po
@@ -21,6 +21,10 @@ msgstr "AP en"
msgid "Action"
msgstr "Acción"
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr ""
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr "Añadir enlace"
@@ -29,7 +33,7 @@ msgstr "Añadir enlace"
msgid "Add Wireless Uplink Configuration"
msgstr "Añadir configuración de enlace inalámbrico"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
@@ -57,7 +61,13 @@ msgstr ""
msgid "Automatic"
msgstr "Automático"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -77,7 +87,7 @@ msgstr "BSSID"
msgid "Back to overview"
msgstr "Volver a la visión general"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr ""
"Tamaño del búfer en bytes para preparar resultados de escaneo cercanos."
@@ -109,7 +119,7 @@ msgstr ""
"Configuración del paquete travelmate para habilitar la funcionalidad de "
"enrutador de viaje."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr "Límite de conexión"
@@ -176,7 +186,7 @@ msgstr "Editar este enlace"
msgid "Enable Travelmate"
msgstr "Habilitar Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr "Habilitar registro de depuración detallado"
@@ -198,7 +208,7 @@ msgid ""
"logins."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr "Opciones extra"
@@ -243,7 +253,7 @@ msgstr "Forzar TKIP"
msgid "Force TKIP and CCMP (AES)"
msgstr "Forzar TKIP and CCMP (AES)"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
@@ -266,7 +276,7 @@ msgstr "Ignorar BSSID"
msgid "Input file not found, please check your configuration."
msgstr "Archivo de entrada no encontrado, por favor revise su configuración."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr "Tiempo de espera de la interfaz"
@@ -278,7 +288,7 @@ msgstr "Asistente de interfaz"
msgid "Last Run"
msgstr "Último inicio"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr "Lista de caducidad automática"
@@ -286,7 +296,7 @@ msgstr "Lista de caducidad automática"
msgid "Loading"
msgstr "Cargando"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -302,7 +312,7 @@ msgstr "Mover abajo"
msgid "Move up"
msgstr "Mover arriba"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr "Nombre de la interfaz de enlace utilizada."
@@ -314,18 +324,18 @@ msgstr "Comprobación de error neto"
msgid "Open"
msgstr "Abrir"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr ""
"Opciones para ajustes adicionales en caso de que los valores predeterminados "
"no sean adecuados para usted."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr "Tiempo de espera total"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr "Tiempo de espera de reintento global en segundos."
@@ -386,7 +396,7 @@ msgstr ""
"enlaces existentes o escanear uno nuevo. El enlace utilizado actualmente se "
"enfatiza en azul, las estaciones defectuosas en rojo."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr "Selección de Radio / Orden"
@@ -403,7 +413,7 @@ msgstr "Reiniciar"
msgid "Restart Travelmate"
msgstr "Reiniciar Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
@@ -411,7 +421,7 @@ msgstr ""
"Restringir Travelmate a una sola radio (por ejemplo, 'radio1') o cambie el "
"orden de exploración general (por ejemplo, 'radio1 radio2 radio0')."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr "Vuelva a intentar el límite para conectarse a un enlace ."
@@ -442,7 +452,7 @@ msgstr "Guardar"
msgid "Scan"
msgstr "Escanear"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr "Tamaño del búfer de escaneo"
@@ -450,7 +460,7 @@ msgstr "Tamaño del búfer de escaneo"
msgid "Show/Hide QR-Codes"
msgstr "Mostrar/Ocultar códigos QR"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr "Umbral de calidad de señal"
@@ -531,7 +541,7 @@ msgstr "Versión de Travelmate"
msgid "Treat missing internet availability as an error."
msgstr "Trate la falta de disponibilidad de Internet como un error."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr "Retraso de disparo"
@@ -544,7 +554,7 @@ msgstr "Desconocido"
msgid "Up"
msgstr "Arriba"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr "Interfaz de enlace / disparador"
diff --git a/applications/luci-app-travelmate/po/ja/travelmate.po b/applications/luci-app-travelmate/po/ja/travelmate.po
index b02d5c5f16..7a18b07f99 100644
--- a/applications/luci-app-travelmate/po/ja/travelmate.po
+++ b/applications/luci-app-travelmate/po/ja/travelmate.po
@@ -7,7 +7,7 @@ msgstr ""
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.2.1\n"
+"X-Generator: Poedit 2.2.3\n"
"Last-Translator: INAGAKI Hiroshi <musashino.open@gmail.com>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Language: ja\n"
@@ -21,6 +21,10 @@ msgstr "AP の場所:"
msgid "Action"
msgstr "アクション"
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr "オープンなアップリンクの追加"
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr "アップリンクの追加"
@@ -29,7 +33,7 @@ msgstr "アップリンクの追加"
msgid "Add Wireless Uplink Configuration"
msgstr "無線アップリンク追加の設定"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Travelmate の処理が開始されるまでの、追加の遅延時間(秒)です。"
@@ -46,7 +50,7 @@ msgstr "認証"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:143
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_edit.lua:136
msgid "Auto Login Script"
-msgstr ""
+msgstr "自動ログイン スクリプト"
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:72
#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/wifi_add.lua:89
@@ -55,7 +59,15 @@ msgstr ""
msgid "Automatic"
msgstr "自動"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+"ホテルのキャプティブ ポータルのような、オープンなアップリンクを自動的に無線設"
+"定に追加します。"
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -75,7 +87,7 @@ msgstr "BSSID"
msgid "Back to overview"
msgstr "概要へ戻る"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr "スキャン結果を準備するためのバッファー サイズ (byte) です。"
@@ -105,7 +117,7 @@ msgid ""
msgstr ""
"トラベル ルーター機能を有効化するための、 Travelmate パッケージの設定です。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr "接続制限"
@@ -173,7 +185,7 @@ msgstr "このアップリンクを編集"
msgid "Enable Travelmate"
msgstr "Travelmate の有効化"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr "詳細なデバッグ ログの有効化"
@@ -194,8 +206,10 @@ msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
+"キャプティブ ポータルへの自動ログインのために呼び出される、外部スクリプトへの"
+"参照です。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr "拡張オプション"
@@ -240,7 +254,7 @@ msgstr "TKIP"
msgid "Force TKIP and CCMP (AES)"
msgstr "TKIP と CCMP (AES)"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "Travelmate が無線アップリンクへの接続成功を待つ時間です。"
@@ -261,7 +275,7 @@ msgstr "BSSID の無視"
msgid "Input file not found, please check your configuration."
msgstr "入力ファイルが見つかりません。設定を確認してください。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr "インターフェース タイムアウト"
@@ -273,7 +287,7 @@ msgstr "インターフェース ウィザード"
msgid "Last Run"
msgstr "最終実行"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr "リストの自動期限切れ"
@@ -281,7 +295,7 @@ msgstr "リストの自動期限切れ"
msgid "Loading"
msgstr "読み込み中"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -297,7 +311,7 @@ msgstr "下へ"
msgid "Move up"
msgstr "上へ"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr "使用されるアップリンク インターフェースの名前です。"
@@ -309,16 +323,16 @@ msgstr "ネット エラーチェック"
msgid "Open"
msgstr "オープン"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr "デフォルトの設定が適切でない場合、さらに設定するためのオプションです。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr "実行間隔"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr "全体的な再試行タイムアウト(秒)です。"
@@ -379,7 +393,7 @@ msgstr ""
"クを追加することができます。現在使用されているアップリンクは青色で、問題のあ"
"るステーションは赤色で強調されます。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr "無線の選択 / 順番"
@@ -396,7 +410,7 @@ msgstr "再起動"
msgid "Restart Travelmate"
msgstr "Travelmate の再起動"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
@@ -404,7 +418,7 @@ msgstr ""
"Travelmate を単一の無線(例: 'radio1')のみに制限したり、全体的なスキャンの順"
"番を変更します(例: 'radio1 radio2 radio0')。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr "アップリンクへの接続を試行する回数です。"
@@ -435,7 +449,7 @@ msgstr "保存"
msgid "Scan"
msgstr "スキャン:"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr "スキャンバッファー サイズ"
@@ -443,7 +457,7 @@ msgstr "スキャンバッファー サイズ"
msgid "Show/Hide QR-Codes"
msgstr "QR コードを表示/非表示"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr "シグナル品質閾値"
@@ -525,7 +539,7 @@ msgstr "Travelmate バージョン"
msgid "Treat missing internet availability as an error."
msgstr "インターネット可用性が無い場合をエラーとして扱います。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr "トリガ遅延"
@@ -538,7 +552,7 @@ msgstr "不明"
msgid "Up"
msgstr "上へ"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr "アップリンク / トリガー インターフェース"
diff --git a/applications/luci-app-travelmate/po/pt-br/travelmate.po b/applications/luci-app-travelmate/po/pt-br/travelmate.po
index 4a324dd3e2..fd257abf46 100644
--- a/applications/luci-app-travelmate/po/pt-br/travelmate.po
+++ b/applications/luci-app-travelmate/po/pt-br/travelmate.po
@@ -21,6 +21,10 @@ msgstr ""
msgid "Action"
msgstr "Ação"
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr ""
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr "Adicionar Enlace para Fora"
@@ -29,7 +33,7 @@ msgstr "Adicionar Enlace para Fora"
msgid "Add Wireless Uplink Configuration"
msgstr "Adicionar Configuração Sem Fio de Enlace para Fora"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Atraso adicional em segundos antes do travelmate processe os gatilhos."
@@ -55,7 +59,13 @@ msgstr ""
msgid "Automatic"
msgstr "Automático"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -73,7 +83,7 @@ msgstr "BSSID"
msgid "Back to overview"
msgstr "Voltar para visão geral"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr ""
@@ -104,7 +114,7 @@ msgstr ""
"Configuração do travelmate para habilitar a funcionalidade de roteador de "
"viagem."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr "Limite de conexão"
@@ -171,7 +181,7 @@ msgstr "Editar Configurações da Rede de saída"
msgid "Enable Travelmate"
msgstr "Habilitar o Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr "Habilitar os registros de depuração detalhados"
@@ -193,7 +203,7 @@ msgid ""
"logins."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr "Opções adicionais"
@@ -238,7 +248,7 @@ msgstr "Forçar TKIP"
msgid "Force TKIP and CCMP (AES)"
msgstr "Forçar TKIP e CCMP (AES)"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
@@ -263,7 +273,7 @@ msgstr ""
"O arquivo entrado não foi encontrado. Por favor, verifique suas "
"configurações."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr "Estouro de Tempo da Interface"
@@ -275,7 +285,7 @@ msgstr "Assistente da Interface"
msgid "Last Run"
msgstr "Última Execução"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr ""
@@ -283,7 +293,7 @@ msgstr ""
msgid "Loading"
msgstr "Carregando"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -299,7 +309,7 @@ msgstr "Mover para baixo"
msgid "Move up"
msgstr "Mover para cima"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr "Nome da interface usada para o enlace de saída"
@@ -311,18 +321,18 @@ msgstr ""
msgid "Open"
msgstr "Abrir"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr ""
"Opções para aprimoramentos adicionais caso as opções padrão não sejam "
"suficientes para você."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr "Estouro de Tempo Global"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr "Estouro de tempo global em segundos."
@@ -381,7 +391,7 @@ msgstr ""
"escanear por um novo. O enlace em uso está destacado em azul, enquanto as "
"estações com falha estão em vermelho."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr ""
@@ -398,13 +408,13 @@ msgstr "Reiniciar"
msgid "Restart Travelmate"
msgstr "Reiniciar o Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr "Limite de retentativa de conexão com um enlace externo."
@@ -435,7 +445,7 @@ msgstr "Salvar"
msgid "Scan"
msgstr "Escanear"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr ""
@@ -443,7 +453,7 @@ msgstr ""
msgid "Show/Hide QR-Codes"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr "Limite da Qualidade do Sinal"
@@ -514,7 +524,7 @@ msgstr "Versão do Travelmate"
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr "Atraso no Gatilho"
@@ -527,7 +537,7 @@ msgstr "Desconhecido"
msgid "Up"
msgstr "Acima"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr "Enlace externo"
diff --git a/applications/luci-app-travelmate/po/ru/travelmate.po b/applications/luci-app-travelmate/po/ru/travelmate.po
index 91268f9110..4f1508c09e 100644
--- a/applications/luci-app-travelmate/po/ru/travelmate.po
+++ b/applications/luci-app-travelmate/po/ru/travelmate.po
@@ -24,6 +24,10 @@ msgstr ""
msgid "Action"
msgstr ""
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr ""
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr "Подключение к сети"
@@ -32,7 +36,7 @@ msgstr "Подключение к сети"
msgid "Add Wireless Uplink Configuration"
msgstr "Добавить настройку внешней беспроводной сети"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Дополнительная задержка в секундах до запуска TravelMate."
@@ -58,7 +62,13 @@ msgstr ""
msgid "Automatic"
msgstr "Автоматически"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -76,7 +86,7 @@ msgstr "BSSID"
msgid "Back to overview"
msgstr "Назад в меню"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr ""
@@ -103,7 +113,7 @@ msgid ""
"functionality."
msgstr "Настройка утилиты TravelMate - помощника путешественника. "
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr "Ограничение соединений"
@@ -171,7 +181,7 @@ msgstr "Редактировать настройки сети"
msgid "Enable Travelmate"
msgstr "Включить Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr "Включить подробное ведение журнала отладки"
@@ -193,7 +203,7 @@ msgid ""
"logins."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr "Дополнительные настройки"
@@ -238,7 +248,7 @@ msgstr "Назначить TKIP"
msgid "Force TKIP and CCMP (AES)"
msgstr "Назначить TKIP и CCMP (AES)"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
@@ -259,7 +269,7 @@ msgstr "Игнорировать BSSID"
msgid "Input file not found, please check your configuration."
msgstr "Config файл не найден, настройте config файл."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr "Временная задержка интерфейса"
@@ -271,7 +281,7 @@ msgstr "Помощник настройки интерфейса"
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr ""
@@ -279,7 +289,7 @@ msgstr ""
msgid "Loading"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -293,7 +303,7 @@ msgstr "Переместить вниз"
msgid "Move up"
msgstr "Переместить вверх"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr "Имя используемого интерфейса внешней сети."
@@ -305,18 +315,18 @@ msgstr ""
msgid "Open"
msgstr "Открыть"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr ""
"Возможные варианты детальной настройки, если значения по умолчанию не "
"подходят для вас."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr "Общее время ожидания"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr ""
@@ -375,7 +385,7 @@ msgstr ""
"существующий список внешних сетей или выполнять их поиск. Используемое "
"сетевое соединение выделено синим цветом."
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr ""
@@ -392,13 +402,13 @@ msgstr ""
msgid "Restart Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr ""
@@ -429,7 +439,7 @@ msgstr "Сохранить"
msgid "Scan"
msgstr "Поиск"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr ""
@@ -437,7 +447,7 @@ msgstr ""
msgid "Show/Hide QR-Codes"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr ""
@@ -517,7 +527,7 @@ msgstr "Версия TravelMate"
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr ""
@@ -530,7 +540,7 @@ msgstr "Неизвестно"
msgid "Up"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr "Включить интерфейс<br />внешней сети"
diff --git a/applications/luci-app-travelmate/po/templates/travelmate.pot b/applications/luci-app-travelmate/po/templates/travelmate.pot
index f74433c7ae..01e70ba2a1 100644
--- a/applications/luci-app-travelmate/po/templates/travelmate.pot
+++ b/applications/luci-app-travelmate/po/templates/travelmate.pot
@@ -10,6 +10,10 @@ msgstr ""
msgid "Action"
msgstr ""
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr ""
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr ""
@@ -18,7 +22,7 @@ msgstr ""
msgid "Add Wireless Uplink Configuration"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
@@ -44,7 +48,13 @@ msgstr ""
msgid "Automatic"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -62,7 +72,7 @@ msgstr ""
msgid "Back to overview"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr ""
@@ -89,7 +99,7 @@ msgid ""
"functionality."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr ""
@@ -155,7 +165,7 @@ msgstr ""
msgid "Enable Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr ""
@@ -177,7 +187,7 @@ msgid ""
"logins."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr ""
@@ -220,7 +230,7 @@ msgstr ""
msgid "Force TKIP and CCMP (AES)"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
@@ -241,7 +251,7 @@ msgstr ""
msgid "Input file not found, please check your configuration."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr ""
@@ -253,7 +263,7 @@ msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr ""
@@ -261,7 +271,7 @@ msgstr ""
msgid "Loading"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -275,7 +285,7 @@ msgstr ""
msgid "Move up"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr ""
@@ -287,16 +297,16 @@ msgstr ""
msgid "Open"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr ""
@@ -351,7 +361,7 @@ msgid ""
"one. The currently used uplink is emphasized in blue, faulty stations in red."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr ""
@@ -368,13 +378,13 @@ msgstr ""
msgid "Restart Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr ""
@@ -405,7 +415,7 @@ msgstr ""
msgid "Scan"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr ""
@@ -413,7 +423,7 @@ msgstr ""
msgid "Show/Hide QR-Codes"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr ""
@@ -483,7 +493,7 @@ msgstr ""
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr ""
@@ -496,7 +506,7 @@ msgstr ""
msgid "Up"
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr ""
diff --git a/applications/luci-app-travelmate/po/zh-cn/travelmate.po b/applications/luci-app-travelmate/po/zh-cn/travelmate.po
index 9e8f1a160a..de86739de2 100644
--- a/applications/luci-app-travelmate/po/zh-cn/travelmate.po
+++ b/applications/luci-app-travelmate/po/zh-cn/travelmate.po
@@ -24,6 +24,10 @@ msgstr "AP 开启"
msgid "Action"
msgstr "动作"
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr ""
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr "添加上行连接"
@@ -32,7 +36,7 @@ msgstr "添加上行连接"
msgid "Add Wireless Uplink Configuration"
msgstr "添加无线上行连接配置"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "在 travelmate 处理开始前的额外触发延迟(秒)。"
@@ -58,7 +62,13 @@ msgstr ""
msgid "Automatic"
msgstr "自动"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -76,7 +86,7 @@ msgstr "BSSID"
msgid "Back to overview"
msgstr "返回概述"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr ""
@@ -103,7 +113,7 @@ msgid ""
"functionality."
msgstr "配置 travelmate 包,以启用旅行路由器功能。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr "连接限制"
@@ -169,7 +179,7 @@ msgstr "编辑此上行连接"
msgid "Enable Travelmate"
msgstr "启用 travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr "启用详细调试日志"
@@ -191,7 +201,7 @@ msgid ""
"logins."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr "额外选项"
@@ -234,7 +244,7 @@ msgstr "强制 TKIP"
msgid "Force TKIP and CCMP (AES)"
msgstr "强制 TKIP 和 CCMP(AES)"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "travelmate 等待 wlan 上行连接成功最长时间。"
@@ -255,7 +265,7 @@ msgstr "忽略 BSSID"
msgid "Input file not found, please check your configuration."
msgstr "未找到输入文件,请检查您的配置。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr "接口超时"
@@ -267,7 +277,7 @@ msgstr "接口向导"
msgid "Last Run"
msgstr "上次运行"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr ""
@@ -275,7 +285,7 @@ msgstr ""
msgid "Loading"
msgstr "载入中"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -289,7 +299,7 @@ msgstr "下移"
msgid "Move up"
msgstr "上移"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr "要使用的上行连接接口名称。"
@@ -301,16 +311,16 @@ msgstr ""
msgid "Open"
msgstr "开"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr "如果默认值不适合您,可以选择进一步调整。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr "总体超时"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr "总体重试超时(秒)。"
@@ -367,7 +377,7 @@ msgstr ""
"此处显示 travelmate 接口(%s)所有已配置上行连接的概述。您可以编辑、删除或重"
"新排序现有连接,或扫描新上行连接。当前使用的上行连接以蓝色突出显示。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr "无线电选择/顺序"
@@ -384,7 +394,7 @@ msgstr "重启"
msgid "Restart Travelmate"
msgstr "重启 Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
@@ -392,7 +402,7 @@ msgstr ""
"将 travelmate 限制在单个无线电上(例如“radio1”),或改变整个扫描顺序(例"
"如“radio1 radio2 radio0”)。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr "连接到上行连接的重试限制。"
@@ -423,7 +433,7 @@ msgstr "保存"
msgid "Scan"
msgstr "扫描"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr ""
@@ -431,7 +441,7 @@ msgstr ""
msgid "Show/Hide QR-Codes"
msgstr "显示/隐藏 QR 码"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr "信号质量阈值"
@@ -501,7 +511,7 @@ msgstr "Travelmate 版本"
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr "触发延迟"
@@ -514,7 +524,7 @@ msgstr "未知"
msgid "Up"
msgstr "上"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr "上行 / 触发接口"
diff --git a/applications/luci-app-travelmate/po/zh-tw/travelmate.po b/applications/luci-app-travelmate/po/zh-tw/travelmate.po
index b9c1e0c961..583e338dc5 100644
--- a/applications/luci-app-travelmate/po/zh-tw/travelmate.po
+++ b/applications/luci-app-travelmate/po/zh-tw/travelmate.po
@@ -24,6 +24,10 @@ msgstr "AP 開啟"
msgid "Action"
msgstr "動作"
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+msgid "Add Open Uplinks"
+msgstr ""
+
#: applications/luci-app-travelmate/luasrc/view/travelmate/wifi_scan.htm:80
msgid "Add Uplink"
msgstr "新增上行連線"
@@ -32,7 +36,7 @@ msgstr "新增上行連線"
msgid "Add Wireless Uplink Configuration"
msgstr "新增無線上行連線配置"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:113
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "在 travelmate 處理開始前的額外觸發延遲(秒)。"
@@ -58,7 +62,13 @@ msgstr ""
msgid "Automatic"
msgstr "自動"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+msgid ""
+"Automatically add open uplinks like hotel captive portals to your wireless "
+"config."
+msgstr ""
+
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
msgid ""
"Automatically resets the 'Faulty Stations' list after n minutes. Default is "
"'0' which means no expiry."
@@ -76,7 +86,7 @@ msgstr "BSSID"
msgid "Back to overview"
msgstr "返回概述"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:143
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:148
msgid "Buffer size in bytes to prepare nearby scan results."
msgstr ""
@@ -104,7 +114,7 @@ msgid ""
"functionality."
msgstr "配置 travelmate 包,以啟用旅行路由器功能。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:118
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:123
msgid "Connection Limit"
msgstr "連線限制"
@@ -170,7 +180,7 @@ msgstr "編輯此上行連線"
msgid "Enable Travelmate"
msgstr "啟用 travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:98
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
msgid "Enable Verbose Debug Logging"
msgstr "啟用詳細除錯日誌"
@@ -192,7 +202,7 @@ msgid ""
"logins."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:95
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:100
msgid "Extra Options"
msgstr "額外選項"
@@ -235,7 +245,7 @@ msgstr "強制 TKIP"
msgid "Force TKIP and CCMP (AES)"
msgstr "強制 TKIP 和 CCMP(AES)"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:131
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "travelmate 等待 wlan 上行連線成功最長時間。"
@@ -256,7 +266,7 @@ msgstr "忽略 BSSID"
msgid "Input file not found, please check your configuration."
msgstr "未找到輸入檔案,請檢查您的配置。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:135
msgid "Interface Timeout"
msgstr "介面超時"
@@ -268,7 +278,7 @@ msgstr "介面嚮導"
msgid "Last Run"
msgstr "上次執行"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:106
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:111
msgid "List Auto Expiry"
msgstr ""
@@ -276,7 +286,7 @@ msgstr ""
msgid "Loading"
msgstr "載入中"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:125
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:130
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
@@ -290,7 +300,7 @@ msgstr "下移"
msgid "Move up"
msgstr "上移"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:75
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:80
msgid "Name of the used uplink interface."
msgstr "要使用的上行連線介面名稱。"
@@ -302,16 +312,16 @@ msgstr ""
msgid "Open"
msgstr "開"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:96
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:101
msgid ""
"Options for further tweaking in case the defaults are not suitable for you."
msgstr "如果預設值不適合您,可以選擇進一步調整。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:136
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:141
msgid "Overall Timeout"
msgstr "總體超時"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:137
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
msgid "Overall retry timeout in seconds."
msgstr "總體重試超時(秒)。"
@@ -368,7 +378,7 @@ msgstr ""
"此處顯示 travelmate 介面(%s)所有已配置上行連線的概述。您可以編輯、刪除或重"
"新排序現有連線,或掃描新上行連線。當前使用的上行連線以藍色突出顯示。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:102
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:107
msgid "Radio Selection / Order"
msgstr "無線電選擇/順序"
@@ -385,7 +395,7 @@ msgstr "重啟"
msgid "Restart Travelmate"
msgstr "重啟 Travelmate"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:103
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:108
msgid ""
"Restrict travelmate to a single radio (e.g. 'radio1') or change the overall "
"scanning order (e.g. 'radio1 radio2 radio0')."
@@ -393,7 +403,7 @@ msgstr ""
"將 travelmate 限制在單個無線電上(例如“radio1”),或改變整個掃描順序(例"
"如“radio1 radio2 radio0”)。"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:119
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
msgid "Retry limit to connect to an uplink."
msgstr "連線到上行連線的重試限制。"
@@ -424,7 +434,7 @@ msgstr "儲存"
msgid "Scan"
msgstr "掃描"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:142
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:147
msgid "Scan Buffer Size"
msgstr ""
@@ -432,7 +442,7 @@ msgstr ""
msgid "Show/Hide QR-Codes"
msgstr "顯示/隱藏 QR 碼"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:124
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:129
msgid "Signal Quality Threshold"
msgstr "訊號質量閾值"
@@ -502,7 +512,7 @@ msgstr "Travelmate 版本"
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:112
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:117
msgid "Trigger Delay"
msgstr "觸發延遲"
@@ -515,7 +525,7 @@ msgstr "未知"
msgid "Up"
msgstr "上"
-#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:74
+#: applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua:79
msgid "Uplink / Trigger interface"
msgstr "上行 / 觸發介面"
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po
index 1e9aec1f67..e6eef72ca4 100644
--- a/modules/luci-base/po/uk/base.po
+++ b/modules/luci-base/po/uk/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2019-07-30 02:20+0300\n"
+"PO-Revision-Date: 2019-08-26 13:25+0300\n"
"Last-Translator: Yurii <yuripet@gmail.com>\n"
"Language-Team: none\n"
"Language: uk\n"
@@ -5509,7 +5509,7 @@ msgstr "Часовий пояс"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:863
msgid "To login…"
-msgstr "Для входу…"
+msgstr "До входу…"
#: modules/luci-mod-system/luasrc/view/admin_system/flashops.htm:32
msgid ""
@@ -6179,7 +6179,7 @@ msgstr "створити:"
#: modules/luci-mod-network/luasrc/model/cbi/admin_network/ifaces.lua:264
msgid "creates a bridge over specified interface(s)"
-msgstr "Створити міст через зазначені інтерфейси"
+msgstr "Створює мережевий міст через зазначені інтерфейси"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wifi_join.js:24
#: modules/luci-mod-status/luasrc/view/admin_status/wireless.htm:277