luci-app-adblock: more DNS Report tweaks
authorDirk Brenken <dev@brenken.org>
Sun, 12 Apr 2020 08:00:34 +0000 (10:00 +0200)
committerDirk Brenken <dev@brenken.org>
Sun, 12 Apr 2020 08:06:10 +0000 (10:06 +0200)
* revert last page loading change,
  this breaks the filter functionality on that page
* Add a short paragraph to explain the page functionality
* Fix search to accept ":" character as well
  (e.g. for IPv6 address search)

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 94799995aa3fc7961c6d6aea6d3105a29d550b3f)

31 files changed:
applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js
applications/luci-app-adblock/po/bg/adblock.po
applications/luci-app-adblock/po/ca/adblock.po
applications/luci-app-adblock/po/cs/adblock.po
applications/luci-app-adblock/po/de/adblock.po
applications/luci-app-adblock/po/el/adblock.po
applications/luci-app-adblock/po/en/adblock.po
applications/luci-app-adblock/po/es/adblock.po
applications/luci-app-adblock/po/fr/adblock.po
applications/luci-app-adblock/po/he/adblock.po
applications/luci-app-adblock/po/hi/adblock.po
applications/luci-app-adblock/po/hu/adblock.po
applications/luci-app-adblock/po/it/adblock.po
applications/luci-app-adblock/po/ja/adblock.po
applications/luci-app-adblock/po/ko/adblock.po
applications/luci-app-adblock/po/mr/adblock.po
applications/luci-app-adblock/po/ms/adblock.po
applications/luci-app-adblock/po/nb_NO/adblock.po
applications/luci-app-adblock/po/pl/adblock.po
applications/luci-app-adblock/po/pt/adblock.po
applications/luci-app-adblock/po/pt_BR/adblock.po
applications/luci-app-adblock/po/ro/adblock.po
applications/luci-app-adblock/po/ru/adblock.po
applications/luci-app-adblock/po/sk/adblock.po
applications/luci-app-adblock/po/sv/adblock.po
applications/luci-app-adblock/po/templates/adblock.pot
applications/luci-app-adblock/po/tr/adblock.po
applications/luci-app-adblock/po/uk/adblock.po
applications/luci-app-adblock/po/vi/adblock.po
applications/luci-app-adblock/po/zh_Hans/adblock.po
applications/luci-app-adblock/po/zh_Hant/adblock.po

index 1413f842c563f0c4953d4032e9960b210fa0798f..72823f02879bed7e58f8397b8fe20f3a5f24c583 100644 (file)
@@ -149,7 +149,7 @@ function handleAction(ev) {
                                ])
                        ]),
                        E('label', { 'class': 'cbi-input-text', 'style': 'padding-top:.5em' }, [
-                               E('input', { 'class': 'cbi-input-text', 'id': 'search' }, [
+                               E('input', { 'class': 'cbi-input-text', 'spellcheck': 'false', 'id': 'search' }, [
                        ]),
                        '\xa0\xa0\xa0',
                        _('Filter criteria like date, domain or client (optional)')
@@ -165,7 +165,7 @@ function handleAction(ev) {
                                        'id': 'refresh',
                                        'click': ui.createHandlerFn(this, async function(ev) {
                                                var count = document.getElementById('count').value;
-                                               var search = document.getElementById('search').value.trim().replace(/[^a-z0-9\.\-]/g,'') || '+';
+                                               var search = document.getElementById('search').value.trim().replace(/[^a-z0-9\.\-\:]/g,'') || '+';
                                                L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', search, count, 'true', 'json']),'');
                                                var running = 1;
                                                while (running === 1) {
@@ -188,7 +188,7 @@ function handleAction(ev) {
 
 return L.view.extend({
        load: function() {
-               return L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', '+', '50', 'true', 'json']),'');
+               return L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', '+', '50', 'false', 'json']),'');
        },
 
        render: function(dnsreport) {
@@ -293,6 +293,8 @@ return L.view.extend({
 
                return E('div', { 'class': 'cbi-map', 'id': 'map' }, [
                        E('div', { 'class': 'cbi-section' }, [
+                               E('p', _('This shows the last generated DNS Report, press the refresh button to get a current one.')),
+                               E('p', '\xa0'),
                                E('div', { 'class': 'cbi-value', 'style': 'margin-bottom:5px' }, [
                                E('label', { 'class': 'cbi-value-title', 'style': 'padding-top:0rem' }, _('Start Date')),
                                E('div', { 'class': 'cbi-value-field', 'id': 'start', 'style': 'margin-bottom:5px;margin-left:200px;color:#37c' }, (content.data.start_date || '-') + ', ' + (content.data.start_time || '-'))]),
index 0e29e9270ed698c8532b97b3dcf71299ea1b8416..826d9f6fdedf14252ad7738b00bc5730a2367012 100644 (file)
@@ -106,7 +106,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -172,11 +172,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -340,7 +340,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -458,7 +458,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -569,7 +569,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -643,6 +643,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -657,7 +663,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 7196db8b1710a43da8080f04dd5c97f5907d59ee..c2b1ae07597aee031f7a567f7631ef11fb394ed8 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "Reinicialització de fitxers del DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Activat"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Data de finalització"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Darrera execució"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Data d’inici"
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index e00e13046d22e82a1e12914f5b63e6247ff839e8..98cf9c4b5e6228499c4c2d1e5c22a3233a811635 100644 (file)
@@ -113,7 +113,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -179,11 +179,11 @@ msgstr "Resetování souboru DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Zapnuto"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Datum ukončení"
 
@@ -347,7 +347,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Poslední spuštění"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Datum zahájení"
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Čas"
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index bd05519940530c1d585dd170bb013f89c2761c7a..b09b3454a75c8484ef73f903f5163b2e0d263f05 100644 (file)
@@ -118,7 +118,7 @@ msgstr "Backup der Sperrliste"
 msgid "Blocklist Query"
 msgstr "Sperrlistenabfrage"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr "Sperrlisten abfragen..."
 
@@ -193,11 +193,11 @@ msgstr "DNS-Datei zurücksetzen"
 msgid "DNS Report"
 msgstr "DNS-Report"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr "(blockierte) DNS-Abfragen"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr "DNS-Abfragen (gesamt)"
 
@@ -300,7 +300,7 @@ msgstr "Aktiviere ausführliche Debug-Logs im Fehlerfall."
 msgid "Enabled"
 msgstr "Aktiviert"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Enddatum"
 
@@ -368,7 +368,7 @@ msgstr "Jail-Verzeichnis"
 msgid "Last Run"
 msgstr "Letzter Lauf"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr "Letzte DNS-Abfragen"
 
@@ -512,7 +512,7 @@ msgstr "Aktualisiere Timer"
 msgid "Refresh Timer..."
 msgstr "Aktualisiere Timer..."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr "Aktualisiere..."
 
@@ -633,7 +633,7 @@ msgid "Special config options for the selected download utility."
 msgstr ""
 "Spezielle Konfigurationseinstellungen für das gewählte Download-Programm."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Startdatum"
 
@@ -721,6 +721,12 @@ msgstr ""
 "Kommentare mit # am Anfang ebenfalls, nicht jedoch IP-Adressen, Wildcards "
 "und Regex-Ausdrücke."
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Zeit"
@@ -737,7 +743,7 @@ msgstr ""
 "Um die Adblock-Liste aktuell zu halten, sollte dafür ein automatischer "
 "Update-Job eingerichtet werden."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr "Top-10 Statistiken"
 
index 39afbfaa1a7f9ced71af36145aa471cf313bf5d1..a7e79a005226eb27451775f1b28588826b62d393 100644 (file)
@@ -112,7 +112,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -178,11 +178,11 @@ msgstr "Επαναφορά αρχείου DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -346,7 +346,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -464,7 +464,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -575,7 +575,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -649,6 +649,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -663,7 +669,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 8a6f4257f0c0d3a9f84e53a2770b4f143e04540d..06d031a1c8f1684f1a7925b343a052b5e98b1802 100644 (file)
@@ -106,7 +106,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -172,11 +172,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -340,7 +340,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -458,7 +458,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -569,7 +569,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -643,6 +643,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -657,7 +663,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 7e1a35e838234b392ebc046450fbb367911bf171..48059e1fd94e1be0356c49c2a6946bf987c3d660 100644 (file)
@@ -121,7 +121,7 @@ msgstr "Copia de seguridad de lista de bloqueo"
 msgid "Blocklist Query"
 msgstr "Consulta de lista de bloqueo"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr "Consulta de lista de bloqueo..."
 
@@ -197,11 +197,11 @@ msgstr "Restablecimiento de archivos DNS"
 msgid "DNS Report"
 msgstr "Informe DNS"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr "Solicitudes DNS (bloqueadas)"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr "Solicitudes DNS (total)"
 
@@ -306,7 +306,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Activado"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Fecha final"
 
@@ -378,7 +378,7 @@ msgstr "Directorio de la cárcel"
 msgid "Last Run"
 msgstr "Último inicio"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr "Últimas solicitudes de DNS"
 
@@ -520,7 +520,7 @@ msgstr "Actualizar temporizador"
 msgid "Refresh Timer..."
 msgstr "Actualizar temporizador..."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr "Actualizar..."
 
@@ -644,7 +644,7 @@ msgstr ""
 "Opciones de configuración especiales para la utilidad de descarga "
 "seleccionada."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Fecha de inicio"
 
@@ -737,6 +737,12 @@ msgstr ""
 "línea. Los comentarios introducidos con '#' están permitidos; las "
 "direcciones IP, comodines y expresiones regulares no."
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Hora"
@@ -753,7 +759,7 @@ msgstr ""
 "Para mantener sus listas de bloqueos de anuncios actualizadas, debe "
 "configurar un trabajo de actualización automática para estas listas."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr "Top 10 estadísticas"
 
index e1d83d9cfa018e4fb63d2aae298665ab71bebc88..00206ab4c1293987b77a29a2c413d72064ce35ca 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "Réinitialiser le fichier de DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Activé"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Date de fin"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Dernière exécution"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -470,7 +470,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -581,7 +581,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Date de début"
 
@@ -657,6 +657,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Heure"
@@ -671,7 +677,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 923340d5edfbf9abbf17fd696bbf1041b824a6bd..4e6aee70628388ba44583f898f7b8253a1c15ddc 100644 (file)
@@ -106,7 +106,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -172,11 +172,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -340,7 +340,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -458,7 +458,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -569,7 +569,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -643,6 +643,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -657,7 +663,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 3bd7c47b808856ed7c5963629526820f8e4d3eab..c115776aa493bf9a8b3ebeabdb4bd119538cc738 100644 (file)
@@ -106,7 +106,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -172,11 +172,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -340,7 +340,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -458,7 +458,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -569,7 +569,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -643,6 +643,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -657,7 +663,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index a4f8e6db89f1230cb53d662efc12532f15d9fc22..f95a0a11310f896ee4b09ef3d065edaeec15335d 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "DNS fájlvisszaállítás"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Engedélyezve"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Befejezési dátum"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Utolsó futás"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -467,7 +467,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -578,7 +578,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Kezdődátum"
 
@@ -654,6 +654,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Idő"
@@ -668,7 +674,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index a7ad398d3ef3c8e6153df3825c3037debce93bf2..3c2182246062bf0e9a5905c5fe234c11c8123861 100644 (file)
@@ -115,7 +115,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -181,11 +181,11 @@ msgstr "Reset File DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -286,7 +286,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Abilitato"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Data Fine"
 
@@ -349,7 +349,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Ultimo Avvio"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -469,7 +469,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -580,7 +580,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -655,6 +655,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -669,7 +675,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index c60461371638b7ae9a687dfed6be61f13d65b126..3b996aa70cb2bc04731edc4b12cc8bf5febd15fb 100644 (file)
@@ -113,7 +113,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -179,11 +179,11 @@ msgstr "DNS ファイル リセット"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "有効"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "終了日"
 
@@ -347,7 +347,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "最終実行"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -465,7 +465,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -576,7 +576,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "開始日"
 
@@ -650,6 +650,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "時刻"
@@ -664,7 +670,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 23ad3959e4dd0350cb0a16a0e42eccfab604ef81..e3b25918e40297e9cd3c7c4a22849ae441543650 100644 (file)
@@ -106,7 +106,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -172,11 +172,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -277,7 +277,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -340,7 +340,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -458,7 +458,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -569,7 +569,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -643,6 +643,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -657,7 +663,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index ed013365974fe22e077bd5d9e87c0e758323ae23..4e83ec9fcd7dcc81fa5845462cd1ee9cbeb465d3 100644 (file)
@@ -112,7 +112,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -178,11 +178,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "सक्षम केले"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -346,7 +346,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -464,7 +464,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -575,7 +575,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -649,6 +649,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -663,7 +669,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 065f08bf4c4f39e81f2af15d208f81dfb349beb7..ce0805e023e1d40653764e4bf50b050bc8f015ab 100644 (file)
@@ -112,7 +112,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -178,11 +178,11 @@ msgstr "Reset fail DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -283,7 +283,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -346,7 +346,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -464,7 +464,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -575,7 +575,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -649,6 +649,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -663,7 +669,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index f878132c61f9d8b1c2371de9aacd4498126ceae4..877325cad97d40220e5edf001ee0edab6b407895 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "DNS-filtilbakestilling"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Aktivert"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Sluttdato"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Sist kjørt"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 644755ae95f16d02c5f9f776060c105ddfedce78..ed51d3f01216a40be84202b84d443da5991e8f72 100644 (file)
@@ -119,7 +119,7 @@ msgstr "Kopia zapasowa listy zablokowanych"
 msgid "Blocklist Query"
 msgstr "Zapytanie listy zablokowanych"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr "Zapytanie listy zablokowanych..."
 
@@ -195,11 +195,11 @@ msgstr "Resetuj plik DNS"
 msgid "DNS Report"
 msgstr "Raport DNS"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr "Żądania DNS (zablokowane)"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr "Żądania DNS (ogółem)"
 
@@ -302,7 +302,7 @@ msgstr "Włącz pełne rejestrowanie debugowania w przypadku błędów przetwarz
 msgid "Enabled"
 msgstr "Włączone"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Data końcowa"
 
@@ -373,7 +373,7 @@ msgstr "Katalog więzienia"
 msgid "Last Run"
 msgstr "Ostatnie uruchomienie"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr "Najnowsze żądania DNS"
 
@@ -515,7 +515,7 @@ msgstr "Odśwież Timer"
 msgid "Refresh Timer..."
 msgstr "Odświeżanie zegara..."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr "Odświeżanie..."
 
@@ -634,7 +634,7 @@ msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump."
 msgid "Special config options for the selected download utility."
 msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Data rozpoczęcia"
 
@@ -723,6 +723,12 @@ msgstr ""
 "wprowadzone z '#' są dozwolone - adresy ip, wildcards i regex nie są "
 "dozwolone."
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Czas"
@@ -739,7 +745,7 @@ msgstr ""
 "Aby Twoje listy adblock były aktualne, powinieneś ustawić automatyczne "
 "zadanie aktualizacji dla tych list."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr "Top 10 Statystyk"
 
index 61690f3b1f6e760a2d09f622219d1bdb6745107b..7672089006cfdaa5b21458513adcbd293d4ad750 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "Repor o ficheiro DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Ativado"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Data final"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Última Execução"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -468,7 +468,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -579,7 +579,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Data de Início"
 
@@ -656,6 +656,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Tempo"
@@ -670,7 +676,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 17489fa90bcc8939c6f8e8ca21f94128167d8222..09f196a69a5d89b0ab9470e854e235b2fb26ba3a 100644 (file)
@@ -122,7 +122,7 @@ msgstr "Cópia de Segurança da Lista de Bloqueio"
 msgid "Blocklist Query"
 msgstr "Consulta na Lista de Bloqueio"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr "Pesquisando a Lista de Bloqueio..."
 
@@ -198,11 +198,11 @@ msgstr "Zerar Arquivo de DNS"
 msgid "DNS Report"
 msgstr "Relatório do DNS"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr "Solicitações do DNS (bloqueadas)"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr "Solicitações do DNS (total)"
 
@@ -307,7 +307,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Ativado"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Data Final"
 
@@ -379,7 +379,7 @@ msgstr "Diretório Prisional"
 msgid "Last Run"
 msgstr "Última Execução"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr "As últimas solicitações do DNS"
 
@@ -528,7 +528,7 @@ msgstr "Atualizar Temporizador"
 msgid "Refresh Timer..."
 msgstr "Atualizando o Temporizador..."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr "Atualizar..."
 
@@ -650,7 +650,7 @@ msgid "Special config options for the selected download utility."
 msgstr ""
 "Opções especiais de configuração para o utilitário de download selecionado."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Data de Início"
 
@@ -741,6 +741,12 @@ msgstr ""
 "Comentários introduzidos com '#' são permitidos - endereços ip, curingas e "
 "regex não são."
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Tempo"
@@ -757,7 +763,7 @@ msgstr ""
 "Para manter as suas listas de bloqueio de anúncios atualizadas, você deve "
 "configurar uma tarefa de atualização automática para essas listas."
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr "As 10 Estatísticas Principais"
 
index ba7c8a91f10bdf60e93ecea5dc5f74768c4157a3..d9d55cf2d992b8e7ad04659e25cd9ddc554f3860 100644 (file)
@@ -115,7 +115,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -181,11 +181,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -286,7 +286,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Activat"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Data sfârşit"
 
@@ -349,7 +349,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Ultima rulare"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -467,7 +467,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -578,7 +578,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Data de început"
 
@@ -652,6 +652,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -666,7 +672,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 721f696c2953a990f401a500a8175e10b6932f0f..b46c1de2ad31a296dd8790a43b7b507d9e4989ea 100644 (file)
@@ -125,7 +125,7 @@ msgstr "Бэкап черного списка"
 msgid "Blocklist Query"
 msgstr "Блокировка запросов"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 #, fuzzy
 msgid "Blocklist Query..."
 msgstr "Заблокировать запрос..."
@@ -205,11 +205,11 @@ msgstr "Сброс файла DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -310,7 +310,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Включено"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Дата окончания"
 
@@ -373,7 +373,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Последний запуск"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -493,7 +493,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -604,7 +604,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "Дата начала"
 
@@ -680,6 +680,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Время"
@@ -694,7 +700,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 0e917238a3ac711dc1fdcad9b6aa45847383718e..ad7f54ebc94a161b4b51d93f7994b06776b1ce18 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "Inicializácia DNS súboru"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Zapnuté"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Koncový dátum"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 4cba67bc8d78153ab9e332d6503e4c1a5625dfc1..fc49b087afd3ccd9890188bb84dea3a1de370b84 100644 (file)
@@ -114,7 +114,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "DNS-filåterställning"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Aktiverad"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "Slutdatum"
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "Kördes senast"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 97b489b1fb2e60300d2969dfb10c85115be8a37e..9bdab2469f9c4b19e8480b56a92ddb5f72395401 100644 (file)
@@ -103,7 +103,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -169,11 +169,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -274,7 +274,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -337,7 +337,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -455,7 +455,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -566,7 +566,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -640,6 +640,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -654,7 +660,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index bf176fd398be9fffe3dd0f8135317f03f6694c77..775c9b00aeed6cee81a1fdc509a47f1539c00ea0 100644 (file)
@@ -113,7 +113,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 4f8abeaff17b7db163cb3d7d7480419b95123451..32967fd5dac46309517c3058e6cc6cae9369e2df 100644 (file)
@@ -113,7 +113,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -179,11 +179,11 @@ msgstr ""
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -284,7 +284,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "Увімкнено"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -347,7 +347,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -465,7 +465,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -576,7 +576,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -650,6 +650,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr ""
@@ -664,7 +670,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 4d97730a3b024110f814620d616b0a8b9f982590..db49c924d6afd8a05c09817321d113e89a496d00 100644 (file)
@@ -113,7 +113,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -180,11 +180,11 @@ msgstr "Đặt lại tệp DNS"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -285,7 +285,7 @@ msgstr ""
 msgid "Enabled"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr ""
 
@@ -348,7 +348,7 @@ msgstr ""
 msgid "Last Run"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -466,7 +466,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -577,7 +577,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr ""
 
@@ -651,6 +651,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "Thời gian"
@@ -665,7 +671,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index d39f500876d3eb4c6b4689afcb5584db1d8fe4f4..41bf73944883cb4a347d39f2c95035e5282e907b 100644 (file)
@@ -119,7 +119,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr "拦截列表查询"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -185,11 +185,11 @@ msgstr "DNS 文件重置"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -290,7 +290,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "已启用"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "结束日期"
 
@@ -353,7 +353,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "最后运行"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -471,7 +471,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -582,7 +582,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "开始日期"
 
@@ -656,6 +656,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "时间"
@@ -670,7 +676,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""
 
index 627a440283f8cb4e8968b98ffd54e660178eb911..e4d6fcfab9edf8f71a659bc9508b85eb2c8c8194 100644 (file)
@@ -118,7 +118,7 @@ msgstr ""
 msgid "Blocklist Query"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:314
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:316
 msgid "Blocklist Query..."
 msgstr ""
 
@@ -184,11 +184,11 @@ msgstr "DNS檔案重置"
 msgid "DNS Report"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:306
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:308
 msgid "DNS Requests (blocked)"
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:303
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:305
 msgid "DNS Requests (total)"
 msgstr ""
 
@@ -289,7 +289,7 @@ msgstr ""
 msgid "Enabled"
 msgstr "啟用"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:300
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:302
 msgid "End Date"
 msgstr "結束日期"
 
@@ -352,7 +352,7 @@ msgstr ""
 msgid "Last Run"
 msgstr "最後執行"
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:333
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:335
 msgid "Latest DNS Requests"
 msgstr ""
 
@@ -470,7 +470,7 @@ msgstr ""
 msgid "Refresh Timer..."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:321
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:323
 msgid "Refresh..."
 msgstr ""
 
@@ -581,7 +581,7 @@ msgstr ""
 msgid "Special config options for the selected download utility."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:297
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:299
 msgid "Start Date"
 msgstr "開始日期"
 
@@ -655,6 +655,12 @@ msgid ""
 "'#' are allowed - ip addresses, wildcards and regex are not."
 msgstr ""
 
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:296
+msgid ""
+"This shows the last generated DNS Report, press the refresh button to get a "
+"current one."
+msgstr ""
+
 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
 msgid "Time"
 msgstr "時間"
@@ -669,7 +675,7 @@ msgid ""
 "job for these lists."
 msgstr ""
 
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:326
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:328
 msgid "Top 10 Statistics"
 msgstr ""