luci-app-travelmate: sync with travelmate 2.0.5-3 5273/head
authorDirk Brenken <dev@brenken.org>
Sun, 15 Aug 2021 12:59:54 +0000 (14:59 +0200)
committerDirk Brenken <dev@brenken.org>
Sun, 15 Aug 2021 13:01:13 +0000 (15:01 +0200)
* adapt the travelmate UI to support the changed 'trm_maxscan' option
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
34 files changed:
applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js
applications/luci-app-travelmate/po/ar/travelmate.po
applications/luci-app-travelmate/po/bg/travelmate.po
applications/luci-app-travelmate/po/bn_BD/travelmate.po
applications/luci-app-travelmate/po/ca/travelmate.po
applications/luci-app-travelmate/po/cs/travelmate.po
applications/luci-app-travelmate/po/de/travelmate.po
applications/luci-app-travelmate/po/el/travelmate.po
applications/luci-app-travelmate/po/en/travelmate.po
applications/luci-app-travelmate/po/es/travelmate.po
applications/luci-app-travelmate/po/fi/travelmate.po
applications/luci-app-travelmate/po/fr/travelmate.po
applications/luci-app-travelmate/po/he/travelmate.po
applications/luci-app-travelmate/po/hi/travelmate.po
applications/luci-app-travelmate/po/hu/travelmate.po
applications/luci-app-travelmate/po/it/travelmate.po
applications/luci-app-travelmate/po/ja/travelmate.po
applications/luci-app-travelmate/po/ko/travelmate.po
applications/luci-app-travelmate/po/mr/travelmate.po
applications/luci-app-travelmate/po/ms/travelmate.po
applications/luci-app-travelmate/po/nb_NO/travelmate.po
applications/luci-app-travelmate/po/pl/travelmate.po
applications/luci-app-travelmate/po/pt/travelmate.po
applications/luci-app-travelmate/po/pt_BR/travelmate.po
applications/luci-app-travelmate/po/ro/travelmate.po
applications/luci-app-travelmate/po/ru/travelmate.po
applications/luci-app-travelmate/po/sk/travelmate.po
applications/luci-app-travelmate/po/sv/travelmate.po
applications/luci-app-travelmate/po/templates/travelmate.pot
applications/luci-app-travelmate/po/tr/travelmate.po
applications/luci-app-travelmate/po/uk/travelmate.po
applications/luci-app-travelmate/po/vi/travelmate.po
applications/luci-app-travelmate/po/zh_Hans/travelmate.po
applications/luci-app-travelmate/po/zh_Hant/travelmate.po

index 16d933e691bc3cf7c8d5bfe2267e0b7c93e14e5d..9dde97dd3476e415bbf317dcdbff37d2d920d11e 100644 (file)
@@ -362,9 +362,9 @@ return view.extend({
                o.datatype = 'range(30,300)';
                o.rmempty = true;
 
-               o = s.taboption('additional', form.Value, 'trm_scanbuffer', _('Scan Buffer Size'), _('Buffer size in bytes to prepare nearby scan results.'));
-               o.placeholder = '1024';
-               o.datatype = 'range(256,4096)';
+               o = s.taboption('additional', form.Value, 'trm_maxscan', _('Scan Limit'), _('Limit the nearby scan results to process only the strongest uplinks.'));
+               o.placeholder = '10';
+               o.datatype = 'range(1,30)';
                o.rmempty = true;
 
                o = s.taboption('additional', form.ListValue, 'trm_captiveurl', _('Captive Portal URL'), _('The selected URL will be used for connectivity- and captive portal checks.'));
index 922fbee4c6a33549ee5ed7ccbe76d7dc4411faae..a9ce8e4871557160277235e0a0a97c1fe171efad 100644 (file)
@@ -85,10 +85,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -316,6 +312,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "عرض السجل"
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr "إحفض"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index eb9692d2c89fb0a5234ed8e1bc44bd88f17dfaf0..3b5179f8863e78bbce04c7f05f37d3802d099c3f 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr "Запази"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 3ee25fec48851b7cfa7f2cc13832f994906a32a1..303bcf1306d35f582d234990a31843130ba490cd 100644 (file)
@@ -78,10 +78,6 @@ msgstr ""
 msgid "BSSID"
 msgstr ""
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -309,6 +305,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -495,7 +495,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index fb3ec309952aa6952a02cb50a8c210ec3ffc1b43..be9fc9fce2614dc486c6be4b6933350c4ca73b11 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr "Desar"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index a4fb301f335b3522e8b9a924f1196dd1f4a98800..00c49936370f205d59cb9f825befd9d9de6d90b2 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Zobrazení protokolu"
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr "Uložit"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index e545f93cc7dc166a224007f19de86ef0680e8c42..bd76e2227ffc91eed7ed0071c8b32898e5755340 100644 (file)
@@ -92,10 +92,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr "Puffergröße in Bytes, um die Scan-Resultate aufzubereiten."
-
 #: 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:923
 msgid "CHAP"
@@ -331,6 +327,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Protokollansicht"
@@ -531,8 +531,8 @@ msgid "Save"
 msgstr "Speichern"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "Scan-Puffergröße"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -866,6 +866,12 @@ msgstr ""
 msgid "use the second radio only (radio1)"
 msgstr ""
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr "Puffergröße in Bytes, um die Scan-Resultate aufzubereiten."
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "Scan-Puffergröße"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "Automatisch den Auf- und Abbau von VPN-Verbindungen regeln."
 
index d5643ee3e8629b0c36f9de8d0c354aa01dcda5b9..10ad14a97f207b22160c04120a21bf533b9ed311 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index c7be250e2ca1cf6a4b9587808efd7081c9078f1c..fc6dcd34427e5109356998ac1f48455efd744045 100644 (file)
@@ -78,10 +78,6 @@ msgstr ""
 msgid "BSSID"
 msgstr ""
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -309,6 +305,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -495,7 +495,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 467886eaa9edd2d5572a0ec5514a11dacee180ca..5639a2a45e8c92694d939995a4f613429c9c4748 100644 (file)
@@ -97,11 +97,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-"Tamaño del búfer en bytes para preparar resultados de escaneo cercanos."
-
 #: 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:923
 msgid "CHAP"
@@ -346,6 +341,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Vista de registro"
@@ -548,8 +547,8 @@ msgid "Save"
 msgstr "Guardar"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "Tamaño del búfer de escaneo"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -887,6 +886,13 @@ msgstr ""
 msgid "use the second radio only (radio1)"
 msgstr ""
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr ""
+#~ "Tamaño del búfer en bytes para preparar resultados de escaneo cercanos."
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "Tamaño del búfer de escaneo"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "Maneja automáticamente las (rec-) conexiones VPN."
 
index 85cd31657a07b2162501cd00eaa0460dacd50615..15020080e5d7305ee09c75444937fcb1b4f9c389 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr "Tallenna"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index b57e457bfcb7b65f31a4eed631671a497b313cd1..50d08efe59358c4f4db6443fea2a566c90e44001 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -317,6 +313,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Vue du journal"
@@ -503,7 +503,7 @@ msgid "Save"
 msgstr "Enregistrer"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 0cf99182854035c45fec0c7716240b7e07b6defc..9a81ed36aa17b9c12f962efa2bff3955df58330e 100644 (file)
@@ -85,10 +85,6 @@ msgstr ""
 msgid "BSSID"
 msgstr ""
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -316,6 +312,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 669a74f20168739d5fd2b8ff062ccbc58d27efd2..49f3d8730a5b80b228feedd24b845f5a6be4d1c0 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 56c340deec3a578c0a487b6bbfe71737a0b56308..ad4d8801a74af3642e3894f8dc1124e7c416e484 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -316,6 +312,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Log nézet"
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr "Mentés"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index c0cec1965579e0eaca639a6a47ac57a8ed63b517..d83f4ce3c9ec1c7dfe4c328f3070a1c3af637a05 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -316,6 +312,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr "Salva"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index a7274767d66b3f67a54d31319d5ee74978613ce9..c1b632337baf9d0e4ab9dbd79d8c9a638554a257 100644 (file)
@@ -89,10 +89,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr "スキャン結果を準備するためのバッファー サイズ (byte) です。"
-
 #: 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:923
 msgid "CHAP"
@@ -322,6 +318,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "ログビュー"
@@ -512,8 +512,8 @@ msgid "Save"
 msgstr "保存"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "スキャンバッファー サイズ"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -836,6 +836,12 @@ msgstr ""
 msgid "use the second radio only (radio1)"
 msgstr ""
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr "スキャン結果を準備するためのバッファー サイズ (byte) です。"
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "スキャンバッファー サイズ"
+
 #~ msgid "Delete this network"
 #~ msgstr "このネットワークを削除"
 
index 450af71a070cc6ae5a331be7dbd28c9d79ac4112..db84917beff95da9af6f364824a6773b02be102d 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 27d0e3c8ec6bff1712b1584a298428ee13d49b97..47fa6cfcdd5f0ef4f251d29fcf9ac9cea54df40c 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr ""
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 32fbeeb02bbc83e102378108dea0114e5a94c069..42e6797f44513448aca891841828c30d717b93ef 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 7231aff1689e333cb877192f22463f4b57a9c39f..e2617171a3e4269172e336d199ffb0dd4b4315aa 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Loggvisning"
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr "Lagre"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index fa852a3707f82d2597445b6ffefb0b216084ae92..3630d9aa74e7c691c7a96b2e30a6efc3d5d0b0fe 100644 (file)
@@ -95,11 +95,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-"Rozmiar bufora w bajtach do przygotowania rezultatu skanowania okolicy."
-
 #: 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:923
 msgid "CHAP"
@@ -342,6 +337,10 @@ msgstr ""
 "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:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Widok dziennika"
@@ -541,8 +540,8 @@ msgid "Save"
 msgstr "Zapisz"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "Rozmiar bufora skanowania"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -877,6 +876,13 @@ msgstr "używaj tylko pierwszego radia (radio0)"
 msgid "use the second radio only (radio1)"
 msgstr "używaj tylko drugiego radia (radio1)"
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr ""
+#~ "Rozmiar bufora w bajtach do przygotowania rezultatu skanowania okolicy."
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "Rozmiar bufora skanowania"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "Automatyczna obsługa połączeń VPN."
 
index 113e507efbea20e2297c8155c16eacdc3f724b8f..56529f0be5d4b3d46d53f7aaeeb493e4db3a42f9 100644 (file)
@@ -95,11 +95,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-"Tamanho do buffer em bytes para preparar resultados de varreduras próximas."
-
 #: 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:923
 msgid "CHAP"
@@ -345,6 +340,10 @@ msgstr ""
 "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:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Vista do registo log"
@@ -549,8 +548,8 @@ msgid "Save"
 msgstr "Guardar"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "Tamanho do Buffer de Varredura"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -884,6 +883,14 @@ msgstr "usar apenas o primeiro rádio (radio0)"
 msgid "use the second radio only (radio1)"
 msgstr "usar apenas o segundo rádio (radio1)"
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr ""
+#~ "Tamanho do buffer em bytes para preparar resultados de varreduras "
+#~ "próximas."
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "Tamanho do Buffer de Varredura"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "Lidar com (re-)conexões do VPN automaticamente."
 
index 22328c615d65c27fbcc204c7b0929d0e857479f8..f240c097144e097ee64715df4197be30a31d029f 100644 (file)
@@ -97,12 +97,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-"Tamanho do buffer em bytes para preparar os resultados de varredura mais "
-"próximos."
-
 #: 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:923
 msgid "CHAP"
@@ -344,6 +338,10 @@ msgstr ""
 "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:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Exiba o registro log"
@@ -547,8 +545,8 @@ msgid "Save"
 msgstr "Salvar"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "Tamanho do Buffer de Varredura"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -880,6 +878,14 @@ msgstr "use apenas o primeiro rádio (radio0)"
 msgid "use the second radio only (radio1)"
 msgstr "use apenas o segundo rádio (radio1)"
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr ""
+#~ "Tamanho do buffer em bytes para preparar os resultados de varredura mais "
+#~ "próximos."
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "Tamanho do Buffer de Varredura"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "Lide automaticamente com as (re-)conexões VPN."
 
index c13edbef56ae91994715ff0a4b3c9bb36406dd1c..8b95a83953ce19caf966e2284c69f08b6cfe9280 100644 (file)
@@ -85,10 +85,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -316,6 +312,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr "Salvează"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 2c6143997f970b4712199a6282db60381a31bf87..911886065a259aaa9ae16ddc1d863687deab0e79 100644 (file)
@@ -90,10 +90,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -321,6 +317,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Просмотр журнала"
@@ -508,7 +508,7 @@ msgid "Save"
 msgstr "Сохранить"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index dfb518345096dc117f890614c73987b1fbb08590..77c055d23b295964c6d73ef25323e951819d6422 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr "Uložiť"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 29ea6568e57bc7f3ed65f0aefc123b46ba8cb607..df96ffabe2fb88c6934bca7b2b4824e9462e808f 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Logutsikt"
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr "Spara"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index d1c8e08efd88c02a0c9d9625cb0f50dba87b9c12..716d08e2b8d3158d524edd40986da79777542c03 100644 (file)
@@ -75,10 +75,6 @@ msgstr ""
 msgid "BSSID"
 msgstr ""
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -306,6 +302,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -492,7 +492,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index e9d12e5f75a7323c341f6dd5e1041544086d2c82..1f0e8836a952cbd6191bbc03d01aa67824f34ac0 100644 (file)
@@ -93,11 +93,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-"Yakındaki tarama sonuçlarını hazırlamak için bayt cinsinden arabellek boyutu."
-
 #: 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:923
 msgid "CHAP"
@@ -340,6 +335,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "Günlük Kayıtlarını Göster"
@@ -539,8 +538,8 @@ msgid "Save"
 msgstr "Kaydet"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "Tarama Arabelleği Boyutu"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -873,6 +872,14 @@ msgstr ""
 msgid "use the second radio only (radio1)"
 msgstr ""
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr ""
+#~ "Yakındaki tarama sonuçlarını hazırlamak için bayt cinsinden arabellek "
+#~ "boyutu."
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "Tarama Arabelleği Boyutu"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "VPN (yeniden) bağlantılarını otomatik olarak işle."
 
index 1620c24757610cdde9cc5abe06703390c479aac4..42dfe374607da6a77b10cfa2a4741c4b68f1dcc3 100644 (file)
@@ -85,10 +85,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -316,6 +312,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -502,7 +502,7 @@ msgid "Save"
 msgstr "Зберегти"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index 62c0226be5bbe81d37013f96f264c98520f6ed2f..6e2d104963f831fc7167ac825af547748012d5ea 100644 (file)
@@ -84,10 +84,6 @@ msgstr ""
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr ""
-
 #: 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:923
 msgid "CHAP"
@@ -315,6 +311,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr ""
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr ""
@@ -501,7 +501,7 @@ msgid "Save"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
+msgid "Scan Limit"
 msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
index a5d8da778b04f0d2434fa8d670365514c3e0041f..9d39742650c5c8e328c2b9139bc057d7d198c4dc 100644 (file)
@@ -85,7 +85,9 @@ msgid ""
 "Automatically handle VPN connections.<br /> Please note: This feature "
 "requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
 "em>."
-msgstr "自动处理 VPN 连接。<br />请注意:此功能需要额外配置 <em>Wireguard</em>或<em>OpenVPN</em>。"
+msgstr ""
+"自动处理 VPN 连接。<br />请注意:此功能需要额外配置 <em>Wireguard</em>或"
+"<em>OpenVPN</em>。"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:288
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
@@ -94,10 +96,6 @@ msgstr "自动处理 VPN 连接。<br />请注意:此功能需要额外配置
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr "用于暂存扫描结果的缓冲区大小(单位为字节)。"
-
 #: 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:923
 msgid "CHAP"
@@ -331,6 +329,10 @@ msgid ""
 "this limitation set it to '0'."
 msgstr "限制自动添加的开放上行链路的最大数量。 要禁用此限制,请将其设置为“0”。"
 
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
+
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
 msgstr "日志视图"
@@ -520,8 +522,8 @@ msgid "Save"
 msgstr "保存"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "扫描用缓冲区大小"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -844,6 +846,12 @@ msgstr "仅使用第一个 radio (radio0)"
 msgid "use the second radio only (radio1)"
 msgstr "仅使用第二个 radio (radio1)"
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr "用于暂存扫描结果的缓冲区大小(单位为字节)。"
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "扫描用缓冲区大小"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "自动处理VPN(重)连接。"
 
index 92f9418fa480fce4420f008a703d2b4ffbdf5935..d5f3d0c4b8adffc57cfd07e06e8338e31edca5ec 100644 (file)
@@ -85,7 +85,9 @@ msgid ""
 "Automatically handle VPN connections.<br /> Please note: This feature "
 "requires the additional configuration of <em>Wireguard</em> or <em>OpenVPN</"
 "em>."
-msgstr "自動處理 VPN 連接。<br />請注意:此功能需要額外設定 <em>Wireguard</em>或<em>OpenVPN</em>。"
+msgstr ""
+"自動處理 VPN 連接。<br />請注意:此功能需要額外設定 <em>Wireguard</em>或"
+"<em>OpenVPN</em>。"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:288
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:456
@@ -94,10 +96,6 @@ msgstr "自動處理 VPN 連接。<br />請注意:此功能需要額外設定
 msgid "BSSID"
 msgstr "BSSID"
 
-#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Buffer size in bytes to prepare nearby scan results."
-msgstr "緩衝區大小(以位元組為單位)以準備附近的掃描結果。"
-
 #: 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:923
 msgid "CHAP"
@@ -329,7 +327,12 @@ msgstr "限制自動加入"
 msgid ""
 "Limit the maximum number of automatically added open uplinks. To disable "
 "this limitation set it to '0'."
-msgstr "限制自動加入的開放上行鏈路的最大數量。 要停用此限制,請將其設定為「0」。"
+msgstr ""
+"限制自動加入的開放上行鏈路的最大數量。 要停用此限制,請將其設定為「0」。"
+
+#: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
+msgid "Limit the nearby scan results to process only the strongest uplinks."
+msgstr ""
 
 #: applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json:35
 msgid "Log View"
@@ -519,8 +522,8 @@ msgid "Save"
 msgstr "儲存"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:365
-msgid "Scan Buffer Size"
-msgstr "掃描緩衝區大小"
+msgid "Scan Limit"
+msgstr ""
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/stations.js:691
 msgid "Scan on"
@@ -637,7 +640,8 @@ msgstr "上行介面名稱"
 msgid ""
 "This option is selected by default if this uplink was added automatically "
 "and counts as 'Open Uplink'."
-msgstr "如果此上行鏈路是自動加入的並被算作「開放的上行鏈路」,則預設選取此選項。"
+msgstr ""
+"如果此上行鏈路是自動加入的並被算作「開放的上行鏈路」,則預設選取此選項。"
 
 #: applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js:23
 msgid ""
@@ -843,6 +847,12 @@ msgstr "僅使用第一個 radio (radio0)"
 msgid "use the second radio only (radio1)"
 msgstr "僅使用第二個 radio (radio1)"
 
+#~ msgid "Buffer size in bytes to prepare nearby scan results."
+#~ msgstr "緩衝區大小(以位元組為單位)以準備附近的掃描結果。"
+
+#~ msgid "Scan Buffer Size"
+#~ msgstr "掃描緩衝區大小"
+
 #~ msgid "Automatically handle VPN (re-) connections."
 #~ msgstr "自動處理 VPN (重新) 連接。"