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:
parent
2c812fbd58
commit
94799995aa
31 changed files with 425 additions and 243 deletions
|
@ -149,7 +149,7 @@ function handleAction(ev) {
|
||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
E('label', { 'class': 'cbi-input-text', 'style': 'padding-top:.5em' }, [
|
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',
|
'\xa0\xa0\xa0',
|
||||||
_('Filter criteria like date, domain or client (optional)')
|
_('Filter criteria like date, domain or client (optional)')
|
||||||
|
@ -165,7 +165,7 @@ function handleAction(ev) {
|
||||||
'id': 'refresh',
|
'id': 'refresh',
|
||||||
'click': ui.createHandlerFn(this, async function(ev) {
|
'click': ui.createHandlerFn(this, async function(ev) {
|
||||||
var count = document.getElementById('count').value;
|
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']),'');
|
L.resolveDefault(fs.exec_direct('/etc/init.d/adblock', ['report', search, count, 'true', 'json']),'');
|
||||||
var running = 1;
|
var running = 1;
|
||||||
while (running === 1) {
|
while (running === 1) {
|
||||||
|
@ -188,7 +188,7 @@ function handleAction(ev) {
|
||||||
|
|
||||||
return L.view.extend({
|
return L.view.extend({
|
||||||
load: function() {
|
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) {
|
render: function(dnsreport) {
|
||||||
|
@ -293,6 +293,8 @@ return L.view.extend({
|
||||||
|
|
||||||
return E('div', { 'class': 'cbi-map', 'id': 'map' }, [
|
return E('div', { 'class': 'cbi-map', 'id': 'map' }, [
|
||||||
E('div', { 'class': 'cbi-section' }, [
|
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('div', { 'class': 'cbi-value', 'style': 'margin-bottom:5px' }, [
|
||||||
E('label', { 'class': 'cbi-value-title', 'style': 'padding-top:0rem' }, _('Start Date')),
|
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 || '-'))]),
|
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 || '-'))]),
|
||||||
|
|
|
@ -106,7 +106,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,11 +172,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -458,7 +458,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -643,6 +643,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -657,7 +663,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "Reinicialització de fitxers del DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activat"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Data de finalització"
|
msgstr "Data de finalització"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Darrera execució"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Data d’inici"
|
msgstr "Data d’inici"
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -179,11 +179,11 @@ msgstr "Resetování souboru DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Zapnuto"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Datum ukončení"
|
msgstr "Datum ukončení"
|
||||||
|
|
||||||
|
@ -347,7 +347,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Poslední spuštění"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Datum zahájení"
|
msgstr "Datum zahájení"
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Čas"
|
msgstr "Čas"
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -118,7 +118,7 @@ msgstr "Backup der Sperrliste"
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr "Sperrlistenabfrage"
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr "Sperrlisten abfragen..."
|
msgstr "Sperrlisten abfragen..."
|
||||||
|
|
||||||
|
@ -193,11 +193,11 @@ msgstr "DNS-Datei zurücksetzen"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr "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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr "(blockierte) DNS-Abfragen"
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr "DNS-Abfragen (gesamt)"
|
msgstr "DNS-Abfragen (gesamt)"
|
||||||
|
|
||||||
|
@ -300,7 +300,7 @@ msgstr "Aktiviere ausführliche Debug-Logs im Fehlerfall."
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiviert"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Enddatum"
|
msgstr "Enddatum"
|
||||||
|
|
||||||
|
@ -368,7 +368,7 @@ msgstr "Jail-Verzeichnis"
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Letzter Lauf"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr "Letzte DNS-Abfragen"
|
msgstr "Letzte DNS-Abfragen"
|
||||||
|
|
||||||
|
@ -512,7 +512,7 @@ msgstr "Aktualisiere Timer"
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr "Aktualisiere 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..."
|
msgid "Refresh..."
|
||||||
msgstr "Aktualisiere..."
|
msgstr "Aktualisiere..."
|
||||||
|
|
||||||
|
@ -633,7 +633,7 @@ msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Spezielle Konfigurationseinstellungen für das gewählte Download-Programm."
|
"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"
|
msgid "Start Date"
|
||||||
msgstr "Startdatum"
|
msgstr "Startdatum"
|
||||||
|
|
||||||
|
@ -721,6 +721,12 @@ msgstr ""
|
||||||
"Kommentare mit # am Anfang ebenfalls, nicht jedoch IP-Adressen, Wildcards "
|
"Kommentare mit # am Anfang ebenfalls, nicht jedoch IP-Adressen, Wildcards "
|
||||||
"und Regex-Ausdrücke."
|
"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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Zeit"
|
msgstr "Zeit"
|
||||||
|
@ -737,7 +743,7 @@ msgstr ""
|
||||||
"Um die Adblock-Liste aktuell zu halten, sollte dafür ein automatischer "
|
"Um die Adblock-Liste aktuell zu halten, sollte dafür ein automatischer "
|
||||||
"Update-Job eingerichtet werden."
|
"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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr "Top-10 Statistiken"
|
msgstr "Top-10 Statistiken"
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -178,11 +178,11 @@ msgstr "Επαναφορά αρχείου DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -283,7 +283,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -346,7 +346,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -464,7 +464,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -575,7 +575,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -649,6 +649,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -663,7 +669,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,11 +172,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -458,7 +458,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -643,6 +643,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -657,7 +663,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,7 @@ msgstr "Copia de seguridad de lista de bloqueo"
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr "Consulta de lista de bloqueo"
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr "Consulta de lista de bloqueo..."
|
msgstr "Consulta de lista de bloqueo..."
|
||||||
|
|
||||||
|
@ -197,11 +197,11 @@ msgstr "Restablecimiento de archivos DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr "Informe DNS"
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr "Solicitudes DNS (bloqueadas)"
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr "Solicitudes DNS (total)"
|
msgstr "Solicitudes DNS (total)"
|
||||||
|
|
||||||
|
@ -306,7 +306,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activado"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Fecha final"
|
msgstr "Fecha final"
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ msgstr "Directorio de la cárcel"
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Último inicio"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr "Últimas solicitudes de DNS"
|
msgstr "Últimas solicitudes de DNS"
|
||||||
|
|
||||||
|
@ -520,7 +520,7 @@ msgstr "Actualizar temporizador"
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr "Actualizar temporizador..."
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr "Actualizar..."
|
msgstr "Actualizar..."
|
||||||
|
|
||||||
|
@ -644,7 +644,7 @@ msgstr ""
|
||||||
"Opciones de configuración especiales para la utilidad de descarga "
|
"Opciones de configuración especiales para la utilidad de descarga "
|
||||||
"seleccionada."
|
"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"
|
msgid "Start Date"
|
||||||
msgstr "Fecha de inicio"
|
msgstr "Fecha de inicio"
|
||||||
|
|
||||||
|
@ -737,6 +737,12 @@ msgstr ""
|
||||||
"línea. Los comentarios introducidos con '#' están permitidos; las "
|
"línea. Los comentarios introducidos con '#' están permitidos; las "
|
||||||
"direcciones IP, comodines y expresiones regulares no."
|
"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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Hora"
|
msgstr "Hora"
|
||||||
|
@ -753,7 +759,7 @@ msgstr ""
|
||||||
"Para mantener sus listas de bloqueos de anuncios actualizadas, debe "
|
"Para mantener sus listas de bloqueos de anuncios actualizadas, debe "
|
||||||
"configurar un trabajo de actualización automática para estas listas."
|
"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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr "Top 10 estadísticas"
|
msgstr "Top 10 estadísticas"
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr "Sauvegarde de la liste de blocage"
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "Réinitialiser le fichier de DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr "Rapport DNS"
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr "Requêtes DNS (bloquées)"
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr "Requêtes DNS (totales)"
|
msgstr "Requêtes DNS (totales)"
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activé"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Date de fin"
|
msgstr "Date de fin"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Dernière exécution"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -470,7 +470,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -581,7 +581,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Date de début"
|
msgstr "Date de début"
|
||||||
|
|
||||||
|
@ -657,6 +657,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Heure"
|
msgstr "Heure"
|
||||||
|
@ -671,7 +677,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,11 +172,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -458,7 +458,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -643,6 +643,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -657,7 +663,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,11 +172,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -458,7 +458,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -643,6 +643,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -657,7 +663,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "DNS fájlvisszaállítás"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Engedélyezve"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Befejezési dátum"
|
msgstr "Befejezési dátum"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Utolsó futás"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -467,7 +467,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -578,7 +578,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Kezdődátum"
|
msgstr "Kezdődátum"
|
||||||
|
|
||||||
|
@ -654,6 +654,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Idő"
|
msgstr "Idő"
|
||||||
|
@ -668,7 +674,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -181,11 +181,11 @@ msgstr "Reset File DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -286,7 +286,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Abilitato"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Data Fine"
|
msgstr "Data Fine"
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Ultimo Avvio"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -469,7 +469,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -580,7 +580,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -655,6 +655,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -669,7 +675,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -179,11 +179,11 @@ msgstr "DNS ファイル リセット"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "有効"
|
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"
|
msgid "End Date"
|
||||||
msgstr "終了日"
|
msgstr "終了日"
|
||||||
|
|
||||||
|
@ -347,7 +347,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "最終実行"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -465,7 +465,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -576,7 +576,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "開始日"
|
msgstr "開始日"
|
||||||
|
|
||||||
|
@ -650,6 +650,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "時刻"
|
msgstr "時刻"
|
||||||
|
@ -664,7 +670,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,11 +172,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -458,7 +458,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -643,6 +643,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -657,7 +663,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -178,11 +178,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -283,7 +283,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "सक्षम केले"
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -346,7 +346,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -464,7 +464,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -575,7 +575,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -649,6 +649,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -663,7 +669,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -178,11 +178,11 @@ msgstr "Reset fail DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -283,7 +283,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -346,7 +346,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -464,7 +464,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -575,7 +575,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -649,6 +649,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -663,7 +669,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "DNS-filtilbakestilling"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivert"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Sluttdato"
|
msgstr "Sluttdato"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Sist kjørt"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,7 @@ msgstr "Kopia zapasowa listy zablokowanych"
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr "Zapytanie do list blokujących"
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr "Zapytanie..."
|
msgstr "Zapytanie..."
|
||||||
|
|
||||||
|
@ -195,11 +195,11 @@ msgstr "Resetuj plik DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr "Raport DNS"
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr "Żądania DNS (zablokowane)"
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr "Żądania DNS (ogółem)"
|
msgstr "Żądania DNS (ogółem)"
|
||||||
|
|
||||||
|
@ -303,7 +303,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Włączone"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Data końcowa"
|
msgstr "Data końcowa"
|
||||||
|
|
||||||
|
@ -374,7 +374,7 @@ msgstr "Katalog więzienia"
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Ostatnie uruchomienie"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr "Ostatnie zapytania DNS"
|
msgstr "Ostatnie zapytania DNS"
|
||||||
|
|
||||||
|
@ -516,7 +516,7 @@ msgstr "Odśwież Timer"
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr "Odświeżanie Timera..."
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr "Odświeżanie..."
|
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."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania."
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Data rozpoczęcia"
|
msgstr "Data rozpoczęcia"
|
||||||
|
|
||||||
|
@ -724,6 +724,12 @@ msgstr ""
|
||||||
"<br /> Uwaga: dodaj tylko jedną domenę na linię. Komentarze wprowadzone z "
|
"<br /> Uwaga: dodaj tylko jedną domenę na linię. Komentarze wprowadzone z "
|
||||||
"'#' są dozwolone - adresy ip, wildcards i regex nie są dozwolone."
|
"'#' 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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Czas"
|
msgstr "Czas"
|
||||||
|
@ -740,7 +746,7 @@ msgstr ""
|
||||||
"Aby twoje listy były aktualne, powinieneś ustawić automatyczne zadanie "
|
"Aby twoje listy były aktualne, powinieneś ustawić automatyczne zadanie "
|
||||||
"aktualizacji dla tych list."
|
"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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr "Top 10"
|
msgstr "Top 10"
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "Repor o ficheiro DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ativado"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Data final"
|
msgstr "Data final"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Última Execução"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -468,7 +468,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -579,7 +579,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Data de Início"
|
msgstr "Data de Início"
|
||||||
|
|
||||||
|
@ -656,6 +656,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Tempo"
|
msgstr "Tempo"
|
||||||
|
@ -670,7 +676,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ msgstr "Cópia de Segurança da Lista de Bloqueio"
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr "Consulta na Lista de Bloqueio"
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr "Pesquisando a Lista de Bloqueio..."
|
msgstr "Pesquisando a Lista de Bloqueio..."
|
||||||
|
|
||||||
|
@ -198,11 +198,11 @@ msgstr "Zerar Arquivo de DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr "Relatório do DNS"
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr "Solicitações do DNS (bloqueadas)"
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr "Solicitações do DNS (total)"
|
msgstr "Solicitações do DNS (total)"
|
||||||
|
|
||||||
|
@ -307,7 +307,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ativado"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Data Final"
|
msgstr "Data Final"
|
||||||
|
|
||||||
|
@ -379,7 +379,7 @@ msgstr "Diretório Prisional"
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Última Execução"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr "As últimas solicitações do DNS"
|
msgstr "As últimas solicitações do DNS"
|
||||||
|
|
||||||
|
@ -528,7 +528,7 @@ msgstr "Atualizar Temporizador"
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr "Atualizando o Temporizador..."
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr "Atualizar..."
|
msgstr "Atualizar..."
|
||||||
|
|
||||||
|
@ -650,7 +650,7 @@ msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Opções especiais de configuração para o utilitário de download selecionado."
|
"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"
|
msgid "Start Date"
|
||||||
msgstr "Data de Início"
|
msgstr "Data de Início"
|
||||||
|
|
||||||
|
@ -741,6 +741,12 @@ msgstr ""
|
||||||
"Comentários introduzidos com '#' são permitidos - endereços ip, curingas e "
|
"Comentários introduzidos com '#' são permitidos - endereços ip, curingas e "
|
||||||
"regex não são."
|
"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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Tempo"
|
msgstr "Tempo"
|
||||||
|
@ -757,7 +763,7 @@ msgstr ""
|
||||||
"Para manter as suas listas de bloqueio de anúncios atualizadas, você deve "
|
"Para manter as suas listas de bloqueio de anúncios atualizadas, você deve "
|
||||||
"configurar uma tarefa de atualização automática para essas listas."
|
"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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr "As 10 Estatísticas Principais"
|
msgstr "As 10 Estatísticas Principais"
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -181,11 +181,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -286,7 +286,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activat"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Data sfârşit"
|
msgstr "Data sfârşit"
|
||||||
|
|
||||||
|
@ -349,7 +349,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Ultima rulare"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -467,7 +467,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -578,7 +578,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Data de început"
|
msgstr "Data de început"
|
||||||
|
|
||||||
|
@ -652,6 +652,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -666,7 +672,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ msgstr "Бэкап черного списка"
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr "Блокировка запросов"
|
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
|
#, fuzzy
|
||||||
msgid "Blocklist Query..."
|
msgid "Blocklist Query..."
|
||||||
msgstr "Заблокировать запрос..."
|
msgstr "Заблокировать запрос..."
|
||||||
|
@ -205,11 +205,11 @@ msgstr "Сброс файла DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Включено"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Дата окончания"
|
msgstr "Дата окончания"
|
||||||
|
|
||||||
|
@ -373,7 +373,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Последний запуск"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -493,7 +493,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -604,7 +604,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "Дата начала"
|
msgstr "Дата начала"
|
||||||
|
|
||||||
|
@ -680,6 +680,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Время"
|
msgstr "Время"
|
||||||
|
@ -694,7 +700,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "Inicializácia DNS súboru"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Zapnuté"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Koncový dátum"
|
msgstr "Koncový dátum"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "DNS-filåterställning"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiverad"
|
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"
|
msgid "End Date"
|
||||||
msgstr "Slutdatum"
|
msgstr "Slutdatum"
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "Kördes senast"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -169,11 +169,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -274,7 +274,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -337,7 +337,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -455,7 +455,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -566,7 +566,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -640,6 +640,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -654,7 +660,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -179,11 +179,11 @@ msgstr ""
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -284,7 +284,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Увімкнено"
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -347,7 +347,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -465,7 +465,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -576,7 +576,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -650,6 +650,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -664,7 +670,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -180,11 +180,11 @@ msgstr "Đặt lại tệp DNS"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
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"
|
msgid "End Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -348,7 +348,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr ""
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -577,7 +577,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -651,6 +651,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "Thời gian"
|
msgstr "Thời gian"
|
||||||
|
@ -665,7 +671,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr "拦截列表查询"
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -185,11 +185,11 @@ msgstr "DNS 文件重置"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已启用"
|
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"
|
msgid "End Date"
|
||||||
msgstr "结束日期"
|
msgstr "结束日期"
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "最后运行"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -471,7 +471,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -582,7 +582,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "开始日期"
|
msgstr "开始日期"
|
||||||
|
|
||||||
|
@ -656,6 +656,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "时间"
|
msgstr "时间"
|
||||||
|
@ -670,7 +676,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -118,7 +118,7 @@ msgstr ""
|
||||||
msgid "Blocklist Query"
|
msgid "Blocklist Query"
|
||||||
msgstr ""
|
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..."
|
msgid "Blocklist Query..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -184,11 +184,11 @@ msgstr "DNS檔案重置"
|
||||||
msgid "DNS Report"
|
msgid "DNS Report"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (blocked)"
|
||||||
msgstr ""
|
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)"
|
msgid "DNS Requests (total)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -289,7 +289,7 @@ msgstr ""
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "啟用"
|
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"
|
msgid "End Date"
|
||||||
msgstr "結束日期"
|
msgstr "結束日期"
|
||||||
|
|
||||||
|
@ -352,7 +352,7 @@ msgstr ""
|
||||||
msgid "Last Run"
|
msgid "Last Run"
|
||||||
msgstr "最後執行"
|
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"
|
msgid "Latest DNS Requests"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -470,7 +470,7 @@ msgstr ""
|
||||||
msgid "Refresh Timer..."
|
msgid "Refresh Timer..."
|
||||||
msgstr ""
|
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..."
|
msgid "Refresh..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -581,7 +581,7 @@ msgstr ""
|
||||||
msgid "Special config options for the selected download utility."
|
msgid "Special config options for the selected download utility."
|
||||||
msgstr ""
|
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"
|
msgid "Start Date"
|
||||||
msgstr "開始日期"
|
msgstr "開始日期"
|
||||||
|
|
||||||
|
@ -655,6 +655,12 @@ msgid ""
|
||||||
"'#' are allowed - ip addresses, wildcards and regex are not."
|
"'#' are allowed - ip addresses, wildcards and regex are not."
|
||||||
msgstr ""
|
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
|
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:252
|
||||||
msgid "Time"
|
msgid "Time"
|
||||||
msgstr "時間"
|
msgstr "時間"
|
||||||
|
@ -669,7 +675,7 @@ msgid ""
|
||||||
"job for these lists."
|
"job for these lists."
|
||||||
msgstr ""
|
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"
|
msgid "Top 10 Statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue