o.nocreate = true;
o.rmempty = true;
+ o = s.taboption('general', form.Value, 'trm_stdvpnservice', _('Standard VPN Service'), _('Standard VPN service which will be automatically added to new STA profiles.'));
+ o.depends('trm_vpn', '1');
+ o.value('wireguard');
+ o.value('openvpn');
+ o.rmempty = true;
+
+ o = s.taboption('general', widgets.NetworkSelect, 'trm_stdvpniface', _('Standard VPN interface'), _('Standard VPN interface which will be automatically added to new STA profiles.'));
+ o.depends('trm_vpn', '1');
+ o.nocreate = true;
+ o.rmempty = true;
+
o = s.taboption('general', form.Flag, 'trm_netcheck', _('Net Error Check'), _('Treat missing internet availability as an error.'));
o.depends('trm_captive', '1');
o.default = 0;
o.rmempty = true;
o = s.taboption('additional', form.ListValue, 'trm_useragent', _('User Agent'), _('The selected user agent will be used for connectivity- and captive portal checks.'));
- o.value('Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0', 'Firefox (default)');
- o.value('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36', 'Chromium');
- o.value('Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15', 'Safari');
- o.value('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 Edg/92.0.902.55', 'Edge');
- o.value('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 OPR/77.0.4054.277', 'Opera');
+ o.value('Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0', 'Firefox (default)');
+ o.value('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Chromium');
+ o.value('Mozilla/5.0 (Macintosh; Intel Mac OS X 14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'Safari');
+ o.value('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.61', 'Edge');
+ o.value('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 OPR/103.0.0.0', 'Opera');
o.optional = true;
o.rmempty = true;
w_sections = uci.sections('wireless', 'wifi-iface');
t_sections = uci.sections('travelmate', 'uplink');
+
for (var i = 0; i < w_sections.length; i++) {
if (w_sections[i].mode !== 'sta' || w_sections[i].network !== iface) {
continue;
}
}
if (match === false) {
+ var vpn_stdservice = uci.get('travelmate', 'global', 'trm_stdvpnservice');
+ var vpn_stdiface = uci.get('travelmate', 'global', 'trm_stdvpniface');
var sid = uci.add('travelmate', 'uplink');
+
uci.set('travelmate', sid, 'enabled', '1');
uci.set('travelmate', sid, 'device', w_sections[i].device);
uci.set('travelmate', sid, 'ssid', w_sections[i].ssid);
uci.set('travelmate', sid, 'bssid', w_sections[i].bssid);
uci.set('travelmate', sid, 'con_start_expiry', '0');
uci.set('travelmate', sid, 'con_end_expiry', '0');
+ if (vpn_stdservice && vpn_stdiface) {
+ uci.set('travelmate', sid, 'vpn', '1');
+ uci.set('travelmate', sid, 'vpnservice', vpn_stdservice);
+ uci.set('travelmate', sid, 'vpniface', vpn_stdiface);
+ }
}
}
}
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "المصادقة"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "قناة"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "جهاز"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "غير مفعل"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "إلغاء"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "اسحب لإعادة ترتيب"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "طريقة EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "تحرير"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "قم بتحرير هذه الشبكة"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "تمكين التسجيل المطول لتصحيح الأخطاء في حالة وجود أي أخطاء في المعالجة."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "مفعل"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "التشفير"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "الاعدادات العامة"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "معلومة"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "آخر تشغيل"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "عرض السجل"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "نظرة عامة"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "كلمة المرور"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "كلمة مرور المفتاح الخاص"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "المسار إلى CA-Certificate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "مسار شهادة العميل"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "المسار إلى المفتاح الخاص"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "تشغيل الإشارات"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "إحفض"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "إعدادات"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "الحالة / الإصدار"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "تأخير الزناد"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "تسجيل مطول للتصحيح"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "لا شيء"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Допълнителни настройки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Канал"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Устройство"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Забранен"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Затвори"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Плъзнете, за да пренаредите"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Mail Профил"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-Mail Изпращач"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-Mail Тема"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-метод"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Редактиране"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Редактиране на тази мрежа"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Включи подрбони журнали в случай на работни грешки."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Разрешен"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Криптиране"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Основни настройки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Информация"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Премахни"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Запази"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "ডিভাইস"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "নিষ্ক্রিয়"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "বাতিল"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "সক্রিয়"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "সাধারণ সেটিংস"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC অ্যাড্রেস"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "সেটিংস"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identitat anònima"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autenticació"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Script d’inici de sessió automàtic"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr "Detecció de portals captius"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Límit de connexions"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Dispositiu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Oblida-ho"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Arrossegueu per reordenar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Edita"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Activat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Xifratge"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Paràmetres generals"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identitat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Informació"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Darrera execució"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Opcional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Visió de conjunt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Contrasenya"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Contrasenya de la clau privada"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Camí cap al certificat CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Camí cap al certificat de client"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Camí cap a la clau privada"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (amagat)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Desar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Paràmetres"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "Enregistrament detallat de depuració"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr "QR kódy AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Další nastavení"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonymní identita"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Ověřování se"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanál"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Zařízení"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Zakázáno"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Zahodit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-mailový profil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Adresa odesílatele e-mailu"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Téma e-mailu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Metoda EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Upravit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Upravit tuto síť"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Zapnuto"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Šifrování"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Obecná nastavení"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identita"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Informace"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Název rozhraní"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Časový limit rozhraní"
msgid "Last Run"
msgstr "Poslední spuštění"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Zobrazení protokolu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC adresa"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Přehled"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Heslo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Heslo privátního klíče"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Cesta k certifikátu CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Cesta k certifikátu klienta"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Cesta k privátnímu klíči"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Odstranit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Uložit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Nastavení"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Prodleva spuštění"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Yderligere indstillinger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonym identitet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Godkendelse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanal"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Enhed"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Deaktiveret"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Afvis"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Træk for at omarrangere"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-mail profil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Modtagerens e-mailadresse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-mail afsenderadresse"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-mail emne"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-metode"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Rediger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Rediger dette netværk"
msgstr ""
"Aktiver verbose debug-logning i tilfælde af eventuelle behandlingsfejl."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Aktiver"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Kryptering"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Generelle indstillinger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identitet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Information"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Sidste kørsel"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Logvisning"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-adresse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Valgfrit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Oversigt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Adgangskode"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Adgangskode til den private nøgle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Sti til CA-certifikat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Sti til klient-certifikatet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Sti til privat nøgle"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Fjern"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Påkrævet"
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "Kør flag"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Gem"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Serviceprioritet"
msgid "Settings"
msgstr "Indstillinger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Status / version"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Udløserforsinkelse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Brug systemcertifikater"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Brugeragent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "Verbose Debug Logning"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "ingen"
msgid "AP QR-Codes..."
msgstr "AP QR-Codes..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Uplink hinzufügen %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Uplink hinzufügen..."
msgid "Additional Settings"
msgstr "Zusätzliche Einstellungen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Zusätzliche Trigger-Verzögerung in Sekunden, bevor Travelmate startet."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonyme Identität"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Authentifizierung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Automatisch hinzugefügter offener Uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Auto-Login-Skript"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Automatisch offene Uplinks hinzufügen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"nach fehlgeschlagenen Anmeldeversuchen. <br /> Die Standardeinstellung '0' "
"deaktiviert diese Funktion."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Füge der Netzwerk-Konfiguration automatisch offene Uplinks wie Hotel-"
"HotSpots hinzu."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"zeitgesteuerte Verbindungen. <br /> Die Standardeinstellung '0' deaktiviert "
"diese Funktion."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"Funktion erfordert die zusätzliche Konfiguration von <em>Wireguard</em> oder "
"<em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Captive-Portal-Erkennung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "Captive-Portal-URL"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanal"
"'Interface Wizard' einmal auf, um die notwendigen Netzwerk- und Firewall-"
"Einstellungen vorzunehmen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Verbindungsende"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Verbindungsende-Ablauf"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Verbindungslimit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Verbindungsstart"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Verbindungsstart-Ablauf"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Gerät"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Gerätename"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "deaktiviert"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Verwerfen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Ziehen zur Neuanordnung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "E-Mail-Hook"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Mail-Profil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse"
msgid "E-Mail Settings"
msgstr "E-Mail-Einstellungen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-Mail-Thema"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-Methode"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Bearbeiten"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Dieses Netzwerk bearbeiten"
msgstr ""
"Aktiviere das ausführliche Anwendungs-Logging bei Verarbeitungsfehlern."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Dieses Netzwerk aktivieren/deaktivieren"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Aktiviert"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Verschlüsselung"
msgid "Ext. Hooks"
msgstr "Ext. Hooks"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Externe Skriptreferenz, die für automatisierte Captive-Portal-Anmeldungen "
"aufgerufen wird."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "SCHNELL"
msgid "General Settings"
msgstr "Allgemeine Einstellungen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Generieren Sie für jede Uplink-Verbindung eine zufällige Unicast-MAC-Adresse."
msgid "Grant access to LuCI app travelmate"
msgstr "Zugriff auf LuCI App Travelmate gewähren"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Wie lange Travelmate auf eine erfolgreiche WLAN-Uplink-Verbindung warten "
"sollte."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identität"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "BSSID ignorieren"
msgid "Information"
msgstr "Informationen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Name der Schnittstelle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Zeitüberschreitung der Schnittstelle"
msgid "Last Run"
msgstr "Letzter Durchgang"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Automatisches Hinzufügen einschränken"
msgid "Limit VPN processing to certain interfaces."
msgstr "VPN-Verarbeitung auf bestimmten Schnittstellen einschränken."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Die maximale Anzahl der automatisch hinzugefügten offenen Uplinks begrenzen. "
"Um diese Begrenzung zu deaktivieren, setzen Sie sie auf \"0\"."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Die Ergebnisse des Nahbereichs-Scans einschränken, um nur die stärksten "
msgid "Log View"
msgstr "Protokollansicht"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-Adresse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Verwaltung des Frame-Schutzes"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Mindestschwelle für die Signalqualität in Prozent für bedingte Uplink-"
"Verbindungen/Unterbrechungen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Netzfehlerprüfung"
msgid "No travelmate related logs yet!"
msgstr "Es existieren noch keine Travelmate-bezogenen Protokolle!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Ein/Aus"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Optional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Gesamt-Timeout"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Gesamtzeitlimit für Wiederholungen in Sekunden."
msgid "Overview"
msgstr "Übersicht"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"ist in <span style=\"color:rgb(68, 170, 68);font-weight:bold\">grün</span> "
"hervorgehoben."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Passwort"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Passwort des privaten Schlüssels"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Pfad zum CA-Zertifikat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Pfad zum Client-Zertifikat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Pfad zum Privaten Schlüssel"
"Bitte beachten Sie: Für E-Mail-Benachrichtigungen muss das Paket <em>mstmp</"
"em> separat eingerichtet werden.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "ProActive-Uplink-Switch"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Trotz einer bereits bestehenden Verbindung proaktiv scannen und zu einem "
"Uplink mit höherer Priorität wechseln."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Profil, das von 'msmtp' zur Benachrichtigung von Travelmate-E-Mails "
msgid "Radio Selection"
msgstr "Funkmodulauswahl"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "MAC-Adressen randomisieren"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Empfängeradresse für Travelmate-Benachrichtigungs-E-Mails."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Entfernen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Dieses Netzwerk entfernen"
"Legen Sie den QR-Code des ausgewählten Access Points vor, um die WLAN-"
"Anmeldeinformationen bequem auf Ihre Mobilgeräte zu übertragen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Scan wiederholen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Erforderlich"
"Beschränke travelmate auf ein einzelnes Funkmodul oder ändere die globale "
"Scan-Reihenfolge."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Wiederholungslimit für eine Verbindung zu einem Uplink."
msgid "Run Flags"
msgstr "Laufzeit-Flags"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (versteckt)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Speichern"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Scan-Grenzwert"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Weiterscannen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Skriptargumente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Absenderadresse für Travelmate-Benachrichtigungs-E-Mails."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Sendet nach jeder erfolgreichen Uplink-Verbindung Benachrichtigungs-E-Mails."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Dienstpriorität"
msgid "Settings"
msgstr "Einstellungen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Signalqualitätsschwelle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Durch Leerzeichen getrennte Liste zusätzlicher Argumente, die an das "
"automatische Anmeldeskript übergeben werden, z.B. Benutzername und Kennwort"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Starten des drahtlosen Scans am '"
msgid "Status / Version"
msgstr "Status / Version"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Stärke"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "Die Schnittstellenmetrik"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "Die logische VPN-Netzwerkschnittstelle, wie 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"Die ausgewählte URL wird für Konnektivitäts- und Captive-Portal-Prüfungen "
"verwendet."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "Die ausgewählte Priorität wird für Travelmate-Prozesse verwendet."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "Der Name der Uplink-Schnittstelle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"Alias-Netzwerkschnittstelle mit allen erforderlichen Netzwerk- und Firewall-"
"Einstellungen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Thema für Travelmate-Benachrichtigungs-E-Mails."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Travelmate-Einstellungen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Fehlende Internetverfügbarkeit als Fehler behandeln."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Verzögerung der Trigger-Bedingung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Benutze System-Zertifikate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Verwenden der angegebenen MAC-Adresse für diesen Uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "User-Agent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN-Hook"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN-Schnittstelle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN-Dienst"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "VPN-Einstellungen"
msgid "VPN processing"
msgstr "VPN-Verarbeitung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Überprüfen des Serverzertifikats mithilfe des integrierten "
msgid "Verbose Debug Logging"
msgstr "Ausführliche Debug-Protokollierung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "WPA-Flags"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Drahtloser Scan"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Drahtlose Einstellungen"
msgid "Wireless Stations"
msgstr "Drahtlose Stationen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "kein"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Επιπρόσθετες ρυθμίσεις"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Ανώνυμη Ταυτότητα"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Κανάλι"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Συσκευή"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Ενεργοποιήθηκε"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Κρυπτογράφηση"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Γενικές ρυθμίσεις"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Ρυθμίσεις"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr "Códigos QR del AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Agregar enlace ascendente %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Agregar enlace ascendente..."
msgid "Additional Settings"
msgstr "Configuración adicional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Demora adicional del disparador en segundos antes de que comience el "
"procesamiento de travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identidad anónima"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autenticación"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Agregar automáticamente enlaces ascendentes abiertos"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Script de inicio de sesión automático"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Auto agregar enlaces ascendentes abiertos"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"minutos, p.e. después de intentos fallidos de inicio de sesión.<br/> El "
"valor predeterminado de '0' desactiva esta función."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Agregue automáticamente enlaces ascendentes abiertos como portales cautivos "
"de hotel a su configuración inalámbrica."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"minutos, p.e. para conexiones temporizadas.<br/> El valor predeterminado de "
"'0' desactiva esta función."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"Maneja automáticamente las conexiones VPN. <br /> Nota: esta función "
"requiere la configuración adicional de <em>Wireguard</em> u <em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Detección de portal cautivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "URL del portal cautivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Canal"
"vez al \"Asistente de interfaz\" para realizar los ajustes necesarios de red "
"y firewall."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Fin de conexión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Caducidad de fin de conexión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Límite de conexión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Inicio de conexión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Vencimiento de inicio de conexión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Dispositivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Nombre del dispositivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Desactivado"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Descartar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Arrastrar para reordenar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "Gancho de correo electrónico"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico"
msgid "E-Mail Settings"
msgstr "Configuraciones del correo electrónico"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Tema del correo electrónico"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Método EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Editar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Editar esta red"
"Activar el registro de depuración detallado en caso de errores de "
"procesamiento."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Habilitar/Deshabilitar esta red"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Activado"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Encriptación"
msgid "Ext. Hooks"
msgstr "Manos ext."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Referencia de script externo que se llamará para inicios de sesión cautivos "
"automatizados del portal."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "RÁPIDO"
msgid "General Settings"
msgstr "Configuración general"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Genere una dirección MAC de unidifusión aleatoria para cada conexión de "
msgid "Grant access to LuCI app travelmate"
msgstr "Otorgar acceso a la aplicación Travelmate de LuCI"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Cuánto tiempo debe esperar travelmate para una conexión de enlace wlan sea "
"exitosa."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identidad"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignorar BSSID"
msgid "Information"
msgstr "Información"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Nombre de interfaz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Tiempo de espera de la interfaz"
msgid "Last Run"
msgstr "Último inicio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Limitar AutoAdd"
msgid "Limit VPN processing to certain interfaces."
msgstr "Limitar el procesamiento de VPN a ciertas interfaces."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Limite el número máximo de enlaces ascendentes abiertos agregados "
"automáticamente. Para desactivar esta limitación, establézcala en '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Limite los resultados del análisis cercano para procesar solo los enlaces "
msgid "Log View"
msgstr "Vista de registro"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Dirección MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Protección del marco de gestión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Umbral de calidad de señal mínimo como porcentaje para conexiones (dis-) de "
"enlace condicional."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Comprobación de error neto"
msgid "No travelmate related logs yet!"
msgstr "¡Aún no hay registros relacionados con Travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Encender/Apagar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Opcional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Tiempo de espera total"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Tiempo de espera de reintento global en segundos."
msgid "Overview"
msgstr "Visión general"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"de enlace ascendente VPN cifrada se enfatiza en <span style=\"color:rgb(68, "
"170, 68);font-weight:bold\">verde</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Contraseña"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Contraseña de clave privada"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Ruta al certificado CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Ruta al certificado del cliente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Ruta a la clave privada"
"Tenga en cuenta: las notificaciones por correo electrónico requieren la "
"configuración por separado del paquete <em>mstmp</em>.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "Interruptor de enlace proactivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Escanee de forma proactiva y cambie a un enlace de mayor prioridad, a pesar "
"de una conexión ya existente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Perfil utilizado por 'msmtp' para los correos electrónicos de notificación "
msgid "Radio Selection"
msgstr "Selección de radio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Aleatorizar direcciones MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
"Dirección del destinatario de los correos electrónicos de notificación de "
"travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Eliminar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Eliminar esta red"
"Genere el código QR del AP seleccionado para transferir cómodamente las "
"credenciales WLAN a sus dispositivos móviles."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Repetir escaneo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Requerido"
msgstr ""
"Restrinja Travelmate a una sola radio o cambie el orden de escaneo general."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Vuelva a intentar el límite para conectarse a un enlace ."
msgid "Run Flags"
msgstr "Ejecutar banderas"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (oculto)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Guardar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Límite de escaneo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Escanear en"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Argumentos de script"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
"Dirección del remitente para los correos electrónicos de notificación de "
"Travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Envía notificaciones por correo electrónico después de cada conexión de "
"enlace ascendente exitosa."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Prioridad de servicio"
msgid "Settings"
msgstr "Configuraciones"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Umbral de calidad de señal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"de comandos de inicio de sesión automático, es decir, nombre de usuario y "
"contraseña"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Iniciando escaneo inalámbrico en '"
msgid "Status / Version"
msgstr "Estado/Versión"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Intensidad"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "La métrica de la interfaz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "La interfaz de red vpn lógica como 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"La URL seleccionada se utilizará para las comprobaciones de conectividad y "
"del portal cautivo."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
"La prioridad seleccionada se utilizará para los procesos de Travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "El nombre de la interfaz de enlace ascendente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"una vez. Este asistente crea una interfaz de red de alias IPv4 e IPv6 con "
"todas las configuraciones de red y cortafuegos requeridas."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de compañeros de viaje."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Configuración de Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Trate la falta de disponibilidad de Internet como un error."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Retraso de disparo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Usar certificados del sistema"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Utilice la dirección MAC especificada para este enlace ascendente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Agente de usuario"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "Gancho VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "Interfaz VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "Servicio VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Configuración de VPN"
msgid "VPN processing"
msgstr "Procesamiento de VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Validar el certificado del servidor mediante el paquete de CA del sistema "
msgid "Verbose Debug Logging"
msgstr "Registro de depuración detallado"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "Encriptación WPA (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "Encriptación WPA (TKIP)"
msgid "WPA Flags"
msgstr "Banderas WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA personal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA personal (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "Encriptación WPA/WPA2 (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "Encriptación WPA/WPA2 (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "Encriptación WPA/WPA2 (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 personal (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Enterprise"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "Encriptación WPA2 (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "Encriptación WPA2 (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 personal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 personal (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "Encriptación WPA2/WPA3"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "Encriptación WPA3"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 personal (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Escanear red Wi-Fi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Configuración Wi-Fi"
msgid "Wireless Stations"
msgstr "Estaciones Wi-Fi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "ninguno"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Lisäasetukset"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonyymi identiteetti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Todennus"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanava"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Laite"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Pois käytöstä"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Hylkää"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Vedä järjestääksesi uudelleen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-menetelmä"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Muokkaa"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Muokkaa tätä verkkoa"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Käytössä"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Salaus"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Yleiset asetukset"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identiteetti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Tietoja"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Viimeksi ajettu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-osoite"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Yleiskatsaus"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Salasana"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Yksityisen avaimen salasana"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Polku CA-varmenteeseen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Polku asiakasvarmenteeseen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Polku yksityiseen avaimeen"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Poista"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Tallenna"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Asetukset"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Tila / versio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "ei mitään"
msgid "AP QR-Codes..."
msgstr "AP QR-Codes..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Ajouter Uplink %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Ajouter Uplink..."
msgid "Additional Settings"
msgstr "Paramètres supplémentaires"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Délai de déclenchement supplémentaire en secondes avant le début du "
"traitement de travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identité anonyme"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Authentification"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Ajout automatique de la liaison montante ouverte"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Script de connexion automatique"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "AutoAdd Open Uplinks"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"exemple après des tentatives de connexion infructueuses. <br /> La valeur "
"par défaut '0' désactive cette fonctionnalité."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Ajoutez automatiquement des liens entrants ouverts tels que des portails "
"captifs d’hôtel à votre configuration sans fil."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"exemple pour les connexions temporisées.<br /> La valeur par défaut de \"0\" "
"désactive cette fonction."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"nécessite la configuration supplémentaire de <em>Wireguard</em> ou "
"<em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Détection du portail captif"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "URL du portail captif"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Canal"
"une fois l’assistant d’interface pour définir les paramètres réseau et pare-"
"feu nécessaires."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Fin de connexion"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Expiration de connexion"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Limite de connexion"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Connexion Démarrer"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Expiration du début de la connexion"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Appareil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Nom de l'appareil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Désactivé"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Effacer"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Faites glisser pour réorganiser"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Courriel"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Adresse e-mail du destinataire"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Adresse e-mail de l'expéditeur"
msgid "E-Mail Settings"
msgstr "Réglages e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Objet de l'e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-Method"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Éditer"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Éditer ce réseau"
"Activez la journalisation de débogage verbeuse en cas d'erreurs de "
"traitement."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Activer/désactiver ce réseau"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Activé"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Chiffrement"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Référence de script externe qui sera appelée pour les connexions "
"automatisées au portail captif."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "FAST"
msgid "General Settings"
msgstr "Paramètres généraux"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Générer une adresse MAC aléatoire unicast pour chaque connexion uplink."
msgid "Grant access to LuCI app travelmate"
msgstr "Accorder l'accès à l'application LuCI travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Combien de temps doit attendre travelmate pour une connexion uplink wlan "
"réussie."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identité"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignorer BSSID"
msgid "Information"
msgstr "Information"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Nom d'interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Interface Timeout"
msgid "Last Run"
msgstr "Dernière exécution"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Limitez le nombre maximal de liaisons montantes ouvertes ajoutées "
"automatiquement. Pour désactiver cette limitation, réglez-la sur '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Vue du journal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Vue d'ensemble"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Mot de passe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Mot de passe de la clé privée"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Chemin du certificat CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Chemin du certificat-client"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Chemin de la clé privée"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Analyse proactive et basculez vers une liaison montante plus prioritaire, "
"malgré une connexion déjà existante."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Désinstaller"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"informations d'identification du réseau local sans fil vers vos appareils "
"mobiles."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "Drapeaux d'exécution"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Sauvegarder"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Paramètres"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Liste séparée par des espaces d’arguments supplémentaires transmis au script "
"de connexion automatique, c’est-à-dire nom d’utilisateur et mot de passe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Statut / Version"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Délai de déclenchement"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "Logs en mode verbeux"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "aucun"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "מכשיר"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "התעלמות"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "הגדרות כלליות"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "כתובת חומרה (MAC)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "שם רשת"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "הגדרות"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "További beállítások"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Hitelesítés"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Csatorna"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Eszköz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Letiltva"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Eltüntetés"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Húzza az átrendezéshez"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Mail profil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-Mail küldő cím"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
#, fuzzy
msgid "E-Mail Topic"
msgstr "E-Mail téma"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP módszer"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Szerkesztés"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Hálózat szerkesztése"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Engedélyezve"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Titkosítás"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Általános Beállítások"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Személyazonosság"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Információ"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Utolsó futás"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Log nézet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC cím"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Áttekintés"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Jelszó"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Személyes kulcs jelszava"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Útvonal a CA-tanúsítványhoz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Útvonal az ügyféltanúsítványhoz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Útvonal a személyes kulcshoz"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Eltávolítás"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Mentés"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Beállítások"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Státusz / Verzió"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Aktiváló késleltetése"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr "Codici QR AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Aggiungi Uplink %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Aggiungi Uplink..."
msgid "Additional Settings"
msgstr "Impostazioni aggiuntive"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Ritardo di attivazione aggiuntivo in secondi prima dell'inizio "
"dell'elaborazione del travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identità anonima"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autenticazione"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Canale"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Dispositivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Disattivato"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Chiudi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Trascina per riordinare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Profilo e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Indirizzo e-mail destinatario"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Indirizzo e-mail mittente"
msgid "E-Mail Settings"
msgstr "Impostazioni e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Oggetto e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Metodo EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Modifica"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Modifica questa rete"
msgstr ""
"Attiva log di debug esteso in caso di qualsiasi errore di elaborazione."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Attivato"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Crittografia"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Impostazioni generali"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identità"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Informazioni"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Ultimo avvio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Vista dei log"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Indirizzo MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Facoltativo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Riepilogo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Password"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Password della chiave privata"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Percorso del certificato CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Percorso del certificato client"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Percorso della chiave privata"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Rimuovi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Necessario"
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "Avvia flags"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Salva"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Impostazioni"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Stato / Versione"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Ritardo innesco"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Usa i certificati di sistema"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "Registro di debug dettagliato"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "nessuno"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "追加設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Travelmate の処理が開始されるまでの、追加の遅延時間(秒)です。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "認証"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "自動ログイン スクリプト"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"ホテルのキャプティブ ポータルのような、オープンなアップリンクを自動的に無線設"
"定に追加します。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr "キャプティブポータル検知"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "チャンネル"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "接続制限"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "デバイス"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "無効"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "閉じる"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "ドラッグして並び替え"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Eメールプロファイル"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Eメールトピック"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAPメソッド"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "編集"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "このネットワークを編集"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "エラーが発生した際に詳細なデバッグロギングを有効にします。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "有効"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "暗号化"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"キャプティブ ポータルへの自動ログインのために呼び出される、外部スクリプトへの"
"参照です。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "一般設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "Travelmate が無線アップリンクへの接続成功を待つ時間です。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "識別子"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "BSSID の無視"
msgid "Information"
msgstr "情報"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "インターフェース タイムアウト"
msgid "Last Run"
msgstr "最終実行"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "ログビュー"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"条件付きアップリンク接続(または切断)のための、シグナル品質閾値の下限(%)で"
"す。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "ネット エラーチェック"
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "実行間隔"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "全体的な再試行タイムアウト(秒)です。"
msgid "Overview"
msgstr "概要"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "パスワード"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "秘密鍵のパスワード"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "CA証明書のパス"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "クライアント証明書のパス"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "秘密鍵のパス"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "積極的なアップリンク切替"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"既存の接続に関わらず、より優先度の高いアップリンクへの積極的なスキャンと切り"
"替えを行います。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "削除"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "アップリンクへの接続を試行する回数です。"
msgid "Run Flags"
msgstr "実行フラグ"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID(ステルス)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "保存"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "サービス優先度"
msgid "Settings"
msgstr "設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "シグナル品質閾値"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "ステータス / バージョン"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "インターネット可用性が無い場合をエラーとして扱います。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "トリガ遅延"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "詳細なデバッグ ログ"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "無線スキャン"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr "無線ステーション"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "なし"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "채널"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "장비"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "비활성화"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "닫기"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "수정"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "활성화"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "암호화"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "기본 설정"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "정보"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "개요"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "패스워드"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "CA 인증서 경로"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "없음"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonimiška tapatybė"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autentifikavimas"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "„BSSID“"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "„CHAP“"
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanalas"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Įrenginys"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Išjungtas/-i"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Nepaisyti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "„EAP-Metodas“"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Redaguoti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Redaguoti šį tinklą"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Įjungta"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Šifravimas"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Bendri nustatymai"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Tapatybė"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Informacija"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "„MAC“ adresas"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Pasirenkamas"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Apžiūra"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "„PAP“"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Slaptažodis"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Privataus rakto slaptažodis"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Kelias į „CA-Sertifikatas“"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Kelias į „Kliento-Sertifikatas“"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Kelias į privatų raktą"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Pašalinti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Reikalaujama/Privaloma"
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "„SSID“"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Išsaugoti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Nustatymai"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Naudoti sistemos sertifikatus"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "joks"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "डिव्हाइस"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "डिसमिस करा"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "आढावा"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "संकेतशब्द"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Ytterligere innstillinger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanal"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Enhet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Avslå"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Dra for å endre rekkefølge"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-postprofil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-postemne"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Rediger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Rediger dette nettverket"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Aktivert"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Kryptering"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Generelle innstillinger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr "Info"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Sist kjørt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Loggvisning"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-adresse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MS-CHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
#, fuzzy
msgid "MSCHAPV2"
msgstr "MS-CHAPv2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Oversikt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Passord"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "Kjøringsflagg"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Lagre"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Innstillinger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Status/versjon"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Utløserforsinkelse"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
#, fuzzy
msgid "none"
msgstr "ingen"
msgid "AP QR-Codes..."
msgstr "AP QR-codes..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Uplink %q toevoegen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Uplink toevoegen..."
msgid "Additional Settings"
msgstr "Aanvullende instellingen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Extra triggervertraging in seconden voordat de verwerking van reisgenoten "
"begint."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonieme identiteit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Authenticatie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Automatisch toegevoegde open uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Automatisch inloggen Script"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Open uplinks automatisch toevoegen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"mislukte inlogpogingen. <br /> De standaardwaarde '0' schakelt deze functie "
"uit."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Voeg automatisch open uplinks zoals hotel captive portals toe aan uw "
"draadloze configuratie."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"Schakel de uplink automatisch uit na <em>n</em> minuten, b.v. voor getimede "
"verbindingen. <br /> De standaardwaarde van '0' schakelt deze functie uit."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"Beheer automatisch VPN-verbindingen.<br /> Let op: deze functie vereist de "
"aanvullende configuratie van <em>Wireguard</em> of <em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Captive Portal-detectie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "Captive Portal URL"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanaal"
"<br /> <em>Let op:</em> Roep bij de eerste start eenmalig de 'Interface "
"Wizard' op om de benodigde netwerk- en firewall-instellingen te maken."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Verbinding einde"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Einde van de verbinding verloopt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Verbindingslimiet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Verbinding starten"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Verbinding Begin Vervalt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Apparaat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Naam apparaat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Uitgeschakeld"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Afwijzen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Slepen om te herschikken"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "E-mail haak"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Mail profiel"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "E-Mail adres van ontvanger"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-Mail adres van verzender"
msgid "E-Mail Settings"
msgstr "Email instellingen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-Mail onderwerp"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-Methode"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Bewerk"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Dit netwerk bewerken"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Activeer uitgebreide logs in geval van verwerkingsfouten."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Dit netwerk in-/uitschakelen"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Ingeschakeld"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Versleuteling"
msgid "Ext. Hooks"
msgstr "Ext. Haken"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Externe scriptreferentie die wordt aangeroepen voor geautomatiseerde captive "
"portal-aanmeldingen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "SNEL"
msgid "General Settings"
msgstr "Algemene instellingen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr "Genereer een willekeurig unicast MAC-adres voor elke uplinkverbinding."
msgid "Grant access to LuCI app travelmate"
msgstr "Toegang verlenen tot LuCI app travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Hoe lang moet Travelmate wachten op een succesvolle WLAN-uplinkverbinding."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identiteit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Negeer BSSID"
msgid "Information"
msgstr "Informatie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Interface naam"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Interface-time-out"
msgid "Last Run"
msgstr "Laatst gedraaid"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Beperk AutoAdd"
msgid "Limit VPN processing to certain interfaces."
msgstr "Beperk VPN-verwerking tot bepaalde interfaces."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Beperk het maximum aantal automatisch toegevoegde open uplinks. Om deze "
"beperking uit te schakelen zet u deze op '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Beperk de scanresultaten in de buurt om alleen de sterkste uplinks te "
msgid "Log View"
msgstr "Logboekweergave"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-adres"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Mgmt. Frame Bescherming"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Minimale signaalkwaliteitsdrempel als percentage voor voorwaardelijke uplink "
"(dis-) verbindingen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Netto foutcontrole"
msgid "No travelmate related logs yet!"
msgstr "Nog geen travelmate gerelateerde logs!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "SCHULDIG ZIJN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Aan/Uit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Optioneel"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Algemene time-out"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Totale time-out voor opnieuw proberen in seconden."
msgid "Overview"
msgstr "Overzicht"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"span>, een gecodeerde VPN-uplinkverbinding wordt benadrukt in <span "
"style=\"color:rgb(68, 170, 68);font-weight:bold\">groen</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Wachtwoord"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Wachtwoord van privésleutel"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Pad naar CA-certificaat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Pad naar cliënt-certificaat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Pad naar privésleutel"
"Let op: voor e-mailmeldingen is de afzonderlijke installatie van het "
"<em>mstmp</em>-pakket vereist.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "ProActive Uplink-schakelaar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Proactief scannen en overschakelen naar een uplink met hogere prioriteit, "
"ondanks een reeds bestaande verbinding."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr "Profiel gebruikt door 'msmtp' voor e-mailberichten over reisgenoten."
msgid "Radio Selection"
msgstr "Radio Selectie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Randomiseer MAC-adressen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Ontvangeradres voor e-mailmeldingen van reisgenoten."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Verwijder"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Verwijder dit netwerk"
"Geef de QR-code van het geselecteerde toegangspunt weer om de WLAN-"
"referenties gemakkelijk naar uw mobiele apparaten over te dragen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Scan herhalen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Vereist"
msgstr ""
"Beperk reisgenoot tot een enkele radio of wijzig de algehele scanvolgorde."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Limiet voor opnieuw proberen om verbinding te maken met een uplink."
msgid "Run Flags"
msgstr "Vlaggen uitvoeren"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (verborgen)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Opslaan"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Scanlimiet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Scan aan"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Scriptargumenten"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Afzenderadres voor e-mailmeldingen van reisgenoten."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr "Verzendt e-mailmeldingen na elke succesvolle uplinkverbinding."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Serviceprioriteit"
msgid "Settings"
msgstr "Instellingen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Signaalkwaliteitsdrempel"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Door spatie gescheiden lijst van aanvullende argumenten die zijn doorgegeven "
"aan het Auto Inloggen Script, d.w.z. gebruikersnaam en wachtwoord"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Draadloze scan starten op '"
msgid "Status / Version"
msgstr "Status / Versie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Kracht"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "De interface-metriek"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "De logische vpn-netwerkinterface zoals 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"De geselecteerde URL wordt gebruikt voor connectiviteits- en captive portal-"
"controles."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "De geselecteerde prioriteit wordt gebruikt voor Travelmate-processen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "De naam van de uplink-interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"Deze wizard creëert een IPv4- en een IPv6 alias netwerkinterface met alle "
"vereiste netwerk- en firewallinstellingen."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Onderwerp voor travelmate notificatie E-Mails."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Travelmate-instellingen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Behandel ontbrekende internetbeschikbaarheid als een fout."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Trigger vertraging"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Gebruik systeemcertificaten"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Gebruik het opgegeven MAC-adres voor deze uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Gebruikersagent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN-haak"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN-interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN-service"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "VPN-instellingen"
msgid "VPN processing"
msgstr "VPN-verwerking"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Valideer het servercertificaat met behulp van de ingebouwde systeem-CA-bundel"
msgid "Verbose Debug Logging"
msgstr "Uitgebreide logboekregistratie voor foutopsporing"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "WPA-vlaggen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Draadloos scannen"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Draadloze instellingen"
msgid "Wireless Stations"
msgstr "Draadloze stations"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "geen"
msgid "AP QR-Codes..."
msgstr "Kody QR AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Dodaj Uplink %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Dodaj Uplink..."
msgid "Additional Settings"
msgstr "Dodatkowe ustawienia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Dodatkowe opóźnienie wyzwalacza w sekundach zanim travelmate zacznie "
"przetwarzać."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Tożsamość anonimowa"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Uwierzytelnienie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Automatycznie dodane otwarte łącza uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Automatyczny skrypt logowania"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Automatycznie dodawaj otwarte łącza uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"Automatyczne (ponowne) włączenie uplink po <em>n</em> minutach, np. po "
"nieudanych próbach logowania.<br /> Domyślna wartość '0' wyłącza tę funkcję."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Automatycznie dodawaj otwarte łącza zwrotne takie jak strony logowania w "
"sieci w hotelu do swojej bezprzewodowej konfiguracji."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"Automatycznie wyłącza łącze uplink po <em>n</em> minutach, np. dla połączeń "
"czasowych.<br /> Domyślna wartość '0' wyłącza tę funkcję."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"Automatycznie obsługuj połączenia VPN.<br /> Uwaga: ta funkcja wymaga "
"dodatkowej konfiguracji <em>Wireguard</em> lub <em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Wykrywanie logowania w sieci"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "Adres URL portalu przechwytującego"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanał"
"<em>Uwaga: </em> przy pierwszym uruchomieniu wywołaj raz 'Kreatora "
"interfejsu', aby dokonać niezbędnych ustawień sieci i zapory."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Koniec połączenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Wygaśnięcie zakończenia połączenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Limit połączenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Rozpoczęcie połączenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Wygaśnięcie zakończenia połączenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Urządzenie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Nazwa urządzenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Wyłączone"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Odrzuć"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Przeciągnij, aby zmienić kolejność"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "E-Mail Hook"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Profil e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy"
msgid "E-Mail Settings"
msgstr "Ustawienia e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Temat e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Metoda protokołu rozszerzonego uwierzytelniania (EAP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Edytuj"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Edytuj tę sieć"
"Włącz rejestrowanie debugowania w przypadku wystąpienia błędów w "
"przetwarzaniu."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Włącz/wyłącz tę sieć"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Włączone"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Szyfrowanie"
msgid "Ext. Hooks"
msgstr "Zewnętrzne Hooks'y"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Nawiązanie do zewnętrznego skryptu który będzie użyty do automatycznego "
"logowania w sieci."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "FAST"
msgid "General Settings"
msgstr "Ustawienia główne"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr "Wygeneruj losowy adres MAC unicast dla każdego połączenia uplink."
msgid "Grant access to LuCI app travelmate"
msgstr "Przyznaj dostęp LuCI do aplikacji Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Jak długo travelmate powinien czekać na udane połączenie bezprzewodowe."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Tożsamość"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignoruj BSSID"
msgid "Information"
msgstr "Informacje"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Nazwa interfejsu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Limit czasu interfejsu"
msgid "Last Run"
msgstr "Ostatnie uruchomienie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Ogranicz automatyczne dodawanie"
msgid "Limit VPN processing to certain interfaces."
msgstr "Ogranicz przetwarzanie VPN do określonych interfejsów."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Ogranicz maksymalną liczbę automatycznie dodawanych otwartych łączy uplink. "
"Aby wyłączyć to ograniczenie, ustaw je na '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Ogranicz wyniki skanowania w pobliżu, aby przetwarzać tylko najsilniejsze "
msgid "Log View"
msgstr "Widok dziennika"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Adres MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Ochrona ramek zarządzania"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Minimalny próg jakości sygnału jako wartość procentowa dla warunkowych "
"(ujemnych) połączeń."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Kontrola błędów sieci"
msgid "No travelmate related logs yet!"
msgstr "Brak powiązanych dzienników travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Wł./Wył."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Opcjonalne"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Ogólny limit czasu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Ogólny limit czasu powtarzania w sekundach."
msgid "Overview"
msgstr "Przegląd"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"uplink jest podkreślone na <span style=\"color:rgb(68, 170, 68);font-weight:"
"bold\">zielono</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Hasło"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Hasło klucza prywatnego"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Ścieżka do certyfikatu CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Ścieżka do certyfikatu klienta"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Ścieżka do klucza prywatnego"
"Uwaga: Powiadomienia e-mail wymagają oddzielnej konfiguracji <em>mstmp</em> "
"pakietu. <br /> <p>   </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "Przełącznik połączenia ProActive"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Aktywnie skanuj i przełączaj na łącze o wyższym priorytecie, pomimo już "
"istniejącego połączenia."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr "Profil używany przez \"msmtp\" do powiadomień travelmate e-mail."
msgid "Radio Selection"
msgstr "Wybór radia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Losowe adresy MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Adres odbiorcy wiadomości e-mail z powiadomieniem o travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Usuń"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Usuń tę sieć"
"Renderuj kod QR wybranego punktu dostępowego, aby w wygodny sposób przesłać "
"dane uwierzytelniające WLAN do urządzeń mobilnych."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Powtórz skanowanie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Wymagane"
msgstr ""
"Ogranicz travelmate do jednego radia lub zmień ogólną kolejność skanowania."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Limit powtórzeń do połączenia."
msgid "Run Flags"
msgstr "Flagi uruchomieniowe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (ukryty)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Zapisz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Ograniczenie skanowania"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Skanowanie włączone"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Argumenty skryptu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Adres nadawcy dla powiadomień e-mail dla travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Wysyła powiadomienie e-mail po każdym udanym połączeniu przez sieć uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Priorytet usługi"
msgid "Settings"
msgstr "Ustawienia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Próg jakości sygnału"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Rozdzielona spacjami lista dodatkowych argumentów przekazanych do skryptu "
"automatycznego logowania, np. nazwa użytkownika i hasło"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Rozpoczynanie skanowania"
msgid "Status / Version"
msgstr "Status / Wersja"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Siła"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "Metryka interfejsu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "Logiczny interfejs sieci VPN, taki jak 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"Wybrany adres URL będzie używany do sprawdzania łączności i portalu "
"dostępowego."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "Wybrany priorytet będzie używany w procesach travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "Nazwa interfejsu uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"Kreator ten tworzy interfejs sieciowy IPv4- i IPv6 alias z wszystkimi "
"wymaganymi ustawieniami sieci i zapory sieciowej."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Temat powiadomień e-mail travelmate."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Ustawienia Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Traktuj brak dostępu do internetu jako błąd."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Opóźnienie wyzwalacza"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Użyj certyfikatów systemowych"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Użyj określonego adresu MAC dla tego łącza uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Agent użytkownika"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN Hook"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "Interfejs VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "Usługa VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Ustawienia VPN"
msgid "VPN processing"
msgstr "Przetwarzanie VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Weryfikuj certyfikat serwera za pomocą wbudowanego pakietu systemowego CA"
msgid "Verbose Debug Logging"
msgstr "Pełne rejestrowanie debugowania"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "Flagi WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Bezprzewodowe skanowanie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Ustawienia sieci bezprzewodowej"
msgid "Wireless Stations"
msgstr "Stacje bezprzewodowe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "brak"
msgid "AP QR-Codes..."
msgstr "Códigos QR do AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Adicionar ligação ascendente %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Adicionar ligação ascendente..."
msgid "Additional Settings"
msgstr "Configurações adicionais"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Atraso adicional em segundos antes do travelmate processe os gatilhos."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identidade anônima"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autenticação"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Ligação ascendente aberta adicionada automaticamente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Script de Login Automático"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Adicionar ligações ascendentes abertos automaticamente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"minutos, por exemplo, quando as tentativas de login fracassarem. <br /> O "
"valor predefinido '0' desativa esse recurso."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Adicionar ligações ascendentes abertas automaticamente, como portais cativos "
"de hotéis, à sua configuração wireless."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"por exemplo, para conexões que forem cronometradas. <br /> A predefinição "
"'0' desativa esse recurso."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"recurso adicionalmente requer a configuração de <em>Wireguard</em> ou "
"<em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Detecção de Portal de Autenticação"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "URL do portal cativo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Canal"
"<em> Nota:</em> Na primeira inicialização chame o 'Assistente da interface', "
"para fazer as configurações necessárias da rede e do firewall."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Fim da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Validade do fim da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Limite de conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Início da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Validade do inicio da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Aparelho"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Nome do aparelho"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Desativado"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Dispensar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Arraste para reordenar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "Gancho do e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Perfil de e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente"
msgid "E-Mail Settings"
msgstr "Configurações do e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Assunto do e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Método EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Editar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Editar esta rede"
"Ativa o registo de depuração detalhado para casos de todos os erros de "
"processamento."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Ativar/Desativar esta rede"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Ativado"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Encriptação"
msgid "Ext. Hooks"
msgstr "Ganchos externos"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Referência de script externo que será chamado para logins automatizados de "
"portal cativo."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "RÁPIDO"
msgid "General Settings"
msgstr "Configurações gerais"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Gerar um endereço MAC unicast aleatório para cada ligação ascendente da "
msgid "Grant access to LuCI app travelmate"
msgstr "Conceder acesso ao LuCI ao app travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Quanto tempo o travelmate irá esperar pelo sucesso da ligação ascendente sem "
"fio."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identidade"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignore o BSSID"
msgid "Information"
msgstr "Informação"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Nome da interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Estouro de Tempo da Interface"
msgid "Last Run"
msgstr "Última Execução"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Limitar o AutoAdd"
msgid "Limit VPN processing to certain interfaces."
msgstr "Limita o processamento da VPN em interfaces determinadas."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Limitar a quantidade máxima de ligações ascendentes abertas automaticamente. "
"Para desativar esta limitação, defina-a como '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Limitar os resultados da varredura às ligações ascendentes mais próximas e "
msgid "Log View"
msgstr "Vista do registo log"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Endereço MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Gestão de proteção de datagrama"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Limite percentual mínimo da qualidade do sinal para (des)conexões de ligação "
"ascendente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Verificação de Erros de Rede"
msgid "No travelmate related logs yet!"
msgstr "Ainda não há registos log relacionados com o travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Ligado/Desligado"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Opcional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Estouro de Tempo Global"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Estouro de tempo global em segundos."
msgid "Overview"
msgstr "Visão Geral"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"de VPN criptografada fica destacada na cor <span style=\"color:rgb(68, 170, "
"68);font-weight:bold\">verde</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Palavra-passe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Palavra-passe da Chave Privada"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Caminho para o certificado da AC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Caminho para o Certificado do Cliente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Caminho para a Chave Privada"
"Observação: as notificações do e-mail requerem a configuração separada do "
"pacote <em>mstmp</em>.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "Comutador de ligação ascendente ProActive"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Analise e mude proativamente para uma ligação ascendente priorizado mais "
"alto, apesar de uma conexão já existente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Perfil usado pelo 'msmtp' para a notificação dos e-mails do travelmate."
msgid "Radio Selection"
msgstr "Seleção do rádio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Randomizar os endereços MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
"Endereço do e-mail do destinatário para o recebimento das notificações do "
"travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Remover"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Remover esta rede"
"Renderize o código QR do ponto de acesso selecionado para transferir "
"confortavelmente as credenciais do WLAN para os seus aparelhos móveis."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Repetir a varredura"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Necessário"
"Restringir o travelmate a um único rádio ou alterar a ordem geral de "
"varredura."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Limite de retentiva de conexão com uma ligação ascendente."
msgid "Run Flags"
msgstr "Flags de Execução"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (oculto)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Guardar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Limite de varredura"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Varredura ligada"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Argumentos do script"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Endereço e-mail do remetente para as notificações do travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Envia e-mails de notificação após cada conexão bem-recebida da ligação "
"ascendente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Prioridade do serviço"
msgid "Settings"
msgstr "Configurações"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Limite da Qualidade do Sinal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Lista separada por espaços de argumentos adicionais passados ao Script de "
"Login Automático, ou seja, nome de utilizador e palavra-passe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "A iniciar a varredura sem fio em '"
msgid "Status / Version"
msgstr "Condição geral / versão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Força"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "A métrica de interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "A interface lógica de rede vpn como 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"A URL selecionada será utilizada para as verificações do portal de "
"conectividade e do portal cativo."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "A prioridade selecionada será usada pelos processos do travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "O nome da interface da ligação ascendente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"Este assistente cria uma interface pseudónima de rede IPv4 e de IPv6 com "
"todas as configurações necessárias da rede e do firewall."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "O assunto do e-mail usado pela notificação do travelmate."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Configurações do Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Tratar a falta de disponibilidade da Internet como um erro."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Atraso do Gatilho"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Usar certificados de sistema"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Usar o endereço MAC especificado para esta ligação ascendente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Agente do utilizador"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "Gancho de VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "Interface da VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "Serviço de VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Configurações da VPN"
msgid "VPN processing"
msgstr "Processamento de VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Validar o certificado do servidor por usar o pacote CA do sistema incorporado"
msgid "Verbose Debug Logging"
msgstr "Registos detalhados de depuração"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "Sinalizadores do WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Escaneamento da Rede Sem Fio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Configurações da rede sem fio"
msgid "Wireless Stations"
msgstr "Estações Associadas"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "nenhum"
msgid "AP QR-Codes..."
msgstr "Códigos QR do AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Adicionar Enlace %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Adicionar o Enlace..."
msgid "Additional Settings"
msgstr "Configurações Adicionais"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Atraso adicional em segundos antes do travelmate processe os gatilhos."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identidade Anônima"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autenticação"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "O enlace aberto foi adicionado automaticamente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Script de Login Automático"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Adicionar Automaticamente os Uplinks Abertos"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"tentativas de login fracassarem. <br /> O valor predefinido '0' desativa "
"esse recurso."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Adicione automaticamente uplinks abertos, como os usados em portais cativos "
"de hotéis na sua configuração sem fio."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"para conexões que forem cronometradas. <br /> A predefinição '0' desativa "
"esse recurso."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"Lida com as conexões VPN automaticamente.<br /> Observe que: Este recurso "
"requer a configuração adicional do <em>Wireguard</em> ou do <em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Detecção de Portal de Autenticação"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "URL do Portal Cativo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Canal"
"<em> Nota:</em> Na primeira inicialização chame o 'Assistente da interface', "
"para fazer as configurações necessárias da rede e do firewall."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Fim da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Validade do fim da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Limite de conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Início da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Validade do inicio da conexão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Dispositivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Nome do dispositivo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Desativado"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Dispensar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Arraste para reordenar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "Gancho do E-Mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Mail do Perfil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente"
msgid "E-Mail Settings"
msgstr "Configurações do e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Assunto do E-Mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Método EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Editar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Editar esta rede"
"Ativa o registro de depuração detalhada nos casos de qualquer erro de "
"processamento."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Ative/Desative esta rede"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Ativado"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Criptografia"
msgid "Ext. Hooks"
msgstr "Ganchos Externos"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr "Script externo de referência que será usado para logins automatizados."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "RÁPIDO"
msgid "General Settings"
msgstr "Configurações gerais"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr "Gere um endereço MAC unicast aleatório para cada enlace da conexão."
msgid "Grant access to LuCI app travelmate"
msgstr "Conceda ao aplicativo travelmate acesso ao LuCI"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Quanto tempo o travelmate irá esperar pelo sucesso da conexão sem fio "
"externa."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identidade"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignore o BSSID"
msgid "Information"
msgstr "Informações"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Nome da Interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Estouro de Tempo da Interface"
msgid "Last Run"
msgstr "Última Execução"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Limite o AutoAdd"
msgid "Limit VPN processing to certain interfaces."
msgstr "Limita o processamento da VPN em determinadas interfaces."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Limite a quantidade máxima de uplinks abertos automaticamente. Para "
"desativar esta limitação, defina-a como '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Limite os resultados da varredura apenas para os enlaces mais próximos e com "
msgid "Log View"
msgstr "Exiba o registro log"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Endereço MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Geren. da proteção da moldura"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Limite percentual mínimo da qualidade do sinal para (des)conexões de enlaces "
"para fora."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Verificação de Erros da Rede"
msgid "No travelmate related logs yet!"
msgstr "Ainda não há registos log relacionados com o travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Ligado/Desligado"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Opcional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Estouro de Tempo Global"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Estouro de tempo global em segundos."
msgid "Overview"
msgstr "Visão geral"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"destacada na cor <span style=\"color:rgb(68, 170, 68);font-weight:"
"bold\">verde</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Senha"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Senha da chave privada"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Caminho para o certificado CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Caminho para o certificado do cliente"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Caminho para a chave privada"
"Observação: As notificações do e-mail requerem a configuração separada do "
"pacote <em>mstmp</em>.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "ProActive Switch de Ligação Acendente (Uplink)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Faça uma varredura de forma proativa e selecione um switch com prioridade "
"mais alta, mesmo que já exista uma conexão."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Perfil usado pelo 'msmtp' para a notificação dos E-mails do travelmate."
msgid "Radio Selection"
msgstr "Seleção do Rádio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Randomize os endereços MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
"Endereço do E-Mail do destinatário para o recebimento das notificações do "
"travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Remover"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Remova esta rede"
"Renderize o código QR do Ponto de Acesso selecionado para transferir "
"confortavelmente as credenciais do WLAN para os seus dispositivos móveis."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Repetir a varredura"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Necessário"
"Restrinja o travelmate para um único rádio ou altere a ordem geral da "
"varredura."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Limite de novas tentativas de conexão com um enlace externo."
msgid "Run Flags"
msgstr "Executar Flags"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (oculto)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Salvar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Limite da varredura"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Varredura ligada"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Argumentos do script"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Endereço E-Mail do remetente para as notificações do travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr "Envia e-mails de notificação após cada conexão bem-recebida do enlace."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Prioridade do serviço"
msgid "Settings"
msgstr "Configurações"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Limite da Qualidade do Sinal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Lista de argumentos adicionais separados por espaço que serão passados ao "
"Script de Login Automático, por exemplo, nome de usuário e senha"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Iniciando a varredura sem fio em '"
msgid "Status / Version"
msgstr "Condição Geral / Versão"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Força"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "A métrica de interface"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "A interface lógica da rede vpn como 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"A URL selecionada será utilizada para as verificações do portal de "
"conectividade e do portal cativo."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "A prioridade selecionada será usada pelos processos do travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "O nome da interface do enlace"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"enlace. Este assistente cria uma interface de rede IPv4 e uma interface IPv6 "
"com todas as configurações necessárias da rede e do firewall."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "O assunto do E-mail usado pela notificação do travelmate."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Configurações do Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Tratar a falta de disponibilidade da Internet como um erro."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Gatilho de Atraso"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Utilize os certificados do sistema"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Use o endereço MAC definido para este enlace."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Agente do usuário"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "Gancho VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "Interface da VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "Serviço VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Configurações da VPN"
msgid "VPN processing"
msgstr "Processando a VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Valide o certificado do servidor usando o pacote CA embutido do sistema"
msgid "Verbose Debug Logging"
msgstr "Registros Detalhados de Depuração"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "Sinalizadores do WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Escaneamento da Rede Sem Fio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Configurações da rede sem fio"
msgid "Wireless Stations"
msgstr "Estações Associadas"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "nenhum"
msgid "AP QR-Codes..."
msgstr "Coduri QR AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Adăugare legătură ascendentă %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Adăugați legătura ascendentă..."
msgid "Additional Settings"
msgstr "Setări suplimentare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Întârziere suplimentară de declanșare în secunde înainte de începerea "
"procesării travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Identitate anonimă"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autentificare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Auto Adăugat Deschis Uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Script de conectare automată"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Adăugare automată a legăturilor deschise"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"em> minute, de exemplu, după încercări eșuate de conectare.<br /> Valoarea "
"implicită de '0' dezactivează această funcție."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Adăugați automat legăturile ascendente deschise, cum ar fi portalurile "
"captive ale hotelurilor, la configurația dumneavoastră wireless."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"pentru conexiuni cronometrate.<br /> Valoarea implicită de '0' dezactivează "
"această funcție."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"funcție necesită configurarea suplimentară a <em>Wireguard</em> sau "
"<em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Detectarea portalului captiv"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "Portal captiv URL"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Canal"
"o dată \"Interface Wizard\" (Expertul de interfață), pentru a face setările "
"necesare pentru rețea și firewall."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Capătul conexiunii"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Expirarea sfârșitului conexiunii"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Limita de conectare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Conexiune Start"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Conexiune Start Expirare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Dispozitiv"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Numele dispozitivului"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Dezactivat"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Închideți"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Trageți pentru a reordona"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "E-mail cârlig"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Profil de e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Adresa de e-mail a destinatarului"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Adresa expeditorului de e-mail"
msgid "E-Mail Settings"
msgstr "Setări e-mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Subiect E-Mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Metoda-EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Editați"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Editați această rețea"
"Activați jurnalizarea verbală a depanării în cazul în care apar erori de "
"procesare."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Activați/Dezactivați această rețea"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "activat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Criptare"
msgid "Ext. Hooks"
msgstr "Cârlige externe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Referința scriptului extern care va fi apelat pentru autentificarea automată "
"a portalului captiv."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "RAPID"
msgid "General Settings"
msgstr "Setări generale"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Generați o adresă MAC unicast aleatorie pentru fiecare conexiune uplink."
msgid "Grant access to LuCI app travelmate"
msgstr "Acordă acces la aplicația LuCI travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Cât timp trebuie să aștepte travelmate pentru o conexiune wlan uplink "
"reușită."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identitate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignoră BSSID"
msgid "Information"
msgstr "Informație"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Numele interfeței"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Timeout interfață"
msgid "Last Run"
msgstr "Ultima rulare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Limitați AutoAdd"
msgid "Limit VPN processing to certain interfaces."
msgstr "Limitați procesarea VPN la anumite interfețe."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Limitați numărul maxim de legături ascendente deschise adăugate automat. "
"Pentru a dezactiva această limitare, setați-o la '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Limitați rezultatele scanării din apropiere pentru a procesa doar cele mai "
msgid "Log View"
msgstr "Vizualizare jurnal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Adresa MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Mgmt. Protecție cadru"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Pragul minim de calitate a semnalului, exprimat în procente, pentru "
"conexiunile condiționate pe legătura ascendentă (dis-)."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Verificarea erorilor de rețea"
msgid "No travelmate related logs yet!"
msgstr "Nu există încă jurnale legate de travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Pornit/Oprit"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Opțional"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Timpul total de așteptare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Timpul total de reintentare în secunde."
msgid "Overview"
msgstr "Prezentare generală"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"ascendentă VPN criptată este evidențiată în <span style=\"color:rgb(68, 170, "
"68);font-weight:bold\">green</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Parolă"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Parola cheii private"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Calea către certificatul CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Cale de acces la certificatul clientului"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Calea către cheia privată"
"Vă rugăm să rețineți: Notificările prin e-mail necesită configurarea "
"separată a <em>mstmp</em> pachetului.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "Comutator ProActive Uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Scanarea proactivă și trecerea la o legătură ascendentă cu prioritate mai "
"mare, în ciuda unei conexiuni deja existente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Profilul utilizat de \"msmtp\" pentru mesajele electronice de notificare "
msgid "Radio Selection"
msgstr "Selecție radio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Randomizarea adreselor MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Adresa destinatarului pentru e-mailurile de notificare Travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Eliminați"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Eliminați această rețea"
"Redați codul QR al punctului de acces selectat pentru a transfera în mod "
"confortabil acreditările WLAN către dispozitivele dvs. mobile."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Repetați scanarea"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Necesar"
"Limitați travelmate la un singur radio sau modificați ordinea generală de "
"scanare."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Limita de reîncercări pentru conectarea la o legătură ascendentă."
msgid "Run Flags"
msgstr "Fixați indicatoarele"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (ascuns)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Salvați"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Limita de scanare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Scanare pe"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Argumente de script"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Adresa expeditorului pentru e-mailurile de notificare Travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Trimite e-mailuri de notificare după fiecare conectare reușită a legăturii "
"ascendente."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Prioritatea serviciului"
msgid "Settings"
msgstr "Setări"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Pragul de calitate a semnalului"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Listă separată prin spații a argumentelor suplimentare transmise scriptului "
"de autentificare automată, de exemplu numele de utilizator și parola"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Se pornește scanarea wireless pe '"
msgid "Status / Version"
msgstr "Stare / Versiune"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Putere"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "Metrica interfeței"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "Interfața logică de rețea VPN, cum ar fi \"wg0\"."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"URL-ul selectat va fi utilizat pentru verificarea conectivității și a "
"portalului captiv."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "Prioritatea selectată va fi utilizată pentru procesele Travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "Numele interfeței de legătură ascendentă"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"uplink. Acest asistent creează o interfață de rețea IPv4 și o interfață "
"alias IPv6 cu toate setările de rețea și de firewall necesare."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Subiect pentru e-mailurile de notificare Travelmate."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Setări Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Tratați lipsa disponibilității internetului ca pe o eroare."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Intârzierea declanșării"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Utilizați certificatele de sistem"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Utilizați adresa MAC specificată pentru această legătură ascendentă."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Agent utilizator"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "Cârlig VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "Interfața VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "Serviciul VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Setări VPN"
msgid "VPN processing"
msgstr "Prelucrarea VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Validați certificatul serverului utilizând pachetul CA de sistem încorporat"
msgid "Verbose Debug Logging"
msgstr "Jurnalizare Verbală de Depanare"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "Indicatori WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Scanare wireless"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Setări wireless"
msgid "Wireless Stations"
msgstr "Stații Wireless"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "niciunul"
msgid "AP QR-Codes..."
msgstr "QR-Коды точки доступа..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Добавить канал %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Добавить канал..."
msgid "Additional Settings"
msgstr "Дополнительные настройки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "Дополнительная задержка в секундах до запуска TravelMate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Анонимная идентификация"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Аутентификация"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Автоматически добавленный открытый Uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Скрипт автоматического входа"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Автодобавление открытых Uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"после неудачных попыток входа.<br /> Значение по умолчанию '0' отключает эту "
"функцию."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Автоматическое добавление открытых Uplink, таких как Captive Portal отелей, "
"в конфигурацию беспроводной сети."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"Автоматическое отключение Uplink через <em>n</em> минут, н-р, для соединений "
"по таймеру.<br /> Значение по умолчанию '0' отключает эту функцию."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"функция требует дополнительной настройки <em>Wireguard</em> или <em>OpenVPN</"
"em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Обнаружение Captive Portal-а"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "Адрес Captive Portal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Канал"
"пожалуйста, вызовите \"Мастер интерфейсов\" один раз, чтобы выполнить "
"необходимые настройки сети и брандмауэра."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Конец соединения"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Истечение срока действия соединения"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Ограничение соединений"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Начало соединения"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Истечение срока действия начала соединения"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Устройство"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Имя устройства"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Отключено"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Закрыть"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Перетащите, чтобы изменить порядок"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "Хук электронной почты"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Профиль электронной почты"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Адрес получателя"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Адрес отправителя"
msgid "E-Mail Settings"
msgstr "Настройки электронной почты"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Тема"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Метод EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Изменить"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Изменить эту сеть"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Включить подробное формирование отчёта на случай возникновения ошибок."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Включить/выключить эту сеть"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Включен"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Шифрование"
msgid "Ext. Hooks"
msgstr "Внеш. хуки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Ссылка на внешний скрипт, который будет вызываться автоматически при "
"авторизации на Captive Portal."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "FAST"
msgid "General Settings"
msgstr "Основные настройки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Генерирование случайного одноадресного MAC-адреса для каждого Uplink "
msgid "Grant access to LuCI app travelmate"
msgstr "Предоставить доступ LuCI к приложению travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Как долго travelmate должен ждать успешного подключения wlan по uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Идентификация"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Игнорировать BSSID"
msgid "Information"
msgstr "Информация"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Имя интерфейса"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Временная задержка интерфейса"
msgid "Last Run"
msgstr "Последний запуск"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Лимит Автодобавления"
msgid "Limit VPN processing to certain interfaces."
msgstr "Ограничить обработку VPN определенными интерфейсами."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Ограничение максимального количества автоматически добавляемых открытых "
"Uplink каналов. Чтобы отключить это ограничение, установите значение '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Ограничьте результаты ближайшего сканирования, чтобы обрабатывать только "
msgid "Log View"
msgstr "Просмотр журнала"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC Адрес"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Защита фреймов управления"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Минимальный порог качества сигнала в процентах для условных Uplink (от-) "
"соединений."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Проверка ошибок сети"
msgid "No travelmate related logs yet!"
msgstr "Пока нет журналов, связанных с travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Вкл/Выкл"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Необязательно"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Общее время ожидания"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Общий тайм-аут повторных попыток в секундах."
msgid "Overview"
msgstr "Обзор"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"выделяется <span style=\"color:rgb(68, 170, 68);font-weight:bold\">зеленым</"
"span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Пароль"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Пароль к Приватному ключу"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Путь к сертификату CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Путь к Client-сертификату"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Путь к Приватному ключу"
"Обратите внимание: уведомления по электронной почте требуют отдельной "
"установки пакета <em>mstmp</em>.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "Проактивный коммутатор Uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Предварительное сканирование и переключение на Uplink с более высоким "
"приоритетом, несмотря на уже существующее соединение."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"Профиль, используемый 'msmtp' для рассылки электронной почты с уведомлениями "
msgid "Radio Selection"
msgstr "Выбор радиомодуля"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Случайное значение MAC-адресов"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Адрес получателя электронной почты для уведомлений от travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Удалить"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Удалить эту сеть"
"Напечатайте QR-код выбранной точки доступа для удобной передачи учетных "
"данных WLAN на мобильные устройства."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Повторное сканирование"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Обязательно"
"Ограничить работу travelmate с одним радиомодулем или изменить общий порядок "
"сканирования."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Лимит повторных попыток для подключения к Uplink."
msgid "Run Flags"
msgstr "Флаги запуска"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (скрытый)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Сохранить"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Лимит сканирования"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Сканирование включено"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Аргументы для скрипта"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Адрес отправителя электронной почты для уведомлений от travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Отправляет уведомления по электронной почте после каждого успешного "
"подключения к Uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Приоритет обслуживания"
msgid "Settings"
msgstr "Настройки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Порог качества сигнала"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Разделенный пробелами список дополнительных аргументов, передаваемых скрипту "
"автоматического входа в систему, т.е. имя пользователя и пароль"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Запуск сканирования беспроводной сети в '"
msgid "Status / Version"
msgstr "Статус / Версия"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Мощность"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "Метрика интерфейса"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "Логический сетевой интерфейс vpn, например 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"Выбранный URL-адрес будет использоваться для подключений и проверки Captive "
"Portal."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "Выбранный приоритет будет использоваться для процессов travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "Имя uplink интерфейса"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"Этот мастер создает сетевой интерфейс IPv4- и IPv6- алиасы со всеми "
"необходимыми настройками сети и брандмауэра."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Тема для уведомлений travelmate по электронной почте."
msgid "Travelmate"
msgstr "TravelMate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Настройки Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Воспринимайте отсутствие доступа к Интернету как ошибку."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Задержка запуска"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Использовать системные сертификаты"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Используйте указанный MAC-адрес для этого Uplink."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "User Agent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "Хук VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN интерфейс"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN сервис"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Настройки VPN"
msgid "VPN processing"
msgstr "VPN-обработка"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
"Проверка сертификата сервера с помощью встроенной в систему цепочки "
msgid "Verbose Debug Logging"
msgstr "Подробный журнал отладки"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Enterprise (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Enterprise (TKIP)"
msgid "WPA Flags"
msgstr "Флаги WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Personal."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Personal (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Enterprise (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Enterprise (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Personal (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Enterprise."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Enterprise (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Enterprise (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Personal."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Personal (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Enterprise."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Enterprise (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Personal (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Enterprise."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Enterprise (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Personal (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Найденные точки доступа Wi-Fi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Настройки беспроводной сети"
msgid "Wireless Stations"
msgstr "Клиенты беспроводной сети"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "ничего"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonymná identita"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Overenie totožnosti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanál"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Zariadenie"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Zakázané"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Zahodiť"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Spôsob EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Upraviť"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Upraviť túto sieť"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Zapnuté"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Šifrovanie"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identita"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Názov rozhrania"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
#, fuzzy
msgid "MAC Address"
msgstr "Adresa MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Prehľad"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Heslo"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Heslo súkromného kľúča"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Cesta k súkromnému kľúču"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Odstrániť"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Uložiť"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Nastavenia"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "žiadne"
msgid "AP QR-Codes..."
msgstr "QR-koder för AP..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Lägg till upplänk..."
msgid "Additional Settings"
msgstr "Ytterligare inställningar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonym identitet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Autentisering"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Automatiskt inloggningsskript"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanal"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Enhet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Enhetens namn"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Avstängd"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Avfärda"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Dra för att sortera om"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-postprofil"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Mottagarens e-postadress"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post"
msgid "E-Mail Settings"
msgstr "E-postinställningar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-postämne"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-metod"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Redigera"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Redigera det här nätverket"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Aktivera utförlig avlusningsloggning i händelse av behandlingsfel."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Aktiverad"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Kryptering"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "SNABB"
msgid "General Settings"
msgstr "Generella inställningar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Identitet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Ignorera BSSID"
msgid "Information"
msgstr "Information"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Kördes senast"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Logutsikt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-address"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Överblick"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Lösenord"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Den privata nyckelns lösenord"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Genväg till CA-certifikat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Genväg till klient-certifikat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Genväg till privat nyckel"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr "Val av radio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Slumpa MAC-adresser"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Ta bort"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Upprepa skanning"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "Förflaggor"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (gömd)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Spara"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Inställningar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Status / Version"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Styrka"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr "Reskompis"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Användaragent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN-gränsnitt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN-tjänst"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr "WPA-flaggor"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Trådlös skanning"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr "Trådlösa stationer"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=pap"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "inga"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr ""
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr ""
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr ""
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr ""
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr ""
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr "Bağlantı Noktası QR-Kodları..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Yukarı Bağlantı Ekle %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Yukarı Bağlantı Ekle..."
msgid "Additional Settings"
msgstr "Ek Ayarlar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Travelmate işleme başlamadan önce saniye cinsinden ek tetikleme gecikmesi."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Anonim Kimlik"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Kimlik Doğrulama"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Otomatik Eklenen Açık Yukarı Bağlantı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Otomatik Oturum Açma Betiği"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Açık Yukarı Bağlantılarıları Otomatik Ekle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"etkinleştirin, ör. başarısız giriş denemelerinden sonra.<br /> Varsayılan "
"\"0\" bu özelliği devre dışı bırakır."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Kablosuz yapılandırmanıza otomatik olarak otel giriş portalları gibi açık "
"yukarı bağlantıları ekleyin."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"bırakın, ör. zamanlanmış bağlantılar için.<br /> Varsayılan \"0\" bu "
"özelliği devre dışı bırakır."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"özellik, <em>Wireguard</em> veya <em>OpenVPN</em>'in ek yapılandırmasını "
"gerektirir."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Captive portal algılama"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "Captive Portal URL'si"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kanal"
"Lütfen dikkat: </em> İlk başlangıçta gerekli ağ ve güvenlik duvarı "
"ayarlarını yapmak için lütfen 'Arayüz Sihirbazı'nı bir kez çalıştırın."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Bağlantı Sonu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Bağlantı Sonu Son kullanma tarihi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Bağlantı Sınırı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Bağlantı Başlatma"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Bağlantı Başlangıcı Son kullanma tarihi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Cihaz"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Cihaz adı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Devre dışı"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Kapat"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Yeniden sıralamak için sürükleyin"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "E-Posta Kancası"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Posta Profili"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi"
msgid "E-Mail Settings"
msgstr "E-Posta ayarları"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "E-Posta Konusu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP Yöntemi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Düzenle"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Bu ağı düzenle"
"Herhangi bir işleme hatası durumunda ayrıntılı hata ayıklama günlüğünü "
"etkinleştirin."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Bu ağı etkinleştir/devre dışı bırak"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Etkin"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Şifreleme"
msgid "Ext. Hooks"
msgstr "Harici Kancalar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Otomatik sabit portal oturum açma işlemleri için çağrılacak harici komut "
"dosyası referansı."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "HIZLI"
msgid "General Settings"
msgstr "Genel Ayarlar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
"Her yukarı bağlantı bağlantısı için rastgele bir tek noktaya yayın MAC "
msgid "Grant access to LuCI app travelmate"
msgstr "LuCI uygulaması travelmate'e erişim izni verin"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
"Travelmate başarılı bir wlan uplink bağlantısı için ne kadar beklemelidir."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Kimlik"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "BSSID'yi Yoksay"
msgid "Information"
msgstr "Bilgi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Arayüz Adı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Arayüz Zaman Aşımı"
msgid "Last Run"
msgstr "Son çalışma zamanı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Otomatik Eklemeyi Sınırla"
msgid "Limit VPN processing to certain interfaces."
msgstr "VPN işlemeyi belirli arayüzlerle sınırla."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Otomatik olarak eklenen uplink bağlantıların maksimum sayısını sınırlayın. "
"Bu sınırlamayı devre dışı bırakmak için '0' olarak ayarlayın."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Yalnızca en güçlü uplink'leri işlemek için yakındaki tarama sonuçlarını "
msgid "Log View"
msgstr "Günlük Kayıtlarını Göster"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC Adresi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Yönetim Çerçeve Koruması"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Koşullu uplink, bağlantı(bağ. kopması) için yüzde olarak minimum sinyal "
"kalitesi eşiği."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Net Hata Kontrolü"
msgid "No travelmate related logs yet!"
msgstr "Henüz travelmate ile ilgili kayıt yok!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Açık/Kapalı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "İsteğe bağlı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Genel Zaman Aşımı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Saniye cinsinden genel yeniden deneme zaman aşımı."
msgid "Overview"
msgstr "Genel bakış"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bağlantısı <span style=\"color:rgb(68, 170, 68);font-weight:bold\">yeşil</"
"span> renkle vurgulanır."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Parola"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Özel Anahtarın Şifresi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "CA-Sertifikasına Giden Yol"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "İstemci Sertifikasına Giden Yol"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Özel Anahtara Giden Yol"
"Lütfen dikkat: E-posta bildirimleri, <em>mstmp</em> paketinin ayrı "
"kurulumunu gerektirir.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "ProActive Uplink Switchi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Önceden var olan bir bağlantıya rağmen proaktif olarak tarayın ve daha "
"yüksek öncelikli bir yukarı bağlantıya geçin."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
"'Msmtp' tarafından travelmate bildirim e-postaları için kullanılan profil."
msgid "Radio Selection"
msgstr "Kablosuz Seçimi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "MAC Adreslerini Rastgeleleştir"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Travelmate bildirim e-postaları için alıcı adresi."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Kaldır"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Bu ağı kaldır"
"WLAN kimlik bilgilerini mobil cihazlarınıza rahatça aktarmak için seçilen "
"Erişim Noktasının QR Kodunu işle."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Taramayı Tekrarla"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Gerekli"
"Travelmate'i tek bir radyo ile sınırlayın veya genel tarama sırasını "
"değiştirin."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Uplink bağlanma yeniden deneme sınırı."
msgid "Run Flags"
msgstr "Bayrakları Çalıştır"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (gizli)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Kaydet"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Tarama Sınırı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Tarama açık"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Komut Dosyası Bağımsız Değişkenleri"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Travelmate bildirim e-postaları için gönderen adresi."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
"Her başarılı uplink bağlantısından sonra bildirim e-postaları gönderir."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Hizmet Önceliği"
msgid "Settings"
msgstr "Ayarlar"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Sinyal Kalitesi Eşiği"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Otomatik Oturum Açma Komut Dosyasına iletilen ek argümanların boşlukla "
"ayrılmış listesi, yani kullanıcı adı ve parola"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Kablosuz tarama başlatılıyor '"
msgid "Status / Version"
msgstr "Durum / Sürüm"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Güç"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "Arayüz metriği"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "'wg0' gibi mantıksal vpn ağ arayüzü."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"Seçilen URL, bağlantı ve doğrulama amacıyla yönlendirme yapan portal "
"kontrolleri için kullanılacaktır."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "Seçilen öncelik travelmate işlemleri için kullanılacaktır."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "Uplink arayüzü adı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"sihirbaz, gerekli tüm ağ ve güvenlik duvarı ayarlarıyla bir IPv4 ve IPv6 "
"diğer ad ağ arabirimi oluşturur."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Travelmate bildirim e-postaları için konu."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Travelmate Ayarları"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Eksik internet kullanılabilirliğini bir hata olarak ele al."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Tetikleme Gecikmesi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Sistem sertifikalarını kullan"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Bu uplink için belirtilen MAC adresini kullanın."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "Kullanıcı Aracısı"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN Kancası"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN Arayüzü"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN Hizmeti"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "VPN Ayarları"
msgid "VPN processing"
msgstr "VPN işleme"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr "Dahili sistem CA paketini kullanarak sunucu sertifikasını doğrulayın"
msgid "Verbose Debug Logging"
msgstr "Ayrıntılı Hata Ayıklama Günlüğü"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "WPA Bayrakları"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Kurumsal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Kablosuz Tarama"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Kablosuz Ağ Ayarları"
msgid "Wireless Stations"
msgstr "Kablosuz İstasyonları"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "hiçbiri"
msgid "AP QR-Codes..."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr ""
msgid "Additional Settings"
msgstr "Додаткові налаштування"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Автентифікація"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"em>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr ""
msgid "Captive Portal Detection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Канал"
"once, to make the necessary network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Пристрій"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Вимкнено"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Закрити"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "E-Mail профіль"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "E-Mail адреса отримувача"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "E-Mail адреса відправника"
msgid "E-Mail Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Тема"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "Метод EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Редагувати"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Редагувати цю мережу"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Увімкнути детальний звіт на випадок будь-яких помилок обробки."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Увімкнено"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Шифрування"
msgid "Ext. Hooks"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr ""
msgid "General Settings"
msgstr "Загальні налаштування"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr ""
msgid "Grant access to LuCI app travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Ідентифікація EAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr ""
msgid "Last Run"
msgstr "Останній запуск"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr ""
msgid "Limit VPN processing to certain interfaces."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
msgid "Log View"
msgstr "Перегляд журналу"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC-адреса"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr ""
msgid "No travelmate related logs yet!"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr ""
msgid "Overview"
msgstr "Огляд"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">green</span>."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Пароль"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Пароль закритого ключа"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Шлях до сертифіката CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Шлях до сертифіката клієнта"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Шлях до закритого ключа"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr ""
msgid "Radio Selection"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Видалити"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr ""
"WLAN credentials to your mobile devices."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr ""
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr ""
msgid "Run Flags"
msgstr "Прапорці запуску"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr ""
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Зберегти"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr ""
msgid "Settings"
msgstr "Налаштування"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr ""
msgid "Status / Version"
msgstr "Статус / Версія"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr ""
msgid "The interface metric"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"network- and firewall settings."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr ""
msgid "Travelmate"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Затримка запуску"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr ""
msgid "VPN processing"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr ""
msgid "Verbose Debug Logging"
msgstr "Докладний журнал відлагодження"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr ""
msgid "WPA Flags"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr ""
msgid "Wireless Stations"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr ""
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr ""
msgid "AP QR-Codes..."
msgstr "AP QR-Codes..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "Thêm Uplink %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "Thêm Uplink..."
msgid "Additional Settings"
msgstr "Cài đặt thêm"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr ""
"Độ trễ kích hoạt bổ sung tính bằng giây trước khi travelmate bắt đầu xử lý."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "Danh tính ẩn danh"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "Xác thực"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "Uplink Mở Tự Động Thêm"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "Tự Động Đăng Nhập"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "Tự Động Thêm Uplinks Mở"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"Tự động (kích hoạt lại) bật uplink sau <em>n</em> phút, ví dụ: sau các lần "
"đăng nhập không thành công.<br /> Mặc định là '0' để tắt tính năng này."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
"Tự động thêm uplink mở như captive portal của khách sạn vào cấu hình không "
"dây của bạn."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"Tự động tắt uplink sau <em>n</em> phút, ví dụ: cho các kết nối có thời gian."
"<br /> Mặc định là '0' để tắt tính năng này."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"Tự động xử lý kết nối VPN.<br /> Vui lòng lưu ý: Tính năng này yêu cầu cấu "
"hình bổ sung của <em>Wireguard</em> hoặc <em>OpenVPN</em>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "Phát hiện Captive Portal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "URL Captive Portal"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "Kênh"
"bắt đầu lần đầu tiên, vui lòng gọi 'Trình hướng dẫn Giao diện' một lần để "
"thực hiện các cài đặt mạng và tường lửa cần thiết."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "Kết thúc Kết nối"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "Hết hạn Kết thúc Kết nối"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "Giới hạn Kết nối"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "Bắt đầu Kết nối"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "Hết hạn Bắt đầu Kết nối"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "Thiết bị"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "Tên Thiết Bị"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "Vô hiệu hoá"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "Bỏ qua"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "Kéo để tổ chức lại"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "Kết Nối Email"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "Hồ sơ Email"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "Địa chỉ người nhận Email"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "Địa chỉ người gửi Email"
msgid "E-Mail Settings"
msgstr "Cài đặt E-Mail"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "Chủ đề Email"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP-Method"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "Chỉnh Sửa"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "Chỉnh sửa mạng này"
"Cho phép ghi nhật ký gỡ lỗi chi tiết trong trường hợp có bất kỳ lỗi xử lý "
"nào."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "Bật/Tắt mạng này"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "Kích Hoạt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "Mã hóa"
msgid "Ext. Hooks"
msgstr "Các Hooks Mở Rộng"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
"Tài liệu kịch bản ngoại vi sẽ được gọi cho đăng nhập tự động vào cổng điều "
"khiển."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "NHANH"
msgid "General Settings"
msgstr "Các cài đặt chung"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr "Tạo địa chỉ MAC unicast ngẫu nhiên cho mỗi kết nối uplink."
msgid "Grant access to LuCI app travelmate"
msgstr "Cấp quyền truy cập cho ứng dụng LuCI travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "Travelmate nên đợi bao lâu để có kết nối uplink wlan thành công."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "Nhận dạng"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "Bỏ qua BSSID"
msgid "Information"
msgstr "Thông Tin"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "Tên Giao diện"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "Thời gian chờ Giao diện"
msgid "Last Run"
msgstr "Lần chạy cuối cùng"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "Giới hạn AutoAdd"
msgid "Limit VPN processing to certain interfaces."
msgstr "Giới hạn xử lý VPN cho các giao diện cụ thể."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
"Giới hạn số lượng kết nối uplink mở tự động tối đa. Để tắt giới hạn này, đặt "
"nó thành '0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr ""
"Giới hạn kết quả quét gần đây để chỉ xử lý các kết nối uplink mạnh nhất."
msgid "Log View"
msgstr "Xem nhật ký"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "Địa chỉ MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "Bảo vệ Khung Quản lý"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
"Ngưỡng chất lượng tín hiệu tối thiểu dưới dạng phần trăm cho kết nối uplink "
"điều kiện."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "Kiểm tra Lỗi Mạng"
msgid "No travelmate related logs yet!"
msgstr "Chưa có nhật ký liên quan đến travelmate!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "Bật/Tắt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "Tùy chọn"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "Thời gian chờ Tổng thể"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "Thời gian chờ thử lại Tổng thể tính bằng giây."
msgid "Overview"
msgstr "Tổng quan"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"bold\">blue</span>, một mã hóa Kết nối đường lên VPN được nhấn mạnh bằng "
"<span style=\"color:rgb(68, 170, 68);font-weight:bold\">màu xanh lục</span>."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "Mật khẩu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "Mật khẩu của Khóa Riêng"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "Đường dẫn đến Chứng chỉ CA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "Đường dẫn đến Chứng chỉ Khách hàng"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "Đường dẫn đến khóa riêng"
"Vui lòng lưu ý: Thông báo qua E-Mail yêu cầu cài đặt riêng gói <em>mstmp</"
"em>.<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "Chuyển đổi Kết nối Uplink Chủ Động"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
"Quét và chuyển đổi kết nối uplink ưu tiên cao hơn một cách chủ động, mặc dù "
"đã có kết nối hiện tại."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr "Hồ sơ được sử dụng bởi 'msmtp' cho E-Mail thông báo travelmate."
msgid "Radio Selection"
msgstr "Lựa chọn Radio"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "Ngẫu nhiên hóa địa chỉ MAC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "Địa chỉ người nhận cho E-Mail thông báo travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "Xóa"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "Xóa mạng này"
"Tạo mã QR-Code của Điểm Truy Cập đã chọn để dễ dàng chuyển đổi thông tin xác "
"thực WLAN đến thiết bị di động của bạn."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "Quét Lặp Lại"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "Bắt buộc"
"Hạn chế travelmate chỉ sử dụng một radio duy nhất hoặc thay đổi thứ tự quét "
"toàn bộ."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "Giới hạn thử lại kết nối với một uplink."
msgid "Run Flags"
msgstr "Run flags"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (ẩn)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "Lưu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "Giới hạn Quét"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "Quét trên"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "Đối số Kịch bản"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "Địa chỉ người gửi cho E-Mail thông báo travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr "Gửi E-Mail thông báo sau mỗi kết nối uplink thành công."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "Ưu tiên Dịch vụ"
msgid "Settings"
msgstr "Cài đặt"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "Ngưỡng Chất lượng Tín hiệu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
"Danh sách các đối số bổ sung được phân cách bằng khoảng trống được truyền "
"vào Kịch bản Tự động Đăng nhập, ví dụ: tên người dùng và mật khẩu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "Bắt đầu quét không dây trên '"
msgid "Status / Version"
msgstr "Trạng thái / Phiên bản"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "Cường độ tín hiệu"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "Số liệu giao diện"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "Giao diện mạng VPN logic như 'wg0'."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr ""
"URL được chọn sẽ được sử dụng cho kiểm tra kết nối và cổng truy cập chận."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "Ưu tiên được chọn sẽ được sử dụng cho quá trình travelmate."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "Tên giao diện uplink"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"Hướng dẫn này tạo ra một giao diện mạng địa chỉ IPv4 và IPv6 với tất cả các "
"cài đặt mạng và tường lửa cần thiết."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "Chủ đề cho E-Mail thông báo travelmate."
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Cài đặt Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "Xem việc không có kết nối internet là một lỗi."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "Kích hoạt độ trễ"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "Sử dụng chứng chỉ hệ thống"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "Sử dụng địa chỉ MAC được chỉ định cho uplink này."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "User Agent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN Hook"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "Giao diện VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "Dịch vụ VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "Cài đặt VPN"
msgid "VPN processing"
msgstr "Xử lý VPN"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr "Xác thực chứng chỉ máy chủ bằng gói chứng chỉ CA hệ thống tích hợp sẵn"
msgid "Verbose Debug Logging"
msgstr "Ghi nhật ký gỡ lỗi chi tiết (Verbose Debug Logging)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "Cờ WPA"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "Quét Wi-Fi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "Cài đặt Wi-Fi"
msgid "Wireless Stations"
msgstr "Các Thiết bị Wi-Fi"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "không"
msgid "AP QR-Codes..."
msgstr "AP二维码..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "添加上行链路%q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "添加上行链路..."
msgid "Additional Settings"
msgstr "额外设置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "在 travelmate 处理开始前的额外触发延迟(秒)。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "匿名身份"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "身份验证"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "自动添加开放上行链路"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "自动登录脚本"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "自动添加开放的上行链路"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"在登录失败等情况下,等待<em>n</em>分钟后(重新)启用上行链路。<br />默认数"
"值“0”将禁用此功能。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr "自动将开放的上行链路(例如酒店的强制登录门户)添加到您的无线配置中。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"在连接超时等情况下,等待<em>n</em>分钟后自动禁用上行链路。<br />默认数值“0”将"
"禁用此功能。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"自动处理 VPN 连接。<br />请注意:此功能需要额外配置 <em>Wireguard</em>或"
"<em>OpenVPN</em>。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "强制登录门户检测"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "强制登录门户网址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "信道"
"请注意:</em>第一次启动时,请调用“接口向导”一次,以进行必要的网络和防火墙设"
"置。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "连接终止"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "连接终止超时"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "连接限制"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "连接启动"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "连接启动超时"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "设备"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "设备名称"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "已禁用"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "关闭"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "拖动以重排"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "电子邮件接口"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "电子邮件概要"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址"
msgid "E-Mail Settings"
msgstr "电子邮件设置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "电子邮件主题"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "EAP 类型"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "编辑"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "编辑此网络"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "在出现任何处理错误时启用详细的调试日志。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "启用/禁用此网络"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "启用"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "加密"
msgid "Ext. Hooks"
msgstr "外部接口"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr "引用外部脚本,将用于强制登录门户的登录。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "FAST"
msgid "General Settings"
msgstr "常规设置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr "为每个上行链路生成一个随机的unicast MAC地址。"
msgid "Grant access to LuCI app travelmate"
msgstr "授予访问 LuCI 应用 travelmate 的权限"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "travelmate 等待 wlan 上行链路连接成功的最长时间。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "鉴权"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "忽略 BSSID"
msgid "Information"
msgstr "信息"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "接口名称"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "接口超时"
msgid "Last Run"
msgstr "最后运行"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "限制自动添加"
msgid "Limit VPN processing to certain interfaces."
msgstr "将 VPN 处理限制到某些接口。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr "限制自动添加的开放上行链路的最大数量。 要禁用此限制,请将其设置为“0”。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr "将附近的扫描结果限制为仅处理最强的上行链路。"
msgid "Log View"
msgstr "日志视图"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC 地址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "管理帧保护"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr "最小信号质量阈值(百分比),作为连接(断开)上行链路的条件。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "网络错误检查"
msgid "No travelmate related logs yet!"
msgstr "还没有和travlemate相关的日志!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "开/关"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "可选"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "总体超时"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "总体重试超时(秒)。"
msgid "Overview"
msgstr "概览"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"VPN 上行连接以<span style=\"color:rgb(68, 170, 68);font-weight:bold\">绿色</"
"span>表示。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "密码"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "私钥密码"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "CA 证书路径"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "客户端证书路径"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "私钥路径"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr "请注意:电子邮件通知需要安装<em>mstmp</em>软件包<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "ProActive 上行链路切换器"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr "不管已经存在的连接,主动扫描并切换到更高优先级的上行链路。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr "用于travelmate电子邮件提醒的“msmtp”资料。"
msgid "Radio Selection"
msgstr "发射天线选择"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "随机MAC地址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "travelmate电子邮件提醒的收件人地址。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "移除"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "删除此网络"
"WLAN credentials to your mobile devices."
msgstr "为选中的AP生成二维码来便利的传输登录信息至移动设备。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "重复扫描"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "必需的"
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr "将 travelmate 限制为单一 radio 或更改整体扫描顺序。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "连接到上行链路的重试次数限制。"
msgid "Run Flags"
msgstr "运行标记"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID(隐藏)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "保存"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "扫描限制"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "在此扫描"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "脚本参数"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "travelmate电子邮件提醒的发件人地址。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr "在每次上行链路连接成功后都发送电子邮件提醒。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "服务优先级"
msgid "Settings"
msgstr "设置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "信号质量阈值"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr "分隔传递给自动登录脚本的其他可选参数的列表,比如用户名和密码"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "在此开始无线扫描"
msgid "Status / Version"
msgstr "状态 / 版本"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "强度"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "接口跃点"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "逻辑 vpn 网络接口,如“wg0”。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr "选中的网址将用于网络可连接性和强制登录门户检查。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "travelmate进程的优先级。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "上行链路接口名称"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"为了使用travelmate,你需要设置一次上行链路接口。此向导将生成IPv4和IPv6的相关"
"网络接口及其相关的防火墙和网络设置。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "travelmate电子邮件提醒的标题。"
msgid "Travelmate"
msgstr "Travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "Travelmate设置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "将无法连接互联网视为错误。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "触发延时"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "使用系统证书"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "为此上行链路使用指定的 MAC 地址。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "User Agent"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN接口"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN接口"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN服务"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "VPN设置"
msgid "VPN processing"
msgstr "VPN 处理"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr "使用内置的系统 CA 捆绑包验证服务器证书"
msgid "Verbose Debug Logging"
msgstr "详细的调试记录"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA Ent. (TKIP)"
msgid "WPA Flags"
msgstr "WPA参数"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WPA2 企业版."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 Ent. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 Pers."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 Pers. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 Pers. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 Ent."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 Ent. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 Pers. (SAE)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "无线扫描"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "无线设置"
msgid "Wireless Stations"
msgstr "无线站点"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "auth=MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "auth=PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "无"
msgid "AP QR-Codes..."
msgstr "AP QR-Codes..."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1028
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1037
msgid "Add Uplink %q"
msgstr "新增上行連接 %q"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:856
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:865
msgid "Add Uplink..."
msgstr "上行連接..."
msgid "Additional Settings"
msgstr "附加設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid ""
"Additional trigger delay in seconds before travelmate processing begins."
msgstr "附加觸發 travelmate 行程開始延遲的秒數。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
msgid "Anonymous Identity"
msgstr "匿名身份"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:968
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
msgid "Authentication"
msgstr "認證"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:530
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:539
msgid "Auto Added Open Uplink"
msgstr "自動加入開放上行鏈路"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:608
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:617
msgid "Auto Login Script"
msgstr "自動登入指令碼"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid "AutoAdd Open Uplinks"
msgstr "自動新增開放的上行連接"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:591
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:600
msgid ""
"Automatically (re-)enable the uplink after <em>n</em> minutes, e.g. after "
"failed login attempts.<br /> The default of '0' disables this feature."
"在登錄失敗等情況下,等待<em>n</em>分鍾後 (重新) 啟用上傳。<br />預設數值 '0' "
"將停用此功能。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:341
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:352
msgid ""
"Automatically add open uplinks like hotel captive portals to your wireless "
"config."
msgstr "自動新增開放的上行連接 (例如旅館的強制登錄門戶) 加入到您的無線設定中。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:573
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:582
msgid ""
"Automatically disable the uplink after <em>n</em> minutes, e.g. for timed "
"connections.<br /> The default of '0' disables this feature."
"在連接逾時等情況下,等待<em>n</em>分鍾後自動停用上行連接。<br />預設數值 '0' "
"將停用此功能。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid ""
"Automatically handle VPN connections.<br /> Please note: This feature "
"requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
"自動處理 VPN 連接。<br />請注意:此功能需要額外設定 <em>Wireguard</em>或"
"<em>OpenVPN</em>。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:294
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:497
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:747
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:919
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:506
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:756
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
msgid "BSSID"
msgstr "BSSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:980
msgid "CHAP"
msgstr "CHAP"
msgid "Captive Portal Detection"
msgstr "網頁驗證入口偵測"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid "Captive Portal URL"
msgstr "網頁驗證入口網址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:745
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
msgid "Channel"
msgstr "頻道"
"請注意:</em>第一次啟動時,請呼叫「介面精靈」一次,以進行必要的網路和防火牆設"
"定。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:519
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:528
msgid "Connection End"
msgstr "連接終止"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:590
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:599
msgid "Connection End Expiry"
msgstr "連線終止逾時"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Connection Limit"
msgstr "連線限制"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:508
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:517
msgid "Connection Start"
msgstr "連線啟動"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:572
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:581
msgid "Connection Start Expiry"
msgstr "連線啟動逾時"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:287
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:296
msgid "Device"
msgstr "裝置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:892
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
msgid "Device Name"
msgstr "裝置名稱"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:439
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:994
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:448
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
msgid "Disabled"
msgstr "已停用"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:46
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:131
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:760
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1034
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:769
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1043
msgid "Dismiss"
msgstr "關閉"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:252
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:261
msgid "Drag to reorder"
msgstr "拖動來排序"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "E-Mail Hook"
msgstr "電子郵件掛鉤"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "E-Mail Profile"
msgstr "電郵設定檔"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址"
msgid "E-Mail Settings"
msgstr "電子郵件設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "E-Mail Topic"
msgstr "電郵主旨"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:425
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:983
msgid "EAP-GTC"
msgstr "EAP-GTC"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:417
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:975
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:984
msgid "EAP-MD5"
msgstr "EAP-MD5"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:418
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:976
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:985
msgid "EAP-MSCHAPV2"
msgstr "EAP-MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:402
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:960
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:411
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:969
msgid "EAP-Method"
msgstr "可擴展身份驗證協定(EAP)-方式"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:419
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:977
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:428
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:986
msgid "EAP-TLS"
msgstr "EAP-TLS"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:260
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:269
msgid "Edit"
msgstr "編輯"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:258
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:267
msgid "Edit this network"
msgstr "編輯此網路"
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "在出現任何處理錯誤的情況下,請啟用詳細除錯日誌記錄。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:263
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:272
msgid "Enable/Disable this network"
msgstr "啟用/停用此網路"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:275
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:284
msgid "Enabled"
msgstr "啟用"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:298
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:748
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:925
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:757
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
msgid "Encryption"
msgstr "加密(Encryption)"
msgid "Ext. Hooks"
msgstr "外部掛勾"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:609
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:618
msgid ""
"External script reference which will be called for automated captive portal "
"logins."
msgstr "引用外部指令碼,將用於網頁驗證入口的登錄。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:407
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:965
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:416
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:974
msgid "FAST"
msgstr "快速"
msgid "General Settings"
msgstr "一般設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Generate a random unicast MAC address for each uplink connection."
msgstr "為每個上行連路產生一個隨機的單播MAC 位址。"
msgid "Grant access to LuCI app travelmate"
msgstr "授予 luci-app-travelmate 擁有 UCI 存取的權限"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid ""
"How long should travelmate wait for a successful wlan uplink connection."
msgstr "travelmate 等待 wlan 上行連線成功最長時間。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:426
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:435
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:991
msgid "Identity"
msgstr "身份"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:911
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:920
msgid "Ignore BSSID"
msgstr "忽略 BSSID"
msgid "Information"
msgstr "資訊"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:896
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
msgid "Interface Name"
msgstr "介面名稱"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:369
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:380
msgid "Interface Timeout"
msgstr "介面逾時"
msgid "Last Run"
msgstr "最後執行"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid "Limit AutoAdd"
msgstr "限制自動加入"
msgid "Limit VPN processing to certain interfaces."
msgstr "將 VPN 處理限制到某些介面。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:345
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:356
msgid ""
"Limit the maximum number of automatically added open uplinks. To disable "
"this limitation set it to '0'."
msgstr ""
"限制自動加入的開放上行鏈路的最大數量。 要停用此限制,請將其設定為「0」。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Limit the nearby scan results to process only the strongest uplinks."
msgstr "將附近的掃描結果限制為僅處理最強的上行鏈路。"
msgid "Log View"
msgstr "日誌檢視"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:547
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:556
msgid "MAC Address"
msgstr "MAC 位址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:423
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:981
msgid "MSCHAP"
msgstr "MSCHAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:424
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:982
msgid "MSCHAPV2"
msgstr "MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:434
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:989
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:443
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:998
msgid "Mgmt. Frame Protection"
msgstr "管理。 框架保護"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid ""
"Minimum signal quality threshold as percent for conditional uplink (dis-) "
"connections."
msgstr "最小訊號品質閾值 (百分比),作為 (中斷) 連線上行的條件。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Net Error Check"
msgstr "網路錯誤檢查"
msgid "No travelmate related logs yet!"
msgstr "還沒有和 travlemate 相關的日誌!"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:327
msgid "OWE"
msgstr "OWE"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:265
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:274
msgid "On/Off"
msgstr "開/關"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:440
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:995
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1004
msgid "Optional"
msgstr "可選"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall Timeout"
msgstr "總體逾時"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:374
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:385
msgid "Overall retry timeout in seconds."
msgstr "總體重試逾時 (秒)。"
msgid "Overview"
msgstr "概覽"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:235
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
msgid ""
"Overview of all configured uplinks for travelmate. You can edit, remove or "
"prioritize existing uplinks by drag & drop and scan for new ones.<br /> "
"密的 <span style=\"color:rgb(68, 170, 68);font-weight:bold\">green</span>強調"
"VPN上行連接。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:412
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:970
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
msgid "PAP"
msgstr "PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:406
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:415
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:973
msgid "PEAP"
msgstr "PEAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:389
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:396
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:398
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:958
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:964
msgid "Password"
msgstr "密碼"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:472
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1022
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:481
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1031
msgid "Password of Private Key"
msgstr "私鑰密碼"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1009
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:465
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
msgid "Path to CA-Certificate"
msgstr "CA 憑證路徑"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:462
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1014
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:471
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1023
msgid "Path to Client-Certificate"
msgstr "用戶憑證的路徑"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:467
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1018
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:476
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1027
msgid "Path to Private Key"
msgstr "私鑰的路徑"
"<em>mstmp</em> package.<br /><p> </p>"
msgstr "請注意:電子郵件通知需要安裝<em>mstmp</em>套件<br /><p> </p>"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid "ProActive Uplink Switch"
msgstr "ProActive 上行切換器"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:333
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:344
msgid ""
"Proactively scan and switch to a higher prioritized uplink, despite of an "
"already existing connection."
msgstr "不管已經存在的連線,主動掃描並切換到更高優先順序的上行。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:432
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:443
msgid "Profile used by 'msmtp' for travelmate notification E-Mails."
msgstr "用於 travelmate 電子郵件提醒的「msmtp」資料。"
msgid "Radio Selection"
msgstr "發射天線選擇"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:337
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:348
msgid "Randomize MAC Addresses"
msgstr "隨機 MAC 位址"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:417
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:428
msgid "Receiver address for travelmate notification E-Mails."
msgstr "travelmate 電子郵件提醒的收件人位址。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:270
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:279
msgid "Remove"
msgstr "移除"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:268
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:277
msgid "Remove this network"
msgstr "刪除此網路"
"WLAN credentials to your mobile devices."
msgstr "為選取的 AP 產生 QR-Code 來便利的傳輸登錄資訊至行動裝置。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:765
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:774
msgid "Repeat Scan"
msgstr "重複掃描"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:441
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:996
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:450
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1005
msgid "Required"
msgstr "必需"
"Restrict travelmate to a single radio or change the overall scanning order."
msgstr "將 travelmate 限制為單一 radio 或變更整體掃描順序。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:359
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:370
msgid "Retry limit to connect to an uplink."
msgstr "連線到上行連線的重試限制。"
msgid "Run Flags"
msgstr "執行旗標"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:290
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:486
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:746
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:905
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:495
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:755
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:914
msgid "SSID"
msgstr "SSID"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:901
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:910
msgid "SSID (hidden)"
msgstr "SSID (隱藏)"
#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:64
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1039
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1048
msgid "Save"
msgstr "儲存"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:379
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:390
msgid "Scan Limit"
msgstr "掃描限制"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:730
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:739
msgid "Scan on"
msgstr "在此掃描"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:647
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:656
msgid "Script Arguments"
msgstr "指令碼參數"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:422
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:433
msgid "Sender address for travelmate notification E-Mails."
msgstr "travelmate 電子郵件提醒的發件人位址。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:425
msgid "Sends notification E-Mails after every succesful uplink connect."
msgstr "在每次上行連接成功後都傳送電子郵件提醒。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "Service Priority"
msgstr "服務優先權"
msgid "Settings"
msgstr "設置"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:364
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:375
msgid "Signal Quality Threshold"
msgstr "訊號品質閾值"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:648
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:657
msgid ""
"Space separated list of additional arguments passed to the Auto Login "
"Script, i.e. username and password"
msgstr "分隔傳遞給自動登錄指令碼的其他可選參數的列表,比如使用者名稱和密碼"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:752
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid "Standard VPN Service"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid "Standard VPN interface"
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:334
+msgid ""
+"Standard VPN interface which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+msgid ""
+"Standard VPN service which will be automatically added to new STA profiles."
+msgstr ""
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:761
msgid "Starting wireless scan on '"
msgstr "在此開始無線掃描"
msgid "Status / Version"
msgstr "狀態/版本"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:744
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:753
msgid "Strength"
msgstr "強度"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:404
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:962
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:413
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:971
msgid "TLS"
msgstr "傳輸層安全性協定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:405
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:963
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:414
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:972
msgid "TTLS"
msgstr "TTLS"
msgid "The interface metric"
msgstr "介面指標"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "The logical vpn network interface like 'wg0'."
msgstr "邏輯 vpn 網路介面,如「wg0」。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:384
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:395
msgid ""
"The selected URL will be used for connectivity- and captive portal checks."
msgstr "選取的網址將用於網路可連接性和網頁驗證入口檢查。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:402
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:413
msgid "The selected priority will be used for travelmate processes."
msgstr "travelmate 行程將使用已選擇的優先權。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid ""
"The selected user agent will be used for connectivity- and captive portal "
"checks."
msgid "The uplink interface name"
msgstr "上行介面名稱"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:531
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:540
msgid ""
"This option is selected by default if this uplink was added automatically "
"and counts as 'Open Uplink'."
"為了使用 travelmate,您需要設定一次上行介面。此精靈將產生 IPv4 和 IPv6 的相關"
"網路介面及其相關的防火牆和網路設定。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:427
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:438
msgid "Topic for travelmate notification E-Mails."
msgstr "travelmate 電子郵件提醒的標題。"
msgid "Travelmate"
msgstr "travelmate"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:245
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:254
msgid "Travelmate Settings"
msgstr "travelmate 設定"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:339
msgid "Treat missing internet availability as an error."
msgstr "將無法連接網際網路視為錯誤。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:354
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
msgid "Trigger Delay"
msgstr "觸發延遲"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Use system certificates"
msgstr "使用系統證書"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:548
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:557
msgid "Use the specified MAC address for this uplink."
msgstr "為此上行鏈路使用指定的 MAC 位址。"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:393
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:404
msgid "User Agent"
msgstr "用戶代理"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:668
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:677
msgid "VPN Hook"
msgstr "VPN掛鉤"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:700
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:709
msgid "VPN Interface"
msgstr "VPN 介面"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:685
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:694
msgid "VPN Service"
msgstr "VPN 服務"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:246
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:255
msgid "VPN Settings"
msgstr "VPN 設定"
msgid "VPN processing"
msgstr "VPN 處理"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:449
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1003
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:458
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:1012
msgid "Validate server certificate using built-in system CA bundle"
msgstr "使用內建的系統 CA 組合驗證伺服器證書"
msgid "Verbose Debug Logging"
msgstr "詳細除錯日誌"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:323
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:950
msgid "WPA Ent. (CCMP)"
msgstr "WPA企業(CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:324
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:951
msgid "WPA Ent. (TKIP)"
msgstr "WPA 企業. (TKIP)"
msgid "WPA Flags"
msgstr "WPA 參數"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:304
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:931
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
msgid "WPA Pers."
msgstr "WPA 個人."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:305
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:932
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:314
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:941
msgid "WPA Pers. (CCMP)"
msgstr "WPA 個人. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:306
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:933
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:315
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:942
msgid "WPA Pers. (TKIP)"
msgstr "WPA 個人. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:325
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:952
msgid "WPA/WPA2 Ent. (CCMP)"
msgstr "WPA/WPA2 企業. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:326
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:953
msgid "WPA/WPA2 Ent. (TKIP)"
msgstr "WPA/WPA2 個人. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:307
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:934
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:316
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:943
msgid "WPA/WPA2 Pers. (CCMP)"
msgstr "WPA/WPA2 個人. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:317
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:944
msgid "WPA/WPA2 Pers. (TKIP)"
msgstr "WPA/WPA2 個人. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:320
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:947
msgid "WPA2 Ent."
msgstr "WAP2 企業版."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:321
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:948
msgid "WPA2 Ent. (CCMP)"
msgstr "WPA2 企業. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:313
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:940
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:322
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:949
msgid "WPA2 Ent. (TKIP)"
msgstr "WPA2 企業. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:301
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:928
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
msgid "WPA2 Pers."
msgstr "WPA2 個人."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:302
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:929
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:311
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:938
msgid "WPA2 Pers. (CCMP)"
msgstr "WPA2 個人. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:303
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:930
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:312
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:939
msgid "WPA2 Pers. (TKIP)"
msgstr "WPA2 個人. (TKIP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:937
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
msgid "WPA2/WPA3 Ent."
msgstr "WPA2/WPA3 企業."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:310
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
msgid "WPA2/WPA3 Ent. (CCMP)"
msgstr "WPA2/WPA3 企業 (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:300
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:927
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
msgid "WPA2/WPA3 Pers. (CCMP)"
msgstr "WPA2/WPA3 個人. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:936
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
msgid "WPA3 Ent."
msgstr "WPA3 企業."
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:309
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:318
msgid "WPA3 Ent. (CCMP)"
msgstr "WPA3 企業. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:945
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:954
msgid "WPA3 OWE (CCMP)"
msgstr "WPA3 OWE (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:299
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:926
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:308
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:935
msgid "WPA3 Pers. (SAE)"
msgstr "WPA3 個人. (CCMP)"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:754
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:763
msgid "Wireless Scan"
msgstr "無線掃描"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:244
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:253
msgid "Wireless Settings"
msgstr "無線設定"
msgid "Wireless Stations"
msgstr "無線站點"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:421
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:979
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:430
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:988
msgid "auth=MSCHAPV2"
msgstr "驗證= MSCHAPV2"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:420
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:978
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:429
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:987
msgid "auth=PAP"
msgstr "驗證= PAP"
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:319
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:946
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:328
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:955
msgid "none"
msgstr "無"