luci-app-adblock: more DNS Report tweaks

* 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>
This commit is contained in:
Dirk Brenken 2020-04-12 10:00:34 +02:00
parent 2c812fbd58
commit 94799995aa
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
31 changed files with 425 additions and 243 deletions

View 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 || '-'))]),

View 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 ""

View 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 dinici"
@ -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 ""

View 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 ""

View 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"

View 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 ""

View 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 ""

View 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"

View file

@ -114,7 +114,7 @@ msgstr "Sauvegarde de la liste de blocage"
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 "Rapport 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 "Requêtes DNS (bloquées)"
#: 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 "Requêtes DNS (totales)"
@ -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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View file

@ -119,7 +119,7 @@ msgstr "Kopia zapasowa listy zablokowanych"
msgid "Blocklist Query"
msgstr "Zapytanie do list blokujących"
#: 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..."
@ -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)"
@ -303,7 +303,7 @@ msgstr ""
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"
@ -374,7 +374,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 "Ostatnie zapytania DNS"
@ -516,7 +516,7 @@ msgstr "Odśwież Timer"
msgid "Refresh Timer..."
msgstr "Odświeżanie Timera..."
#: 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..."
@ -635,7 +635,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"
@ -724,6 +724,12 @@ msgstr ""
"<br /> Uwaga: dodaj tylko jedną domenę na linię. Komentarze 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"
@ -740,7 +746,7 @@ msgstr ""
"Aby twoje listy 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"

View 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 ""

View 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"

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""

View 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 ""