From 8a85592a04ad7c8faf8a093c2b8b034ac54293d7 Mon Sep 17 00:00:00 2001 From: Dirk Brenken <dev@brenken.org> Date: Fri, 12 Jun 2020 22:51:06 +0200 Subject: [PATCH] luci-app-adblock: sync with adblock 4.0.6 * made SafeSearch provider configurable, you can limit SafeSearch to certain providers * add an explanation paragraph to report settings tab (regarding restart requirement) * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org> --- .../resources/view/adblock/overview.js | 13 +- .../luci-app-adblock/po/ar/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/bg/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/bn_BD/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/ca/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/cs/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/de/adblock.po | 163 ++++++++------ .../luci-app-adblock/po/el/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/en/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/es/adblock.po | 163 ++++++++------ .../luci-app-adblock/po/fi/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/fr/adblock.po | 163 ++++++++------ .../luci-app-adblock/po/he/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/hi/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/hu/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/it/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/ja/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/ko/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/mr/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/ms/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/nb_NO/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/pl/adblock.po | 163 ++++++++------ .../luci-app-adblock/po/pt/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/pt_BR/adblock.po | 163 ++++++++------ .../luci-app-adblock/po/ro/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/ru/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/sk/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/sv/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/templates/adblock.pot | 160 ++++++++------ .../luci-app-adblock/po/tr/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/uk/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/vi/adblock.po | 160 ++++++++------ .../luci-app-adblock/po/zh_Hans/adblock.po | 209 ++++++++++-------- .../luci-app-adblock/po/zh_Hant/adblock.po | 160 ++++++++------ 34 files changed, 2927 insertions(+), 2430 deletions(-) diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index 5d4eca53a..9610735d9 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -268,7 +268,7 @@ return view.extend({ s.tab('general', _('General Settings')); s.tab('additional', _('Additional Settings')); s.tab('adv_dns', _('Advanced DNS Settings')); - s.tab('adv_report', _('Advanced Report Settings')); + s.tab('adv_report', _('Advanced Report Settings'), _('Changes on this tab needs a full adblock service restart to take effect.<br /><p> </p>')); s.tab('adv_email', _('Advanced E-Mail Settings')); s.tab('sources', _('Blocklist Sources'), _('List of supported and fully pre-configured adblock sources, already active sources are pre-selected.<br /> \ <b><em>To avoid OOM errors, please do not select too many lists!</em></b><br /> \ @@ -301,7 +301,16 @@ return view.extend({ o = s.taboption('general', form.Flag, 'adb_safesearch', _('Enable SafeSearch'), _('Enforcing SafeSearch for google, bing, duckduckgo, yandex, youtube and pixabay.')); o.rmempty = false; - o = s.taboption('general', form.Flag, 'adb_safesearchmod', _('SafeSearch Moderate'), _('Enable moderate SafeSearch filters for youtube.')); + o = s.taboption('general', form.MultiValue, 'adb_safesearchlist', _('Limit SafeSearch'), _('Limit SafeSearch to certain providers.')); + o.depends('adb_safesearch', '1'); + o.value('google'); + o.value('bing'); + o.value('yandex'); + o.value('youtube'); + o.value('pixabay'); + o.rmempty = true; + + o = s.taboption('general', form.Flag, 'adb_safesearchmod', _('Relax SafeSearch'), _('Enable moderate SafeSearch filters for youtube.')); o.depends('adb_safesearch', '1'); o.rmempty = true; diff --git a/applications/luci-app-adblock/po/ar/adblock.po b/applications/luci-app-adblock/po/ar/adblock.po index 6d028474f..33560f3e1 100644 --- a/applications/luci-app-adblock/po/ar/adblock.po +++ b/applications/luci-app-adblock/po/ar/adblock.po @@ -44,7 +44,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -72,15 +72,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -105,7 +105,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -136,6 +136,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -154,26 +160,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -187,7 +193,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -195,21 +201,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -218,39 +224,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -268,7 +274,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -276,7 +282,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -298,11 +304,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -312,11 +318,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -324,7 +330,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -343,7 +349,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -355,7 +361,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -365,7 +379,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -383,7 +397,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -396,7 +410,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -417,7 +431,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -429,13 +443,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -445,7 +459,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -473,35 +487,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -528,23 +546,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -556,13 +570,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -572,11 +586,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -596,23 +610,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -664,7 +678,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -678,11 +692,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -691,7 +705,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -706,11 +720,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -718,14 +732,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/bg/adblock.po b/applications/luci-app-adblock/po/bg/adblock.po index d3bbd08ed..c9a8f8d84 100644 --- a/applications/luci-app-adblock/po/bg/adblock.po +++ b/applications/luci-app-adblock/po/bg/adblock.po @@ -37,7 +37,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -45,7 +45,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -65,15 +65,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -98,7 +98,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -129,6 +129,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -147,26 +153,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -180,7 +186,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -188,21 +194,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -211,39 +217,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -261,7 +267,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -269,7 +275,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -291,11 +297,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -305,11 +311,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -317,7 +323,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -336,7 +342,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -348,7 +354,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -358,7 +372,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -376,7 +390,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -389,7 +403,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -410,7 +424,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -422,13 +436,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -438,7 +452,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -466,35 +480,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -521,23 +539,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -549,13 +563,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -565,11 +579,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -589,23 +603,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -657,7 +671,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -671,11 +685,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -684,7 +698,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -699,11 +713,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -711,14 +725,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/bn_BD/adblock.po b/applications/luci-app-adblock/po/bn_BD/adblock.po index f8334909d..14271cf76 100644 --- a/applications/luci-app-adblock/po/bn_BD/adblock.po +++ b/applications/luci-app-adblock/po/bn_BD/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -104,7 +104,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -135,6 +135,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -153,26 +159,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -186,7 +192,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -194,21 +200,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -217,39 +223,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -267,7 +273,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -275,7 +281,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -297,11 +303,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -311,11 +317,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -323,7 +329,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -342,7 +348,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -354,7 +360,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -364,7 +378,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -382,7 +396,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -395,7 +409,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -416,7 +430,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -428,13 +442,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -444,7 +458,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -472,35 +486,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -527,23 +545,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -555,13 +569,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -571,11 +585,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -595,23 +609,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -663,7 +677,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -677,11 +691,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -690,7 +704,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -705,11 +719,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -717,14 +731,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/ca/adblock.po b/applications/luci-app-adblock/po/ca/adblock.po index 88ccb51c7..21ccb3e34 100644 --- a/applications/luci-app-adblock/po/ca/adblock.po +++ b/applications/luci-app-adblock/po/ca/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Retard addicional en segons de lâactivador abans que comenci el processament " @@ -73,15 +73,15 @@ msgstr "" msgid "Answer" msgstr "Resposta" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Directori de còpies de seguretat" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -106,7 +106,7 @@ msgstr "Domini blocat" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Fonts de la llista negra" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -137,6 +137,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Client" @@ -155,26 +161,26 @@ msgstr "" msgid "Count" msgstr "Recompte" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Directori del DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Reinicialització de fitxers del DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "Data" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "Domini" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Utilitat de baixades" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notificació per correu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Adreça de destinatari de correu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "Edita la llista blanca" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Purga la memòria cau del DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Força el DNS local" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "Darrera execució" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "Llista dâutilitats de baixada admeses i plenament preconfigurades." @@ -397,7 +411,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Servei de prioritat baixa" @@ -418,7 +432,7 @@ msgstr "" msgid "Overview" msgstr "Visió de conjunt" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -430,13 +444,13 @@ msgstr "Consulta" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -446,7 +460,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -474,35 +488,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -529,23 +547,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Desa" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -557,13 +571,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -573,11 +587,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -597,23 +611,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -665,7 +679,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -679,11 +693,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -692,7 +706,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Enregistrament detallat de depuració" @@ -707,11 +721,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -719,15 +733,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/cs/adblock.po b/applications/luci-app-adblock/po/cs/adblock.po index 676657a90..387849c2e 100644 --- a/applications/luci-app-adblock/po/cs/adblock.po +++ b/applications/luci-app-adblock/po/cs/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "DodateÄné zpoždÄnà v sekundách pÅed zaÄátkem zpracovánà blokovánà reklamy." @@ -72,15 +72,15 @@ msgstr "" msgid "Answer" msgstr "OdpovÄd" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Záložnà adresáÅ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -105,7 +105,7 @@ msgstr "Blokované domény" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Zdroje seznamů blokovánÃ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -136,6 +136,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Klient" @@ -154,26 +160,26 @@ msgstr "" msgid "Count" msgstr "PoÄet" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "AdresáŠDNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Resetovánà souboru DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -187,7 +193,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -195,21 +201,21 @@ msgstr "" msgid "Date" msgstr "Datum" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -218,39 +224,39 @@ msgstr "" msgid "Domain" msgstr "Doména" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Nástroj pro stahovánÃ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Oznámenà e-mailem" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Adresa pÅÃjemce e-mailu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -268,7 +274,7 @@ msgstr "Upravit whitelist" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -276,7 +282,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -298,11 +304,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -312,11 +318,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Vyprázdnit mezipamÄÅ¥ DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -324,7 +330,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Vynutit lokálnà DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -343,7 +349,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -355,7 +361,15 @@ msgstr "Poslednà spuÅ¡tÄnÃ" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -365,7 +379,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -383,7 +397,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Seznam podporovaných a plnÄ pÅedkonfigurovaných nástrojů pro stahovánÃ." @@ -397,7 +411,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Služba s nÃzkou prioritou" @@ -418,7 +432,7 @@ msgstr "" msgid "Overview" msgstr "PÅehled" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -430,13 +444,13 @@ msgstr "Dotaz" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Adresa pÅÃjemce pro e-maily s upozornÄnÃm." @@ -446,7 +460,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -474,35 +488,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "PoÄet bloků sestavy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Velikost bloků sestavy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "AdresáŠsestav" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Rozhranà sestavy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -529,23 +547,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Uložit" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -557,13 +571,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -573,11 +587,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -597,23 +611,23 @@ msgstr "" msgid "Suspend" msgstr "Pozastavit" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "CÃlový adresáŠpro vygenerovaný blokovacà seznam 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -665,7 +679,7 @@ msgstr "" msgid "Time" msgstr "Äas" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -679,11 +693,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Prodleva spuÅ¡tÄnÃ" @@ -692,7 +706,7 @@ msgstr "Prodleva spuÅ¡tÄnÃ" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Podrobné protokolovánà ladÄnÃ" @@ -707,11 +721,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -719,15 +733,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/de/adblock.po b/applications/luci-app-adblock/po/de/adblock.po index 2f0a04069..ab55920e4 100644 --- a/applications/luci-app-adblock/po/de/adblock.po +++ b/applications/luci-app-adblock/po/de/adblock.po @@ -43,7 +43,7 @@ msgstr "Füge diese (Sub-)Domain zur lokalen Blacklist." msgid "Add this (sub-)domain to your local whitelist." msgstr "Füge diese (Sub-)Domain zur lokalen Whiteklist." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "Zusätzliche Jail-Sperrliste" @@ -51,7 +51,7 @@ msgstr "Zusätzliche Jail-Sperrliste" msgid "Additional Settings" msgstr "Zusätzliche Einstellungen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Zusätzliche Verzögerung (in Sekunden) bis zur Verarbeitung durch den " @@ -73,15 +73,15 @@ msgstr "Fortgeschrittene Berichtseinstellungen" msgid "Answer" msgstr "Antwort" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Backupverzeichnis" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Basis-Temp-Verzeichnis" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -110,7 +110,7 @@ msgstr "Blockierte Domain" msgid "Blocked Domains" msgstr "Gesperrte Domains" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Sperrliste Backup" @@ -126,7 +126,7 @@ msgstr "Sperrlisten abfragen..." msgid "Blocklist Sources" msgstr "Blockierlisten-Quellen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -144,6 +144,12 @@ msgstr "" msgid "Cancel" msgstr "Abbrechen" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Client" @@ -166,7 +172,7 @@ msgstr "" msgid "Count" msgstr "Anzahl" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -175,19 +181,19 @@ msgstr "" "sofort ab dem Booten oder im Fall von Downloadfehlern zur Verfügung zu haben." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "DNS-Backend" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS-Verzeichnis" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS-Datei zurücksetzen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -201,7 +207,7 @@ msgstr "DNS Anforderungen (blockiert)" msgid "DNS Requests (total)" msgstr "DNS-Abfragen (gesamt)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "DNS-Restart-Timeout" @@ -209,15 +215,15 @@ msgstr "DNS-Restart-Timeout" msgid "Date" msgstr "Datum" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "Deaktiviere DNS-Zulassen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "Deaktiviere DNS-Restarts" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -225,7 +231,7 @@ msgstr "" "Deaktiviere das Triggern von Neustarts des DNS-Backends durch Adblock per " "Autoload/inotify-Funktionsaufrufe." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "Deaktiviere selektives DNS-Whitelisting (RPZ-Passthrough)." @@ -234,39 +240,39 @@ msgstr "Deaktiviere selektives DNS-Whitelisting (RPZ-Passthrough)." msgid "Domain" msgstr "Domäne" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "Downloadparameter" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "Download-Warteschlange" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Download-Werkzeug" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "E-Mail-Benachrichtigung" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "Email-Benachrichtigszähler" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Email-Profil" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "E-Mail-Empfängeradresse" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Email-Absenderadresse" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Email-Betreff" @@ -284,7 +290,7 @@ msgstr "Whiteliste bearbeiten" msgid "Enable SafeSearch" msgstr "Aktiviere SafeSearch" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "Aktiviere moderate SafeSearch-Filter für YouTube." @@ -292,7 +298,7 @@ msgstr "Aktiviere moderate SafeSearch-Filter für YouTube." msgid "Enable the adblock service." msgstr "Aktiviere den Adblock-Dienst." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "Aktiviere ausführliche Debug-Logs im Fehlerfall." @@ -314,11 +320,11 @@ msgstr "Erzwinge SafeSearch für Google, Bing, DuckDuckGo, Yandex und Pixabay." msgid "Existing job(s)" msgstr "Bestehende Job(s)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "Externe DNS-Abfragedomain" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -330,11 +336,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Filterkriterien wie z.B. Datum, Domain oder Client (optional)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "DNS-Cache leeren" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird." @@ -342,7 +348,7 @@ msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird." msgid "Force Local DNS" msgstr "Lokales DNS erzwingen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -364,7 +370,7 @@ msgstr "Zugriff auf adblock LuCI app erlauten" msgid "Information" msgstr "Informationen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "Jail-Verzeichnis" @@ -376,7 +382,15 @@ msgstr "Letzter Lauf" msgid "Latest DNS Requests" msgstr "Letzte DNS-Abfragen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" "Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden " @@ -391,7 +405,7 @@ msgstr "" "triggern. Wähle \"unspecified\", um einen herkömmlichen Start-Timeout-" "Mechanismuss anstatt eines Netzwerk-Triggers zu verwenden." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -420,7 +434,7 @@ msgstr "" "mehr RAM und zusätzlich eine Multicore-CPU, z.B entpsrechende x86- oder " "RaspberryPi-Geräte.<br /> <p> </p>" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Liste der unterstützten und vollständig vorkonfigurierten Download-" @@ -435,7 +449,7 @@ msgstr "Lokale DNS-Ports" msgid "Log View" msgstr "Log-Ansicht" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Dienst mit niedriger Priorität" @@ -456,7 +470,7 @@ msgstr "Aktuell noch keine Adblock-Logs vorhanden!" msgid "Overview" msgstr "Ãbersicht" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" "\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird." @@ -469,7 +483,7 @@ msgstr "Abfrage" msgid "Query active blocklists and backups for a specific domain." msgstr "Frage aktive Sperrlisten und Backups über eine spezifische Domain ab." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." @@ -477,7 +491,7 @@ msgstr "" "Erhöhe den Benachrichtigunszähler um Emails zu erhalten, wenn die Gesamtzahl " "der Blocklisten kleiner gleich diesem Schwellwert ist." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Empfängeradresse für Adblock-Benachrichtigungs-E-Mails." @@ -489,7 +503,7 @@ msgstr "" "Leite alle DNS-Anfragen an die \"Lan\"-Zone auf den lokalen DNS-Resolver um, " "gilt sowohl für UDP und TCP-Protokolle." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -520,35 +534,39 @@ msgstr "Aktualisiere Timer..." msgid "Refresh..." msgstr "Aktualisiere..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Berichte Datenblock-Anzahl" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Berichte Datenblock-GröÃe" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Verzeichnis für Berichte" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Berichte-Schnittstelle" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "Berichte Ports" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "Berichte Datenblock-Nutzung durch tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "Berichte von tcpdump verwendete DatenblockgröÃe in MByte." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -578,17 +596,13 @@ msgstr "Run-Interfaces" msgid "Run Utils" msgstr "Run-Werkzeuge" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "moderates SafeSearch" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Speichern" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." @@ -596,7 +610,7 @@ msgstr "" "Sende relevante Adblock-Benachrichtigungen per Email. Hinweis: Hierzu muss " "das \"msmtp\"-Zusatzpaket installiert sein." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "Absenderadresse für Adblock-Benachrichtigungsmails." @@ -608,7 +622,7 @@ msgstr "(Er)Setze einen neuen Adblock-Job" msgid "Settings" msgstr "Einstellungen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." @@ -616,7 +630,7 @@ msgstr "" "GröÃe der Download-Warteschlange für laufende Downloads (inkl. Platzbedarf " "für Sortieren, Zusammenführen)." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "Quellen (GröÃe, Fokus)" @@ -628,11 +642,11 @@ msgstr "" "Leerzeichengetrennte Liste von DNS-relevanten Firewall-Ports, die zwingend " "lokal sein müssen." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" "Spezielle Konfigurationseinstellungen für das gewählte Download-Programm." @@ -653,7 +667,7 @@ msgstr "Status / Version" msgid "Suspend" msgstr "Anhalten" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -662,7 +676,7 @@ msgstr "" "\" gesetzt, hier sollte besser ein USB-Stick oder anderer lokaler Speicher " "verwendet werden." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -671,11 +685,11 @@ msgstr "" "hier sollte besser ein USB-Stick oder anderer lokaler Speicher verwendet " "werden." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "Zielverzeichnis für die erzeugte Sperrliste 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"." @@ -737,7 +751,7 @@ msgstr "" msgid "Time" msgstr "Zeit" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang." @@ -753,11 +767,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "Top-10 Statistiken" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "Betreff für Adblock-Benachrichtigungsmails." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Verzögerung Trigger-Bedingung" @@ -766,7 +780,7 @@ msgstr "Verzögerung Trigger-Bedingung" msgid "Unable to save changes: %s" msgstr "Konnte Ãnderungen nicht speichern: %s" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Ausführliche Debug-Protokollierung" @@ -783,11 +797,11 @@ msgstr "" msgid "Whitelist..." msgstr "Whiteliste..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)" @@ -795,18 +809,21 @@ msgstr "kresd (/etc/kresd)" msgid "max. result set size" msgstr "Max. GröÃe des Result-Sets" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "named (/var/lib/bind)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "raw (/tmp)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)" +#~ msgid "SafeSearch Moderate" +#~ msgstr "moderates SafeSearch" + #~ msgid "" #~ "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " #~ "than 64 MB free RAM, please only select a few of them!" diff --git a/applications/luci-app-adblock/po/el/adblock.po b/applications/luci-app-adblock/po/el/adblock.po index 11277f7a9..08de1c7ff 100644 --- a/applications/luci-app-adblock/po/el/adblock.po +++ b/applications/luci-app-adblock/po/el/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "ÏÎ¬ÎºÎµÎ»Î¿Ï Î´Î¹Î¬ÏÏÏηÏ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -104,7 +104,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "ÎίÏÏα ÎÏλοκαÏιÏμÎνÏν ÏηγÏν" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -135,6 +135,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "ÏελάÏηÏ" @@ -153,26 +159,26 @@ msgstr "" msgid "Count" msgstr "ÎÎÏÏηÏη" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "καÏÎ¬Î»Î¿Î³Î¿Ï DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "ÎÏαναÏοÏά αÏÏÎµÎ¯Î¿Ï DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -186,7 +192,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -194,21 +200,21 @@ msgstr "" msgid "Date" msgstr "ÎμεÏομηνία" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -217,39 +223,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -267,7 +273,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -275,7 +281,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -297,11 +303,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -311,11 +317,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -323,7 +329,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -342,7 +348,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -354,7 +360,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -364,7 +378,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -382,7 +396,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -395,7 +409,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -416,7 +430,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -428,13 +442,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -444,7 +458,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -472,35 +486,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -527,23 +545,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -555,13 +569,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -571,11 +585,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -595,23 +609,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -663,7 +677,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -677,11 +691,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -690,7 +704,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -705,11 +719,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -717,15 +731,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/en/adblock.po b/applications/luci-app-adblock/po/en/adblock.po index e1b02d1e5..a07bcc4b1 100644 --- a/applications/luci-app-adblock/po/en/adblock.po +++ b/applications/luci-app-adblock/po/en/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -104,7 +104,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -135,6 +135,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -153,26 +159,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -186,7 +192,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -194,21 +200,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -217,39 +223,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -267,7 +273,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -275,7 +281,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -297,11 +303,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -311,11 +317,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -323,7 +329,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -342,7 +348,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -354,7 +360,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -364,7 +378,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -382,7 +396,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -395,7 +409,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -416,7 +430,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -428,13 +442,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -444,7 +458,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -472,35 +486,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -527,23 +545,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -555,13 +569,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -571,11 +585,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -595,23 +609,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -663,7 +677,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -677,11 +691,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -690,7 +704,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -705,11 +719,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -717,14 +731,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/es/adblock.po b/applications/luci-app-adblock/po/es/adblock.po index a114f00fb..ae27c08d6 100644 --- a/applications/luci-app-adblock/po/es/adblock.po +++ b/applications/luci-app-adblock/po/es/adblock.po @@ -46,7 +46,7 @@ msgstr "Agregue este (sub) dominio a su lista negra local." msgid "Add this (sub-)domain to your local whitelist." msgstr "Agregue este (sub) dominio a su lista blanca local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "Lista de bloqueo adicional de la cárcel" @@ -54,7 +54,7 @@ msgstr "Lista de bloqueo adicional de la cárcel" msgid "Additional Settings" msgstr "Configuración adicional" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Demora adicional del disparador en segundos antes de que comience el " @@ -76,15 +76,15 @@ msgstr "Configuración avanzada de informes" msgid "Answer" msgstr "Responder" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Directorio de respaldo" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Directorio de temperatura base" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -113,7 +113,7 @@ msgstr "Dominio bloqueado" msgid "Blocked Domains" msgstr "Dominios Bloqueados" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Copia de seguridad de lista de bloqueo" @@ -129,7 +129,7 @@ msgstr "Consulta de lista de bloqueo..." msgid "Blocklist Sources" msgstr "Fuentes de lista de bloqueo" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -148,6 +148,12 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Cliente" @@ -170,7 +176,7 @@ msgstr "" msgid "Count" msgstr "Contar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -179,19 +185,19 @@ msgstr "" "caso de errores de descarga o durante el inicio." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "Backend de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Directorio DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Restablecimiento de archivos DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -205,7 +211,7 @@ msgstr "Solicitudes DNS (bloqueadas)" msgid "DNS Requests (total)" msgstr "Solicitudes DNS (total)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "Tiempo de espera de reinicio de DNS" @@ -213,15 +219,15 @@ msgstr "Tiempo de espera de reinicio de DNS" msgid "Date" msgstr "Fecha" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "Desactivar Permitir DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "Desactivar Reinicios de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -229,7 +235,7 @@ msgstr "" "Desactivar los reinicios activados por adblock para back-end dns con " "funciones de carga automática/inotify." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "Desactivar la lista blanca selectiva de DNS (pasar por RPZ)." @@ -238,39 +244,39 @@ msgstr "Desactivar la lista blanca selectiva de DNS (pasar por RPZ)." msgid "Domain" msgstr "Dominio" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "Descargar parámetros" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "Descargar Cola" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Utilidad de descarga" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notificación del E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "Conteo de notificaciones por E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Perfil de E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Dirección del destinatario del E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Dirección del remitente del E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Tema de E-Mail" @@ -288,7 +294,7 @@ msgstr "Editar lista blanca" msgid "Enable SafeSearch" msgstr "Activar SafeSearch" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "Activar filtros moderados de SafeSearch para YouTube." @@ -296,7 +302,7 @@ msgstr "Activar filtros moderados de SafeSearch para YouTube." msgid "Enable the adblock service." msgstr "Activa el servicio Adblock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" "Activar el registro detallado de depuración en caso de errores de " @@ -322,11 +328,11 @@ msgstr "" msgid "Existing job(s)" msgstr "Trabajo(s) existente(s)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "Dominio de búsqueda de DNS externo" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -339,11 +345,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Criterios de filtro como fecha, dominio o cliente (opcional)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Vaciar caché de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "VacÃe la caché de DNS antes del procesamiento de adblock también." @@ -351,7 +357,7 @@ msgstr "VacÃe la caché de DNS antes del procesamiento de adblock también." msgid "Force Local DNS" msgstr "Forzar DNS local" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -374,7 +380,7 @@ msgstr "Conceder acceso a la aplicación adblock de LuCI" msgid "Information" msgstr "Información" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "Directorio de la cárcel" @@ -386,7 +392,15 @@ msgstr "Ãltimo inicio" msgid "Latest DNS Requests" msgstr "Ãltimas solicitudes de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump." @@ -399,7 +413,7 @@ msgstr "" "Elija 'No especificado' para usar un tiempo de espera de inicio clásico en " "lugar de un disparador de red." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -428,7 +442,7 @@ msgstr "" "MByte,<br /> • <b>XXL</b> (200k-) necesita más RAM y soporte " "multinúcleo, p. ej. x86 o dispositivos Raspberry.<br /><p></p>" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Lista de utilidades de descarga totalmente preconfiguradas y compatibles." @@ -442,7 +456,7 @@ msgstr "Puertos DNS locales" msgid "Log View" msgstr "Vista de registro" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Servicio con prioridad baja" @@ -463,7 +477,7 @@ msgstr "¡Aún no hay registros relacionados con adblock!" msgid "Overview" msgstr "Visión general" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock." @@ -477,7 +491,7 @@ msgstr "" "Consulta listas de bloqueo activas y copias de seguridad para un dominio " "especÃfico." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." @@ -485,7 +499,7 @@ msgstr "" "Aumente el recuento de notificaciones para obtener correos electrónicos si " "el recuento general de la lista de bloqueo es menor o igual al lÃmite dado." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Dirección del receptor para la notificación de bloqueos electrónicos." @@ -497,7 +511,7 @@ msgstr "" "Redireccionar todas las consultas DNS desde la zona 'lan' al solucionador " "DNS local, se aplica al protocolo UDP y TCP." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -528,35 +542,39 @@ msgstr "Actualizar temporizador..." msgid "Refresh..." msgstr "Actualizar..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Informe de recuento de fragmentos" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Tamaño del fragmento de informe" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Directorio de informes" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Interfaz de informe" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "Informar puertos" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "Informe el recuento de fragmentos utilizado por tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "Informe el tamaño del fragmento utilizado por tcpdump en MByte." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -586,17 +604,13 @@ msgstr "Ejecutar interfaces" msgid "Run Utils" msgstr "Ejecutar utilidades" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "SafeSearch Moderado" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Guardar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." @@ -604,7 +618,7 @@ msgstr "" "Enviar correos electrónicos de notificación relacionados con adblock. Tenga " "en cuenta: esto necesita una instalación adicional del paquete 'msmtp'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" "Dirección del remitente para los correos electrónicos de notificación de " @@ -618,7 +632,7 @@ msgstr "Establecer/Reemplazar un nuevo trabajo de adblock" msgid "Settings" msgstr "Configuraciones" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." @@ -626,7 +640,7 @@ msgstr "" "Tamaño de la cola de descarga para el procesamiento de descarga (incluida la " "clasificación, fusión, etc.) en paralelo." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "Fuentes (tamaño, enfoque)" @@ -638,11 +652,11 @@ msgstr "" "Lista separada por espacios de puertos de firewall relacionados con DNS que " "deben forzarse localmente." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "Lista de puertos separados por espacios utilizados por tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" "Opciones de configuración especiales para la utilidad de descarga " @@ -664,7 +678,7 @@ msgstr "Estado / Versión" msgid "Suspend" msgstr "Suspender" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -673,7 +687,7 @@ msgstr "" "valor predeterminado es '/ tmp', utilice preferiblemente una memoria USB u " "otro disco local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -682,12 +696,12 @@ msgstr "" "valor predeterminado es '/ tmp', utilice preferiblemente una memoria USB u " "otro disco local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" "Directorio de destino para la lista de bloqueo generada 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" "Directorio de destino para la lista de bloqueo de cárcel generada 'adb_list." @@ -753,7 +767,7 @@ msgstr "" msgid "Time" msgstr "Hora" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso." @@ -769,11 +783,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "Top 10 estadÃsticas" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "Tema para los correos electrónicos de notificación de adblock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Retraso de disparo" @@ -782,7 +796,7 @@ msgstr "Retraso de disparo" msgid "Unable to save changes: %s" msgstr "No se pueden guardar los cambios: %s" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Registro de depuración detallado" @@ -799,11 +813,11 @@ msgstr "" msgid "Whitelist..." msgstr "Lista blanca..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)" @@ -811,18 +825,21 @@ msgstr "kresd (/etc/kresd)" msgid "max. result set size" msgstr "máx. tamaño del conjunto de resultados" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "llamado (/var/lib/bind)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "crudo (/tmp)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)" +#~ msgid "SafeSearch Moderate" +#~ msgstr "SafeSearch Moderado" + #~ msgid "" #~ "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " #~ "than 64 MB free RAM, please only select a few of them!" diff --git a/applications/luci-app-adblock/po/fi/adblock.po b/applications/luci-app-adblock/po/fi/adblock.po index e6ef3b0e2..e4b5a83e9 100644 --- a/applications/luci-app-adblock/po/fi/adblock.po +++ b/applications/luci-app-adblock/po/fi/adblock.po @@ -43,7 +43,7 @@ msgstr "Lisää tämä (ali-)verkkonimi kieltolistallesi." msgid "Add this (sub-)domain to your local whitelist." msgstr "Lisää tämä (ali-)verkkonimi sallittujen listallesi." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "Lisäasetukset" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Ylimääräinen odotusaika sekunteina ennen adblock-käsittelyn aloittamista." @@ -72,15 +72,15 @@ msgstr "Raportoinnin lisäasetukset" msgid "Answer" msgstr "Vastaus" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Varmuuskopiohakemisto" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Oletushakemisto väliaikaistiedostoille" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -109,7 +109,7 @@ msgstr "Estetty verkkonimi" msgid "Blocked Domains" msgstr "Estetyt verkkonimet" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Kieltolistan varmuuskopio" @@ -125,7 +125,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Estolistojen lähteet" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -140,6 +140,12 @@ msgstr "" msgid "Cancel" msgstr "Peruuta" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Asiakas" @@ -158,26 +164,26 @@ msgstr "" msgid "Count" msgstr "Määrä" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "DNS-sovellus" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS-tiedoston resetointi" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -191,7 +197,7 @@ msgstr "DNS-kyselyt (estetyt)" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "DNS:n uudelleenkäynnistyksen aikaraja" @@ -199,15 +205,15 @@ msgstr "DNS:n uudelleenkäynnistyksen aikaraja" msgid "Date" msgstr "Päivä" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "Estä DNS:n salliminen" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "Estä DNS:n uudelleenkäynnistykset" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -215,7 +221,7 @@ msgstr "" "Estä adblockin aiheuttamat DNS-sovelluksen uudelleenkäynnistykset autoload/" "inotify-funktioilla." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -224,39 +230,39 @@ msgstr "" msgid "Domain" msgstr "Verkkonimi" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "Latausparametrit" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "Latausjono" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Lataustyökalu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Sähköposti-ilmoitus" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "Sähköposti-ilmoitusten määrä" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Sähköpostiprofiili" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Sähköposti: vastaanottajan osoite" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Sähköposti: lähettäjän osoite" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Sähköposti: otsikko" @@ -274,7 +280,7 @@ msgstr "Editoi sallittujen lista" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -282,7 +288,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "Ota Adblock-palvelu käyttöön." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "Runsas lokisisältö toimintojen virheiden etsimistä varten." @@ -304,11 +310,11 @@ msgstr "" msgid "Existing job(s)" msgstr "Nykyiset työt" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -318,11 +324,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Suodatintekijät kuten päivä, verkkonimi tai asiakas (valinnainen)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Tyhjennä DNS-välimuisti" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä" @@ -330,7 +336,7 @@ msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä" msgid "Force Local DNS" msgstr "Pakota paikallinen DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -349,7 +355,7 @@ msgstr "Salli pääsy Adblock-asetuksiin" msgid "Information" msgstr "Tietoja" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -361,7 +367,15 @@ msgstr "Viimeksi ajettu" msgid "Latest DNS Requests" msgstr "Viimeiset DNS-kyselyt" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -371,7 +385,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -389,7 +403,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "Tuetut ja valmiiksi asetetut lataustyökalut" @@ -402,7 +416,7 @@ msgstr "Paikalliset DNS-portit" msgid "Log View" msgstr "Lokinäkymä" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Matala sovelluksen prioriteetti" @@ -423,7 +437,7 @@ msgstr "Ei vielä Adblock-lokeja!" msgid "Overview" msgstr "Yhteenveto" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -435,13 +449,13 @@ msgstr "Kysely" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Vastaanottajan sähköpostiosoite Adblockin ilmoituksille." @@ -453,7 +467,7 @@ msgstr "" "Ohjaa kaikki LAN-vyöhykkeeltä tulevat DNS-kyselyt paikalliselle DNS-" "palvelimelle, sekä UDP- että TCP-protokollat." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -481,35 +495,39 @@ msgstr "Päivitysajastin..." msgid "Refresh..." msgstr "Päivitä..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Raporttipalojen määrä" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Raporttipalojen koko" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Raporttihakemisto" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Raportoitava sovitin" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "Raportoitavat portit" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -536,23 +554,19 @@ msgstr "Ajettavat sovittimet" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Tallenna" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille." @@ -564,13 +578,13 @@ msgstr "" msgid "Settings" msgstr "Asetukset" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "Lähteet (koko, fokus)" @@ -580,11 +594,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -604,23 +618,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -672,7 +686,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -686,11 +700,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -699,7 +713,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -714,11 +728,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -726,14 +740,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/fr/adblock.po b/applications/luci-app-adblock/po/fr/adblock.po index 833aedbe5..05b8438ba 100644 --- a/applications/luci-app-adblock/po/fr/adblock.po +++ b/applications/luci-app-adblock/po/fr/adblock.po @@ -43,7 +43,7 @@ msgstr "Ajout sous-domaine au réseau local blacklisté." msgid "Add this (sub-)domain to your local whitelist." msgstr "Ajout sous-domaine au réseau local whitelisté." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "Additionnel Bannis Blocklisté" @@ -51,7 +51,7 @@ msgstr "Additionnel Bannis Blocklisté" msgid "Additional Settings" msgstr "Paramètres additionnels" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Délai de déclenchement supplémentaire en secondes avant que le bloqueur de " @@ -73,15 +73,15 @@ msgstr "Paramètres de rapport avancés" msgid "Answer" msgstr "Répondre" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Répertoire de sauvegarde" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Répertoire Temporaire" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -110,7 +110,7 @@ msgstr "Domaines bloqués" msgid "Blocked Domains" msgstr "Domaines bloqués" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Sauvegarde de la liste de blocage" @@ -126,7 +126,7 @@ msgstr "Demande Blocklist..." msgid "Blocklist Sources" msgstr "Sources des listes de blocage" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -145,6 +145,12 @@ msgstr "" msgid "Cancel" msgstr "Annuler" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Client" @@ -168,7 +174,7 @@ msgstr "" msgid "Count" msgstr "Compteur" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -177,19 +183,19 @@ msgstr "" "utilisées en cas d'erreurs de téléchargement ou lors du démarrage." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "Backend du DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Répertoire du DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Réinitialiser le fichier de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -203,7 +209,7 @@ msgstr "Requêtes DNS (bloquées)" msgid "DNS Requests (total)" msgstr "Requêtes DNS (totales)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "Délai de redémarrage DNS" @@ -211,15 +217,15 @@ msgstr "Délai de redémarrage DNS" msgid "Date" msgstr "Date" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "Désactiver l'autorisation DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "Désactiver les redémarrages DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -227,7 +233,7 @@ msgstr "" "Désactiver les redémarrages déclenchés par adblock pour les backends dns " "avec des fonctions d'auto-chargement/notification." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "Désactiver la liste blanche sélective du DNS (passthrough RPZ)." @@ -236,39 +242,39 @@ msgstr "Désactiver la liste blanche sélective du DNS (passthrough RPZ)." msgid "Domain" msgstr "Domaine" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "Paramètres Téléchargement" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "Queue de Téléchargement" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Télécharger l'utilitaire" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notifications par e-mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "Nombre de notifications par courrier électronique" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Profile Email" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Adresse e-mail du destinataire" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Adresse électronique de l'expéditeur" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Objet du courrier électronique" @@ -286,7 +292,7 @@ msgstr "Modifier la liste blanche" msgid "Enable SafeSearch" msgstr "Activé Safesearch" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "Activez les filtres SafeSearch modérés pour youtube." @@ -294,7 +300,7 @@ msgstr "Activez les filtres SafeSearch modérés pour youtube." msgid "Enable the adblock service." msgstr "Activé le service adblock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" "Activez la journalisation verbale de débogage en cas d'erreurs de traitement." @@ -319,11 +325,11 @@ msgstr "" msgid "Existing job(s)" msgstr "Travaux en cours" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "Domaine de recherche DNS externe" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -336,11 +342,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Critère filtre comme la date, domaine, client (option)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Vider le cache DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "Videz également le cache DNS avant le traitement des adblocs." @@ -348,7 +354,7 @@ msgstr "Videz également le cache DNS avant le traitement des adblocs." msgid "Force Local DNS" msgstr "Forcer le DNS local" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -371,7 +377,7 @@ msgstr "Donner tout accès à l'application LuCI adblock" msgid "Information" msgstr "Information" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "Répertoire des bannis" @@ -383,7 +389,15 @@ msgstr "Dernière exécution" msgid "Latest DNS Requests" msgstr "Dernière Requêtes DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump." @@ -396,7 +410,7 @@ msgstr "" "l'adblock. Choisissez \"non spécifié\" pour utiliser un délai de démarrage " "classique au lieu d'un déclencheur réseau." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -427,7 +441,7 @@ msgstr "" "besoin de plus de RAM et de support Multicore, par exemple des appareils x86 " "ou Raspberry.<br /> <p> </p>" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Liste des utilitaires de téléchargement pris en charge et entièrement pré-" @@ -442,7 +456,7 @@ msgstr "Ports DNS locaux" msgid "Log View" msgstr "Vue du journal" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Service en priorité basse" @@ -463,7 +477,7 @@ msgstr "Pas encore de journaux liés à l'adblock !" msgid "Overview" msgstr "Aperçu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock." @@ -477,7 +491,7 @@ msgstr "" "Recherchez des listes de blocage actives et des sauvegardes pour un domaine " "spécifique." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." @@ -486,7 +500,7 @@ msgstr "" "électroniques si le nombre total de blocages est inférieur ou égal à la " "limite donnée." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" "Adresse du destinataire pour les e-mails de notification du bloqueur de " @@ -500,7 +514,7 @@ msgstr "" "Rediriger toutes les requêtes DNS de la zone \"lan\" vers le résolveur DNS " "local, s'applique aux protocoles UDP et TCP." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -532,35 +546,39 @@ msgstr "Rafraîchir l'horloge..." msgid "Refresh..." msgstr "Rafraichi..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Rapporter le nombre de morceaux" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Rapporter la taille des morceaux" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Rapporter le Répertoire" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Rapporter l'Interface" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "Rapport des Ports" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "Signalez le nombre de morceaux utilisés par tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "Indiquez la taille des morceaux utilisés par tcpdump en MByte." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -590,17 +608,13 @@ msgstr "Interfaces de travail" msgid "Run Utils" msgstr "Outils de travail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "SafeSearch Modéré" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Enregistrer" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." @@ -608,7 +622,7 @@ msgstr "" "Envoyer des e-mails de notification relatifs à l'adblock. Veuillez noter que " "l'installation du paquet \"msmtp\" supplémentaire est nécessaire." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" "Adresse de l'expéditeur des courriers électroniques de notification de " @@ -622,7 +636,7 @@ msgstr "Définir/remplacer un nouveau travail d'adblock" msgid "Settings" msgstr "Paramètres" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." @@ -630,7 +644,7 @@ msgstr "" "Taille de la file d'attente pour le traitement des téléchargements (y " "compris le tri, la fusion, etc.) en parallèle." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "Sources (Taille, Focus)" @@ -642,11 +656,11 @@ msgstr "" "Liste séparée par espace des ports de pare-feu liés au DNS qui doivent être " "forcés localement." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "Liste des ports utilisés par tcpdump, séparés par des espaces." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" "Options de configuration spéciales pour l'utilitaire de téléchargement " @@ -668,7 +682,7 @@ msgstr "Statut / Version" msgid "Suspend" msgstr "Mettre en pause" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -676,7 +690,7 @@ msgstr "" "Répertoire cible pour les fichiers de rapports liés au DNS. La valeur par " "défaut est '/tmp', veuillez utiliser plutot une clé usb ou un disque local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -685,12 +699,12 @@ msgstr "" "défaut est '/tmp', veuillez utiliser de préférence une clé usb ou un autre " "disque local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" "Répertoire cible pour la liste de blocage générée \"adb_list.overall\"." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "Répertoire cible pour la liste de blocage générée \"adb_list.jail\"." @@ -756,7 +770,7 @@ msgstr "" msgid "Time" msgstr "Heure" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "Délai d'attente pour un redémarrage réussi du backend du DNS." @@ -772,11 +786,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "Top 10 Statistiques" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "Objet pour les notifications par e-mails d'adblock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Délai de déclenchement" @@ -785,7 +799,7 @@ msgstr "Délai de déclenchement" msgid "Unable to save changes: %s" msgstr "Sauvegarde Impossibleâ¯: %s" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Logs en mode verbeux" @@ -802,11 +816,11 @@ msgstr "" msgid "Whitelist..." msgstr "Liste Blanche..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)" @@ -814,18 +828,21 @@ msgstr "kresd (/etc/kresd)" msgid "max. result set size" msgstr "taille max. des résultats" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "named (/var/lib/bind)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "raw (/tmp)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)" +#~ msgid "SafeSearch Moderate" +#~ msgstr "SafeSearch Modéré" + #~ msgid "" #~ "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " #~ "than 64 MB free RAM, please only select a few of them!" diff --git a/applications/luci-app-adblock/po/he/adblock.po b/applications/luci-app-adblock/po/he/adblock.po index 621c8424e..f09fc271c 100644 --- a/applications/luci-app-adblock/po/he/adblock.po +++ b/applications/luci-app-adblock/po/he/adblock.po @@ -37,7 +37,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -45,7 +45,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -65,15 +65,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -98,7 +98,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -129,6 +129,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -147,26 +153,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -180,7 +186,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -188,21 +194,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -211,39 +217,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -261,7 +267,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -269,7 +275,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -291,11 +297,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -305,11 +311,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -317,7 +323,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -336,7 +342,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -348,7 +354,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -358,7 +372,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -376,7 +390,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -389,7 +403,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -410,7 +424,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -422,13 +436,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -438,7 +452,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -466,35 +480,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -521,23 +539,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -549,13 +563,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -565,11 +579,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -589,23 +603,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -657,7 +671,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -671,11 +685,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -684,7 +698,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -699,11 +713,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -711,14 +725,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/hi/adblock.po b/applications/luci-app-adblock/po/hi/adblock.po index 9f1d8ef2d..f0133b7d8 100644 --- a/applications/luci-app-adblock/po/hi/adblock.po +++ b/applications/luci-app-adblock/po/hi/adblock.po @@ -37,7 +37,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -45,7 +45,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -65,15 +65,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -98,7 +98,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -129,6 +129,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -147,26 +153,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -180,7 +186,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -188,21 +194,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -211,39 +217,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -261,7 +267,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -269,7 +275,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -291,11 +297,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -305,11 +311,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -317,7 +323,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -336,7 +342,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -348,7 +354,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -358,7 +372,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -376,7 +390,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -389,7 +403,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -410,7 +424,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -422,13 +436,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -438,7 +452,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -466,35 +480,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -521,23 +539,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -549,13 +563,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -565,11 +579,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -589,23 +603,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -657,7 +671,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -671,11 +685,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -684,7 +698,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -699,11 +713,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -711,14 +725,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/hu/adblock.po b/applications/luci-app-adblock/po/hu/adblock.po index 629568638..752b41b1a 100644 --- a/applications/luci-app-adblock/po/hu/adblock.po +++ b/applications/luci-app-adblock/po/hu/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "További aktiválókésleltetés másodpercben, mielÅtt a reklámblokkolás " @@ -73,15 +73,15 @@ msgstr "" msgid "Answer" msgstr "Válasz" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Biztonsági mentés könyvtára" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -106,7 +106,7 @@ msgstr "Blokkolt tartomány" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Blokkolási lista forrásai" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -137,6 +137,12 @@ msgstr "" msgid "Cancel" msgstr "Mégse" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Ãgyfél" @@ -155,26 +161,26 @@ msgstr "" msgid "Count" msgstr "Darabszám" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS könyvtár" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS fájlvisszaállÃtás" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "Dátum" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "Tartomány" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Letöltési segédprogram" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "E-mail értesÃtés" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "E-mail fogadócÃm" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "Fehérlista szerkesztése" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "DNS gyorsÃtótár kiürÃtése" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Helyi DNS kényszerÃtése" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "Utolsó futás" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "A támogatott és teljesen elÅre beállÃtott letöltési segédprogramok listája." @@ -398,7 +412,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Alacsony prioritású szolgáltatás" @@ -419,7 +433,7 @@ msgstr "" msgid "Overview" msgstr "Ãttekintés" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -431,13 +445,13 @@ msgstr "Lekérdezés" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Fogadó cÃme a reklámblokkoló értesÃtési e-mailekhez." @@ -447,7 +461,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -475,35 +489,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Darabok számának jelentése" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Darabok méretének jelentése" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Könyvtár jelentése" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Csatoló jelentése" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -530,23 +548,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Mentés" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -558,13 +572,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -574,11 +588,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -598,23 +612,23 @@ msgstr "" msgid "Suspend" msgstr "Felfüggesztés" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "Célkönyvtár az elÅállÃtott âadb_list.overallâ blokkolási listához." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -668,7 +682,7 @@ msgstr "" msgid "Time" msgstr "IdÅ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -682,11 +696,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Aktiváló késleltetése" @@ -695,7 +709,7 @@ msgstr "Aktiváló késleltetése" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Részletes hibakeresési naplózás" @@ -710,11 +724,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -722,15 +736,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/it/adblock.po b/applications/luci-app-adblock/po/it/adblock.po index 845fd1ef6..07ec2d191 100644 --- a/applications/luci-app-adblock/po/it/adblock.po +++ b/applications/luci-app-adblock/po/it/adblock.po @@ -46,7 +46,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -54,7 +54,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "Tempo addizionale in secondi di attesa prima che adblock si avvii." @@ -74,15 +74,15 @@ msgstr "" msgid "Answer" msgstr "Risposta" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Directory del Backup" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -107,7 +107,7 @@ msgstr "Dominio bloccato" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -123,7 +123,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Fonti lista di Blocco" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -138,6 +138,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Client" @@ -156,26 +162,26 @@ msgstr "" msgid "Count" msgstr "Numero" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Directory DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Reset File DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -189,7 +195,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -197,21 +203,21 @@ msgstr "" msgid "Date" msgstr "Data" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -220,39 +226,39 @@ msgstr "" msgid "Domain" msgstr "Dominio" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Utilità di Scaricamento" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notifica E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "E-Mail destinatario" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -270,7 +276,7 @@ msgstr "Modifica Lista Bianca" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -278,7 +284,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -300,11 +306,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -314,11 +320,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Pulisci Cache DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -326,7 +332,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Forza DNS Locale" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -345,7 +351,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -357,7 +363,15 @@ msgstr "Ultimo Avvio" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -367,7 +381,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -385,7 +399,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Elenco delle utility di download supportate e completamente preconfigurate." @@ -399,7 +413,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Serviio a bassa priorità " @@ -420,7 +434,7 @@ msgstr "" msgid "Overview" msgstr "Riassunto" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -432,13 +446,13 @@ msgstr "Interrogazione" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" "Indirizzo del destinatario per e-mail di notifica di blocco degli annunci." @@ -449,7 +463,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -477,35 +491,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Directory dei report" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -532,23 +550,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Salva" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -560,13 +574,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -576,11 +590,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -600,23 +614,23 @@ msgstr "" msgid "Suspend" msgstr "Sospendi" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "Directory per la lista di blocco generata 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -669,7 +683,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -683,11 +697,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Ritardo Innesco" @@ -696,7 +710,7 @@ msgstr "Ritardo Innesco" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Registro di Debug Dettagliato" @@ -711,11 +725,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -723,15 +737,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/ja/adblock.po b/applications/luci-app-adblock/po/ja/adblock.po index ea814cf87..02fa65313 100644 --- a/applications/luci-app-adblock/po/ja/adblock.po +++ b/applications/luci-app-adblock/po/ja/adblock.po @@ -44,7 +44,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "Adblock ã®å¦çãéå§ãããã¾ã§ã®ã追å ã®é 延æéï¼ç§ï¼ã§ãã" @@ -72,15 +72,15 @@ msgstr "" msgid "Answer" msgstr "åç" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "ããã¯ã¢ããå ãã£ã¬ã¯ããª" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -105,7 +105,7 @@ msgstr "ãããã¯ããããã¡ã¤ã³" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "ãããã¯ãªã¹ãæä¾å " -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -136,6 +136,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "ã¯ã©ã¤ã¢ã³ã" @@ -154,26 +160,26 @@ msgstr "" msgid "Count" msgstr "ã«ã¦ã³ã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS ãã£ã¬ã¯ããª" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS ãã¡ã¤ã« ãªã»ãã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -187,7 +193,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -195,21 +201,21 @@ msgstr "" msgid "Date" msgstr "æ¥ä»" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -218,39 +224,39 @@ msgstr "" msgid "Domain" msgstr "ãã¡ã¤ã³" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "ãã¦ã³ãã¼ã ã¦ã¼ãã£ãªãã£" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Eã¡ã¼ã«éç¥" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Eã¡ã¼ã«åä¿¡ã¢ãã¬ã¹" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -268,7 +274,7 @@ msgstr "ãã¯ã¤ããªã¹ãã®ç·¨é" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -276,7 +282,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -298,11 +304,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -312,11 +318,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "DNS ãã£ãã·ã¥ã®ã¯ãªã¢" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -324,7 +330,7 @@ msgstr "" msgid "Force Local DNS" msgstr "ãã¼ã«ã« DNS ã®å¼·å¶" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -343,7 +349,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -355,7 +361,15 @@ msgstr "æçµå®è¡" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -365,7 +379,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -383,7 +397,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "ãµãã¼ãããããã¤è¨å®æ¸ã®ãã¦ã³ãã¼ã ã¦ã¼ãã£ãªãã£ã®ä¸è¦§ã§ãã" @@ -396,7 +410,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "ä½åªå 度ãµã¼ãã¹" @@ -417,7 +431,7 @@ msgstr "" msgid "Overview" msgstr "æ¦è¦" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -429,13 +443,13 @@ msgstr "æ¤ç´¢" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "adblock éç¥ã¡ã¼ã«ã®åä¿¡ã¢ãã¬ã¹ã§ãã" @@ -445,7 +459,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -473,35 +487,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "ã¬ãã¼ã ãã£ã³ã¯ã«ã¦ã³ã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "ã¬ãã¼ã ãã£ã³ã¯ãµã¤ãº" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "ã¬ãã¼ã ãã£ã¬ã¯ããª" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "ã¬ãã¼ã ã¤ã³ã¿ã¼ãã§ã¼ã¹" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -528,23 +546,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "ä¿å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -556,13 +570,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -572,11 +586,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -596,23 +610,23 @@ msgstr "" msgid "Suspend" msgstr "ä¸æåæ¢" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "çæããããããã¯ãªã¹ã 'adb_list.overall' ã®ä¿åå ãã£ã¬ã¯ããªã§ãã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -664,7 +678,7 @@ msgstr "" msgid "Time" msgstr "æå»" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -678,11 +692,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "ããªã¬é 延" @@ -691,7 +705,7 @@ msgstr "ããªã¬é 延" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "詳細ãªãããã° ãã°" @@ -706,11 +720,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -718,15 +732,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/ko/adblock.po b/applications/luci-app-adblock/po/ko/adblock.po index 6725894cc..95f115a19 100644 --- a/applications/luci-app-adblock/po/ko/adblock.po +++ b/applications/luci-app-adblock/po/ko/adblock.po @@ -37,7 +37,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -45,7 +45,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -65,15 +65,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -98,7 +98,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -114,7 +114,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -129,6 +129,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -147,26 +153,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -180,7 +186,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -188,21 +194,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -211,39 +217,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -261,7 +267,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -269,7 +275,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -291,11 +297,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -305,11 +311,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -317,7 +323,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -336,7 +342,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -348,7 +354,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -358,7 +372,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -376,7 +390,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -389,7 +403,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -410,7 +424,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -422,13 +436,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -438,7 +452,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -466,35 +480,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -521,23 +539,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -549,13 +563,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -565,11 +579,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -589,23 +603,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -657,7 +671,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -671,11 +685,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -684,7 +698,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -699,11 +713,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -711,14 +725,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/mr/adblock.po b/applications/luci-app-adblock/po/mr/adblock.po index 8a16d6ab0..631899103 100644 --- a/applications/luci-app-adblock/po/mr/adblock.po +++ b/applications/luci-app-adblock/po/mr/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -71,15 +71,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -104,7 +104,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -135,6 +135,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -153,26 +159,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -186,7 +192,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -194,21 +200,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -217,39 +223,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -267,7 +273,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -275,7 +281,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -297,11 +303,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -311,11 +317,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -323,7 +329,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -342,7 +348,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -354,7 +360,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -364,7 +378,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -382,7 +396,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -395,7 +409,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -416,7 +430,7 @@ msgstr "" msgid "Overview" msgstr "à¤à¤¢à¤¾à¤µà¤¾" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -428,13 +442,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -444,7 +458,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -472,35 +486,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -527,23 +545,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -555,13 +569,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -571,11 +585,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -595,23 +609,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -663,7 +677,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -677,11 +691,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -690,7 +704,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -705,11 +719,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -717,15 +731,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/ms/adblock.po b/applications/luci-app-adblock/po/ms/adblock.po index 1ff580c0a..ed331c242 100644 --- a/applications/luci-app-adblock/po/ms/adblock.po +++ b/applications/luci-app-adblock/po/ms/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "Terdapat kelewatan picu dalam saat sebelum proses adblock bermula." @@ -71,15 +71,15 @@ msgstr "" msgid "Answer" msgstr "Jawapan" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Direktori Sandaran" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -104,7 +104,7 @@ msgstr "Kawasan Liputan Yang telah disekat" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Punca Senarai Sekatan" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -135,6 +135,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Pelanggan" @@ -153,26 +159,26 @@ msgstr "" msgid "Count" msgstr "Kiraan" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Direktori DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Reset fail DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -186,7 +192,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -194,21 +200,21 @@ msgstr "" msgid "Date" msgstr "Tarikh" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -217,39 +223,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -267,7 +273,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -275,7 +281,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -297,11 +303,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -311,11 +317,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -323,7 +329,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -342,7 +348,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -354,7 +360,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -364,7 +378,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -382,7 +396,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -395,7 +409,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -416,7 +430,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -428,13 +442,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -444,7 +458,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -472,35 +486,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -527,23 +545,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -555,13 +569,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -571,11 +585,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -595,23 +609,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -663,7 +677,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -677,11 +691,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -690,7 +704,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -705,11 +719,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -717,15 +731,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/nb_NO/adblock.po b/applications/luci-app-adblock/po/nb_NO/adblock.po index 50de5d9a9..0092c2382 100644 --- a/applications/luci-app-adblock/po/nb_NO/adblock.po +++ b/applications/luci-app-adblock/po/nb_NO/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Ytterligere utløserforsinkelse i sekunder før behandling av " @@ -73,15 +73,15 @@ msgstr "" msgid "Answer" msgstr "Svar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Sikkerhetskopimappe" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -106,7 +106,7 @@ msgstr "Blokkert domene" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Blokklistekilder" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -137,6 +137,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Klient" @@ -155,26 +161,26 @@ msgstr "" msgid "Count" msgstr "Antall" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS-mappe" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS-filtilbakestilling" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "Dato" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "Domene" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Nedlastingsverktøy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "E-postmerknad" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "E-postmottagersadresse" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "Rediger hvitliste" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Tøm DNS-hurtiglageret" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Tving lokal DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "Sist kjørt" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -397,7 +411,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -418,7 +432,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -430,13 +444,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -446,7 +460,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -474,35 +488,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -529,23 +547,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -557,13 +571,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -573,11 +587,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -597,23 +611,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -665,7 +679,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -679,11 +693,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -692,7 +706,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -707,11 +721,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -719,15 +733,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/pl/adblock.po b/applications/luci-app-adblock/po/pl/adblock.po index a818dcaee..f01eb6d38 100644 --- a/applications/luci-app-adblock/po/pl/adblock.po +++ b/applications/luci-app-adblock/po/pl/adblock.po @@ -44,7 +44,7 @@ msgstr "Dodaj tÄ (sub-)domenÄ do Twojej lokalnej czarnej listy." msgid "Add this (sub-)domain to your local whitelist." msgstr "Dodaj tÄ (pod-)domenÄ do Twojej lokalnej biaÅej listy." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "Dodatkowa lista zablokowanych" @@ -52,7 +52,7 @@ msgstr "Dodatkowa lista zablokowanych" msgid "Additional Settings" msgstr "Dodatkowe ustawienia" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Dodatkowe opóźnienie wyzwalacza w sekundach przed rozpoczÄciem przetwarzania " @@ -74,15 +74,15 @@ msgstr "Zaawansowane ustawienia raportów" msgid "Answer" msgstr "Odpowiedź" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Katalog kopii zapasowej" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Podstawowy katalog tymczasowy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -111,7 +111,7 @@ msgstr "Zablokowana domena" msgid "Blocked Domains" msgstr "Zablokowane domeny" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Kopia zapasowa listy zablokowanych" @@ -127,7 +127,7 @@ msgstr "Zapytanie..." msgid "Blocklist Sources" msgstr "ŹródÅa list" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -146,6 +146,12 @@ msgstr "" msgid "Cancel" msgstr "Anuluj" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Klient" @@ -168,7 +174,7 @@ msgstr "" msgid "Count" msgstr "Licznik" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -177,19 +183,19 @@ msgstr "" "używane w przypadku bÅÄdów pobierania lub podczas uruchamiania." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "Zaplecze DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Katalog DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Resetuj plik DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -203,7 +209,7 @@ msgstr "Å»Ä dania DNS (zablokowane)" msgid "DNS Requests (total)" msgstr "Å»Ä dania DNS (ogóÅem)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "Limit czasu restartu DNS" @@ -211,15 +217,15 @@ msgstr "Limit czasu restartu DNS" msgid "Date" msgstr "Data" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "WyÅÄ cz pozwolenie na DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "WyÅÄ cz restart DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -227,7 +233,7 @@ msgstr "" "WyÅÄ cz wyzwalane restarty adblocka dla zaplecza DNS z funkcjami Autoload/" "Inotify." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "WyÅÄ cz selektywnÄ biaÅÄ listÄ DNS (RPZ)." @@ -236,39 +242,39 @@ msgstr "WyÅÄ cz selektywnÄ biaÅÄ listÄ DNS (RPZ)." msgid "Domain" msgstr "Domena" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "Parametry pobierania" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "Kolejka pobierania" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "NarzÄdzie pobierania" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Powiadomienie email" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "Licznik powiadomieÅ email" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Profil email" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Adres email odbiorcy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Adres email nadawcy" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Temat email" @@ -286,7 +292,7 @@ msgstr "Edycja biaÅej listy" msgid "Enable SafeSearch" msgstr "WÅÄ cz funkcjÄ SafeSearch" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "WÅÄ cz umiarkowane filtry SafeSearch dla youtube." @@ -294,7 +300,7 @@ msgstr "WÅÄ cz umiarkowane filtry SafeSearch dla youtube." msgid "Enable the adblock service." msgstr "WÅÄ cz usÅugÄ adblock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" "WÅÄ cz peÅne rejestrowanie debugowania w przypadku bÅÄdów przetwarzania." @@ -319,11 +325,11 @@ msgstr "" msgid "Existing job(s)" msgstr "IstniejÄ ce zadania" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "ZewnÄtrzna domena wyszukiwania DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -336,11 +342,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Kryteria filtrowania takie jak data, domena lub klient (opcjonalnie)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Opróżnij pamiÄÄ podrÄcznÄ DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "Opróżnij pamiÄÄ podrÄcznÄ DNS przed przetwarzaniem adblocka." @@ -348,7 +354,7 @@ msgstr "Opróżnij pamiÄÄ podrÄcznÄ DNS przed przetwarzaniem adblocka." msgid "Force Local DNS" msgstr "WymuÅ lokalny DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -370,7 +376,7 @@ msgstr "Udziel dostÄpu LuCI do aplikacji adblock" msgid "Information" msgstr "Informacja" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "Katalog wiÄzienia" @@ -382,7 +388,15 @@ msgstr "Ostatnie uruchomienie" msgid "Latest DNS Requests" msgstr "Ostatnie zapytania DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "Lista dostÄpnych urzÄ dzeÅ sieciowych używanych przez tcpdump." @@ -395,7 +409,7 @@ msgstr "" "'nieokreÅlone', aby użyÄ klasycznego limitu czasu uruchamiania zamiast " "wyzwalacza sieciowego." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -425,7 +439,7 @@ msgstr "" "wielordzeniowej, np. urzÄ dzenia x86 lub urzÄ dzenia typu raspberry.<br /> " "<p> </p>" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Lista obsÅugiwanych i wstÄpnie skonfigurowanych narzÄdzi do pobierania." @@ -439,7 +453,7 @@ msgstr "Lokalne porty DNS" msgid "Log View" msgstr "Widok dziennika" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "UsÅuga niskopriorytetowa" @@ -460,7 +474,7 @@ msgstr "Brak dzienników zwiÄ zanych z adblockiem!" msgid "Overview" msgstr "PrzeglÄ d" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie email." @@ -474,7 +488,7 @@ msgstr "" "WysyÅaj zapytania do aktywnych list blokowania i kopii zapasowych dla " "okreÅlonej domeny." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." @@ -482,7 +496,7 @@ msgstr "" "ZwiÄksz liczbÄ powiadomieÅ, aby otrzymywaÄ wiadomoÅci email jeÅli ogólna " "liczba blokowanych list jest mniejsza lub równa podanemu limitowi." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Adres odbiorcy dla powiadomieÅ email adblocka." @@ -494,7 +508,7 @@ msgstr "" "Przekieruj wszystkie zapytania DNS ze strefy LAN do lokalnego programu " "obsÅugi DNS, dotyczy protokoÅu UDP i TCP." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -524,35 +538,39 @@ msgstr "OdÅwież zegar..." msgid "Refresh..." msgstr "OdÅwieżanie..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "ZgÅoÅ liczbÄ fragmentów" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "ZgÅoÅ wielkoÅÄ porcji" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Katalog raportów" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Interfejs raportowania" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "Porty raportowania" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "Raportuj liczbÄ fragmentów używanÄ przez tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "Raportuj wielkoÅÄ fragmentów używanÄ przez tcpdump w MB." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -581,17 +599,13 @@ msgstr "Uruchomione interfejsy" msgid "Run Utils" msgstr "Uruchomione narzÄdzia" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "Moderuj filtr SafeSearch" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Zapisz" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." @@ -599,7 +613,7 @@ msgstr "" "WysyÅaj powiadomienia email zwiÄ zane z adblock. Uwaga: wymaga to dodatkowej " "instalacji pakietu 'msmtp'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "Adres nadawcy dla powiadomieÅ emailowych adblocka." @@ -611,7 +625,7 @@ msgstr "Ustaw/ZmieÅ nowe zadanie Adblock" msgid "Settings" msgstr "Ustawienia" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." @@ -619,7 +633,7 @@ msgstr "" "Rozmiar kolejki pobierania do przetwarzania plików (w tym sortowanie, " "ÅÄ czenie itp.) równolegle." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "ŹródÅa (wielkoÅÄ, skupienie)" @@ -631,11 +645,11 @@ msgstr "" "Rozdzielona spacjami lista portów zapory zwiÄ zanych z DNS, które należy " "wymusiÄ lokalnie." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "Specjalne opcje konfiguracji dla wybranego narzÄdzia do pobierania." @@ -655,7 +669,7 @@ msgstr "Status/Wersja" msgid "Suspend" msgstr "ZawieÅ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -663,7 +677,7 @@ msgstr "" "Katalog docelowy dla plików raportowania. DomyÅlnie jest to '/ tmp', " "najlepiej użyj pamiÄci USB." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -671,12 +685,12 @@ msgstr "" "Katalog docelowy dla kopii zapasowych listy zablokowanych. DomyÅlnie jest to " "'/tmp', użyj najlepiej pamiÄci USB lub innego dysku lokalnego." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" "Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" "Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'." @@ -740,7 +754,7 @@ msgstr "" msgid "Time" msgstr "Czas" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "Limit czasu oczekiwania na pomyÅlne ponowne uruchomienie zaplecza DNS." @@ -756,11 +770,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "Top 10" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "Temat dla powiadomieÅ email adblocka." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Opóźnienie wyzwalacza" @@ -769,7 +783,7 @@ msgstr "Opóźnienie wyzwalacza" msgid "Unable to save changes: %s" msgstr "Nie można zapisaÄ zmian: %s" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "PeÅne rejestrowanie debugowania" @@ -786,11 +800,11 @@ msgstr "" msgid "Whitelist..." msgstr "BiaÅa lista ..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)" @@ -798,18 +812,21 @@ msgstr "kresd (/etc/kresd)" msgid "max. result set size" msgstr "maks. rozmiar zestawu wyników" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "named (/var/lib/bind)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "raw (/tmp)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)" +#~ msgid "SafeSearch Moderate" +#~ msgstr "Moderuj filtr SafeSearch" + #~ msgid "" #~ "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " #~ "than 64 MB free RAM, please only select a few of them!" diff --git a/applications/luci-app-adblock/po/pt/adblock.po b/applications/luci-app-adblock/po/pt/adblock.po index 325485510..9fd9c5476 100644 --- a/applications/luci-app-adblock/po/pt/adblock.po +++ b/applications/luci-app-adblock/po/pt/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Atraso adicional do trigger em segundos antes do processamento do Adblock " @@ -73,15 +73,15 @@ msgstr "" msgid "Answer" msgstr "Resposta" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Diretório do Backup" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -106,7 +106,7 @@ msgstr "DomÃnio Bloqueado" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Origem da Blocklist" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -137,6 +137,12 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Cliente" @@ -155,26 +161,26 @@ msgstr "" msgid "Count" msgstr "Contagem" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Diretório DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Repor o ficheiro DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "Data" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "DomÃnio" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Ferramenta para descarregar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notificação por e-mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Endereço do destinatário de e-mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "Editar lista de permissões" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Limpar o cache de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Forçar o DNS Local" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "Informação" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "Ãltima Execução" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "Lista de ferramentas de descarregamento suportadas e completamente pré-" @@ -399,7 +413,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Serviço de Baixa Prioridade" @@ -420,7 +434,7 @@ msgstr "" msgid "Overview" msgstr "Visão Geral" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -432,13 +446,13 @@ msgstr "Consulta" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "Endereço do destinatário para e-mails de notificação do adblock." @@ -448,7 +462,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -476,35 +490,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Relatar Contagem de Porções" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Tamanho de Porções de Relatório" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Diretório de Relatórios" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Interface de Relatório" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -531,23 +549,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Guardar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -559,13 +573,13 @@ msgstr "" msgid "Settings" msgstr "Configurações" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -575,11 +589,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -599,24 +613,24 @@ msgstr "" msgid "Suspend" msgstr "Suspender" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" "Diretório de destino para a lista de blocos 'adb_list.overall' gerada ." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -670,7 +684,7 @@ msgstr "" msgid "Time" msgstr "Tempo" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -684,11 +698,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Atraso do Gatilho" @@ -697,7 +711,7 @@ msgstr "Atraso do Gatilho" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Registro de Depuração Detalhado" @@ -712,11 +726,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -724,15 +738,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/pt_BR/adblock.po b/applications/luci-app-adblock/po/pt_BR/adblock.po index 516d66dd3..b3dfdd798 100644 --- a/applications/luci-app-adblock/po/pt_BR/adblock.po +++ b/applications/luci-app-adblock/po/pt_BR/adblock.po @@ -46,7 +46,7 @@ msgstr "Adicione este (sub)domÃnio na sua lista negra local." msgid "Add this (sub-)domain to your local whitelist." msgstr "Adicione este (sub)domÃnio na sua lista branca local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "Lista de Bloqueio Adicional" @@ -54,7 +54,7 @@ msgstr "Lista de Bloqueio Adicional" msgid "Additional Settings" msgstr "Configurações Adicionais" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Atraso de gatilho adicional em segundos antes do processamento do adblock " @@ -76,15 +76,15 @@ msgstr "Configurações Avançadas do Relatório" msgid "Answer" msgstr "Resposta" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Diretório da cópia de segurança" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Diretório Base Temporário" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -114,7 +114,7 @@ msgstr "DomÃnios Bloqueados" msgid "Blocked Domains" msgstr "DomÃnios Bloqueados" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Cópia de Segurança da Lista de Bloqueio" @@ -130,7 +130,7 @@ msgstr "Pesquisando a Lista de Bloqueio..." msgid "Blocklist Sources" msgstr "Fontes de listas de bloqueio" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -149,6 +149,12 @@ msgstr "" msgid "Cancel" msgstr "Cancelar" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Cliente" @@ -171,7 +177,7 @@ msgstr "" msgid "Count" msgstr "Contagem" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -180,19 +186,19 @@ msgstr "" "usados em caso de erros de download ou durante a inicialização." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "Infraestrutura do DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Diretório DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Zerar Arquivo de DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -206,7 +212,7 @@ msgstr "Solicitações do DNS (bloqueadas)" msgid "DNS Requests (total)" msgstr "Solicitações do DNS (total)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "Tempo Limite para Reiniciar o DNS" @@ -214,15 +220,15 @@ msgstr "Tempo Limite para Reiniciar o DNS" msgid "Date" msgstr "Dia" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "Desativar a opção DNS Permitir" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "Desativar as Reinicializações do DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -230,7 +236,7 @@ msgstr "" "Desative o bloqueador de anúncios que causar a reinicialização das funções " "autoload/inotify da infraestrutura do DNS." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "Desative a lista branca seletiva do DNS (passagem pelo RPZ)." @@ -239,39 +245,39 @@ msgstr "Desative a lista branca seletiva do DNS (passagem pelo RPZ)." msgid "Domain" msgstr "DomÃnio" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "Parâmetros de Download" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "Fila de Download" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Ferramenta para Baixar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notificação por E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "Contagem de Notificações por E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Perfil de E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Endereço de E-Mail do Destinatário" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Endereço de E-Mail do Remetente" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Assunto do E-Mail" @@ -289,7 +295,7 @@ msgstr "Editar a Lista Branca" msgid "Enable SafeSearch" msgstr "Ativar o SafeSearch" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "Ativar os filtros SafeSearch de forma moderada para o youtube." @@ -297,7 +303,7 @@ msgstr "Ativar os filtros SafeSearch de forma moderada para o youtube." msgid "Enable the adblock service." msgstr "Ativar o serviço de bloqueio de anúncios." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" "Ativa o registro de depuração detalhada nos casos de qualquer erro de " @@ -323,11 +329,11 @@ msgstr "" msgid "Existing job(s)" msgstr "Tarefa(s) existente(s)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "DomÃnio de Pesquisa Externa do DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -340,11 +346,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Filtrar critérios como data, domÃnio ou cliente (opcional)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Limpar a Cache do DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios." @@ -352,7 +358,7 @@ msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios." msgid "Force Local DNS" msgstr "Usar o DNS Local" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -375,7 +381,7 @@ msgstr "Conceda acesso ao aplicativo LuCI adblock" msgid "Information" msgstr "Informações" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "Diretório Prisional" @@ -387,7 +393,15 @@ msgstr "Ãltima Execução" msgid "Latest DNS Requests" msgstr "As últimas solicitações do DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" "Lista de dispositivos da rede disponÃveis que foram usados pelo tcpdump." @@ -401,7 +415,7 @@ msgstr "" "Escolha 'não especificado' para usar um tempo de inicialização clássico em " "vez de um gatilho de rede." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -432,7 +446,7 @@ msgstr "" "mais suporte a RAM e Multicore, por exemplo. x86 ou dispositivos raspberry." "<br /> <p> </p>" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "Lista de ferramentas compatÃveis e já pré-configuradas para download." @@ -445,7 +459,7 @@ msgstr "Portas DNS Locais" msgid "Log View" msgstr "Exibir o Registro Log" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Serviço de Baixa Prioridade" @@ -466,7 +480,7 @@ msgstr "Ainda não há registros relacionados ao bloqueio de anúncio!" msgid "Overview" msgstr "Visão Geral" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" "Perfil dos E-Mails de notificação do bloqueio de anúncio utilizado por " @@ -482,7 +496,7 @@ msgstr "" "Consulta as listas de bloqueios ativos e as cópias de segurança para um " "domÃnio especÃfico." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." @@ -490,7 +504,7 @@ msgstr "" "Aumente a contagem de notificações para receber E-Mails caso a contagem " "geral das listas de bloqueio seja menor ou igual ao limite informado." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" "Endereço de E-Mail do destinatário para recebimento das notificações do " @@ -504,7 +518,7 @@ msgstr "" "Redirecione todas as consultas de DNS da zona 'lan' para o resolvedor de DNS " "local, aplica-se ao protocolo UDP e TCP." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -536,35 +550,39 @@ msgstr "Atualizando o Temporizador..." msgid "Refresh..." msgstr "Atualizar..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "Contagem de Pedaços do Relatório" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Tamanho dos Pedaços do Relatório" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Diretório do Relatório" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "Interface do Relatório" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "Relatório das Portas" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "Informar a contagem dos pedaços usados pelo tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em MByte." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -594,17 +612,13 @@ msgstr "Executar Interfaces" msgid "Run Utils" msgstr "Executar Utilitários" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "SafeSearch Moderado" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Salvar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." @@ -612,7 +626,7 @@ msgstr "" "Envie E-Mails de notificação relacionados ao bloqueio de anúncios. Note que: " "é necessário a instalação adicional do pacote 'msmtp'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" "Endereço E-Mail do remetente para as notificações do bloqueador de anúncios." @@ -625,7 +639,7 @@ msgstr "Definir/Substituir um novo trabalho de bloqueio de anúncios" msgid "Settings" msgstr "Configurações" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." @@ -633,7 +647,7 @@ msgstr "" "Tamanho da fila de download para o processamento de download (incl. " "classificação, fusão etc.) em paralelo." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "Fontes (Tamanho, Foco)" @@ -645,11 +659,11 @@ msgstr "" "Lista separada por espaço das portas de firewall relacionadas ao DNS que " "devem ser impostas localmente." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" "Opções especiais de configuração para o utilitário de download selecionado." @@ -670,7 +684,7 @@ msgstr "Condição Geral / Versão" msgid "Suspend" msgstr "Suspender" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -679,7 +693,7 @@ msgstr "" "diretório predefinido é '/tmp', use preferencialmente um pendrive ou um " "outro disco local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." @@ -688,11 +702,11 @@ msgstr "" "diretório predefinido é '/tmp', use preferencialmente um pendrive ou outro " "disco local." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "Caminho do diretório para a lista nega gerada 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" "Diretório de destino para a lista que for gerada pelo lista de bloqueio " @@ -757,7 +771,7 @@ msgstr "" msgid "Time" msgstr "Tempo" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "Tempo limite para aguardar o reinÃcio bem sucedido do DNS." @@ -773,13 +787,13 @@ msgstr "" msgid "Top 10 Statistics" msgstr "As 10 EstatÃsticas Principais" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" "Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador " "de anúncios." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Gatilho de Atraso" @@ -788,7 +802,7 @@ msgstr "Gatilho de Atraso" msgid "Unable to save changes: %s" msgstr "ImpossÃvel salvar as modificações: %s" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "Registros Detalhados de Depuração" @@ -805,11 +819,11 @@ msgstr "" msgid "Whitelist..." msgstr "Lista Branca..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)" @@ -817,18 +831,21 @@ msgstr "kresd (/etc/kresd)" msgid "max. result set size" msgstr "def. a quantidade máxima de resultados" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "named (/var/lib/bind)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "raw (/tmp)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)" +#~ msgid "SafeSearch Moderate" +#~ msgstr "SafeSearch Moderado" + #~ msgid "" #~ "<b>Caution:</b> To prevent OOM exceptions on low memory devices with less " #~ "than 64 MB free RAM, please only select a few of them!" diff --git a/applications/luci-app-adblock/po/ro/adblock.po b/applications/luci-app-adblock/po/ro/adblock.po index 931ed5b8f..22d9bf6bf 100644 --- a/applications/luci-app-adblock/po/ro/adblock.po +++ b/applications/luci-app-adblock/po/ro/adblock.po @@ -44,7 +44,7 @@ msgstr "AdÄugaÈi acest (sub) domeniu în lista localÄ de interzise." msgid "Add this (sub-)domain to your local whitelist." msgstr "AdÄugaÈi acest (sub) domeniu la lista localÄ de admise." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "Additional Settings" msgstr "SetÄri Suplimentare" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Ãntârziere adiÈionalÄ Ã®nainte ca procesarea adblock-ului sÄ Ã®nceapÄ (în " @@ -74,15 +74,15 @@ msgstr "SetÄri Avansate Raport" msgid "Answer" msgstr "RÄspuns" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Director copie de siguranÅ£Ä" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Director Temporar de BazÄ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -111,7 +111,7 @@ msgstr "Domeniu blocat" msgid "Blocked Domains" msgstr "Domenii Blocate" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Copie de RezervÄ Pentru Lista de Blocate" @@ -127,7 +127,7 @@ msgstr "Interogare Lista de Blocare..." msgid "Blocklist Sources" msgstr "Surse de blocare" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -146,6 +146,12 @@ msgstr "" msgid "Cancel" msgstr "RenunÈare" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Client" @@ -168,7 +174,7 @@ msgstr "" msgid "Count" msgstr "NumÄr" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -177,19 +183,19 @@ msgstr "" "utilizate în cazul erorilor de descÄrcare sau în timpul pornirii." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Director DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -203,7 +209,7 @@ msgstr "Cereri DNS (blocate)" msgid "DNS Requests (total)" msgstr "Cereri DNS (total)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "Timp Repornire DNS" @@ -211,15 +217,15 @@ msgstr "Timp Repornire DNS" msgid "Date" msgstr "Data" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "Dezactivare Permite DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "Dezactivare Repornire DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -227,7 +233,7 @@ msgstr "" "DezactiveazÄ repornirile declanÈate de adblock pentru backend-urile dns cu " "funcÈii de autoîncÄrcare /notificare." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "DezactivaÈi lista selectivÄ pentru DNS permise (trecere prin RPZ)." @@ -236,39 +242,39 @@ msgstr "DezactivaÈi lista selectivÄ pentru DNS permise (trecere prin RPZ)." msgid "Domain" msgstr "Domeniu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "DescÄrcare Parametri" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "CoadÄ de DescÄrcare" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Utilitar descÄrcare" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Notificare e-mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "NumÄr de NotificÄri pe E-mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "Profil E-Mail" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "Adresa E-Mail Expeditor" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "Subiect E-Mail" @@ -286,7 +292,7 @@ msgstr "Editare listÄ albÄ" msgid "Enable SafeSearch" msgstr "Activare CÄutare SigurÄ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "Activare filtre moderate SafeSearch pentru YouTube." @@ -294,7 +300,7 @@ msgstr "Activare filtre moderate SafeSearch pentru YouTube." msgid "Enable the adblock service." msgstr "Activare serviciu adblock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" "Activare înregistrare detaliatÄ de depanare în cazul unor erori de procesare." @@ -319,11 +325,11 @@ msgstr "" msgid "Existing job(s)" msgstr "Activitate(ÄÈi) existentÄ(e)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "Domeniul de cÄutare DNS extern" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -336,11 +342,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "Criterii de filtrare precum datÄ, domeniu sau client (opÈional)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "ElibereazÄ cache-ul DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "SpÄlare memoria cache DNS înainte de procesarea adblock." @@ -348,7 +354,7 @@ msgstr "SpÄlare memoria cache DNS înainte de procesarea adblock." msgid "Force Local DNS" msgstr "ForÅ£eazÄ DNS Local" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -371,7 +377,7 @@ msgstr "" msgid "Information" msgstr "Informare" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "Director Ãnchisoare" @@ -383,7 +389,15 @@ msgstr "Ultima rulare" msgid "Latest DNS Requests" msgstr "Ultimele Cereri DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "Lista dispozitivelor de reÈea utilizate de tcpdump." @@ -396,7 +410,7 @@ msgstr "" "AlegeÈi ânespecificatâ pentru a utiliza un interval de timp de pornire " "clasic în loc de declanÈarea reÈelei." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -425,7 +439,7 @@ msgstr "" " <b>XXL</b> (200k-) au nevoie de dispozitive cu mai mult RAM Èi suport " "Multicore, ex. x86 sau raspberry.<br /> <p> </p>" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -438,7 +452,7 @@ msgstr "Porturi DNS Locale" msgid "Log View" msgstr "Vizualizare Jurnal" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -459,7 +473,7 @@ msgstr "Nu existÄ Ã®ncÄ jurnale adblock!" msgid "Overview" msgstr "Prezentare generalÄ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "Profil utilizat de âmsmtpâ pentru e-mailurile de notificare adblock." @@ -473,7 +487,7 @@ msgstr "" "Interogare listÄ de blocÄri active Èi copii de rezervÄ pentru un anumit " "domeniu." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." @@ -481,7 +495,7 @@ msgstr "" "CreÈteÈi numÄrul de notificÄri pentru a primi e-mailuri dacÄ numÄrul total " "de blocÄri este mai mic sau egal cu limita datÄ." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -493,7 +507,7 @@ msgstr "" "RedirecÈionare toate interogÄrile DNS din zona âlanâ cÄtre procesatorul DNS " "local, se aplicÄ protocolului UDP Èi TCP." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -524,35 +538,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -579,23 +597,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "SalveazÄ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -607,13 +621,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -623,11 +637,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -647,23 +661,23 @@ msgstr "" msgid "Suspend" msgstr "SuspendÄ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -715,7 +729,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -729,11 +743,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "Intârzierea declanÈÄrii" @@ -742,7 +756,7 @@ msgstr "Intârzierea declanÈÄrii" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -757,11 +771,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -769,15 +783,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/ru/adblock.po b/applications/luci-app-adblock/po/ru/adblock.po index fb07fe9e6..806c40687 100644 --- a/applications/luci-app-adblock/po/ru/adblock.po +++ b/applications/luci-app-adblock/po/ru/adblock.po @@ -49,7 +49,7 @@ msgstr "ÐобавиÑÑ (под-)домен в Ð²Ð°Ñ Ð»Ð¾ÐºÐ°Ð»ÑнÑй ÑÐµÑ msgid "Add this (sub-)domain to your local whitelist." msgstr "ÐобавиÑÑ (под-)домен в Ð²Ð°Ñ Ð»Ð¾ÐºÐ°Ð»ÑнÑй белÑй ÑпиÑок." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "ÐополниÑелÑнÑй ÑÑÑемнÑй блоклиÑÑ" @@ -57,7 +57,7 @@ msgstr "ÐополниÑелÑнÑй ÑÑÑемнÑй блоклиÑÑ" msgid "Additional Settings" msgstr "ÐополниÑелÑнÑе наÑÑÑойки" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "ÐополниÑелÑÐ½Ð°Ñ Ð·Ð°Ð´ÐµÑжка в ÑекÑÐ½Ð´Ð°Ñ Ð´Ð¾ наÑала ÑабоÑÑ Adblock." @@ -77,15 +77,15 @@ msgstr "РаÑÑиÑеннÑе наÑÑÑойки оÑÑеÑов" msgid "Answer" msgstr "ÐÑвеÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Ðапка Ð´Ð»Ñ ÑезеÑвнÑÑ ÐºÐ¾Ð¿Ð¸Ð¹" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "ÐазовÑй вÑеменнÑй каÑалог" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -114,7 +114,7 @@ msgstr "ÐаблокиÑованнÑе доменÑ" msgid "Blocked Domains" msgstr "ÐаблокиÑованнÑе доменÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "ÐÑкап ÑеÑного ÑпиÑка" @@ -131,7 +131,7 @@ msgstr "ÐапÑоÑÑ Ðº ÑеÑÐ½Ð¾Ð¼Ñ ÑпиÑкÑ..." msgid "Blocklist Sources" msgstr "ÐÑÑоÑники ÑеÑнÑÑ ÑпиÑков" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 #, fuzzy msgid "" "Builds an additional DNS blocklist to block access to all domains except " @@ -151,6 +151,12 @@ msgstr "" msgid "Cancel" msgstr "ÐÑмениÑÑ" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "ÐлиенÑ" @@ -174,7 +180,7 @@ msgstr "" msgid "Count" msgstr "ÐолиÑеÑÑво" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." @@ -183,19 +189,19 @@ msgstr "" "загÑÑзкой или во вÑÐµÐ¼Ñ Ð·Ð°Ð¿ÑÑка." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "DNS-ÑеÑвеÑÐ½Ð°Ñ ÑаÑÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "Ðапка DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "СбÑÐ¾Ñ Ñайла DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -209,7 +215,7 @@ msgstr "DNS запÑоÑÑ (заблокиÑованÑ)" msgid "DNS Requests (total)" msgstr "DNS запÑоÑов (вÑего)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "ТаймаÑÑ Ð¿ÐµÑезапÑÑка DNS" @@ -217,15 +223,15 @@ msgstr "ТаймаÑÑ Ð¿ÐµÑезапÑÑка DNS" msgid "Date" msgstr "ÐаÑа" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "ÐÑклÑÑиÑÑ DNS оÑвеÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "ÐÑклÑÑиÑÑ Ð¿ÐµÑезагÑÑзки DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." @@ -233,7 +239,7 @@ msgstr "" "ÐÑклÑÑиÑÑ ÑÑиггеÑÑ, запÑÑкаемÑе adblock, Ð´Ð»Ñ dns backends Ñ ÑÑнкÑиÑми " "авÑозагÑÑзки/inotify." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -242,39 +248,39 @@ msgstr "" msgid "Domain" msgstr "Ðомен" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "ÐаÑамеÑÑÑ Ð·Ð°Ð³ÑÑзки" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "ÐÑеÑÐµÐ´Ñ Ð·Ð°Ð³ÑÑзки" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "УÑилиÑа Ð´Ð»Ñ ÑкаÑиваниÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Уведомление ÑлекÑÑонной поÑÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "СÑÑÑÑик e-mail Ñведомлений" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "ÐÑоÑÐ¸Ð»Ñ ÑлекÑÑонной поÑÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "ÐдÑÐµÑ Ð¿Ð¾Ð»ÑÑаÑÐµÐ»Ñ ÑлекÑÑонной поÑÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "ÐоÑÑовÑй адÑÐµÑ Ð¾ÑпÑавиÑелÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -292,7 +298,7 @@ msgstr "РедакÑиÑоваÑÑ ÐелÑй ÑпиÑок" msgid "Enable SafeSearch" msgstr "ÐклÑÑиÑÑ ÐезопаÑнÑй ÐоиÑк" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "ÐклÑÑиÑе ÑмеÑеннÑе ÑилÑÑÑÑ ÐезопаÑÑного ÐоиÑка Ð´Ð»Ñ youtube." @@ -300,7 +306,7 @@ msgstr "ÐклÑÑиÑе ÑмеÑеннÑе ÑилÑÑÑÑ ÐезопаÑÑно msgid "Enable the adblock service." msgstr "ÐклÑÑиÑÑ ÑеÑÐ²Ð¸Ñ AdBlock." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" "ÐклÑÑиÑе подÑобное ведение жÑÑнала оÑладки в ÑлÑÑае ÐºÐ°ÐºÐ¸Ñ -либо оÑибок " @@ -324,11 +330,11 @@ msgstr "" msgid "Existing job(s)" msgstr "СÑÑеÑÑвÑÑÑÐ°Ñ ÑабоÑа(Ñ)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -341,11 +347,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "ÐÑиÑеÑии ÑилÑÑÑаÑии, Ñакие как даÑа, домен или ÐºÐ»Ð¸ÐµÐ½Ñ (необÑзаÑелÑно)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "ÐÑиÑÑка кÑÑа DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "ÐÑиÑÑиÑе кÑÑ DNS до обÑабоÑки adblock." @@ -353,7 +359,7 @@ msgstr "ÐÑиÑÑиÑе кÑÑ DNS до обÑабоÑки adblock." msgid "Force Local DNS" msgstr "ÐокалÑнÑй DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -372,7 +378,7 @@ msgstr "ÐÑедоÑÑавиÑÑ Ð´Ð¾ÑÑÑп к пÑÐ¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ LuCI AdBlo msgid "Information" msgstr "ÐнÑоÑмаÑиÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "ÐиÑекÑоÑÐ¸Ñ Jail" @@ -384,7 +390,15 @@ msgstr "ÐоÑледний запÑÑк" msgid "Latest DNS Requests" msgstr "ÐоÑледние DNS запÑоÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "СпиÑок доÑÑÑпнÑÑ ÑеÑевÑÑ ÑÑÑÑойÑÑв иÑполÑзÑемÑÑ tcpdump." @@ -394,7 +408,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -414,7 +428,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" "СпиÑок поддеÑживаемÑÑ Ð¸ полноÑÑÑÑ Ð¿ÑедваÑиÑелÑно наÑÑÑоеннÑÑ ÑÑÐ¸Ð»Ð¸Ñ Ð´Ð»Ñ " @@ -429,7 +443,7 @@ msgstr "ÐокалÑнÑе поÑÑÑ DNS" msgid "Log View" msgstr "ÐÑоÑмоÑÑ Ð¶ÑÑнала" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "Ðизкий пÑиоÑиÑÐµÑ ÑлÑжбÑ" @@ -450,7 +464,7 @@ msgstr "ÐÑÑ Ð½ÐµÑ Ð¶ÑÑналов, ÑвÑзаннÑÑ Ñ adblock!" msgid "Overview" msgstr "ÐбзоÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -463,13 +477,13 @@ msgid "Query active blocklists and backups for a specific domain." msgstr "" "ÐапÑоÑиÑÑ Ð°ÐºÑивнÑе ÑпиÑки блоков и ÑезеÑвнÑе копии Ð´Ð»Ñ Ð¾Ð¿Ñеделенного домена." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "ÐдÑÐµÑ Ð¿Ð¾Ð»ÑÑаÑÐµÐ»Ñ Ð´Ð»Ñ Ñведомлений по ÑлекÑÑонной поÑÑе." @@ -479,7 +493,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -507,35 +521,39 @@ msgstr "ÐбновиÑÑ ÑаймеÑ..." msgid "Refresh..." msgstr "ÐбновиÑÑ..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "ÐолиÑеÑÑво ÑÑагменÑов оÑÑеÑа" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "Ð Ð°Ð·Ð¼ÐµÑ ÑÑагменÑов оÑÑеÑа" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "Ðапка Ð´Ð»Ñ Ð¾ÑÑеÑов" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "ÐÑÑÐµÑ Ð¸Ð½ÑеÑÑейÑа" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "ÐоÑÑÑ Ð¾ÑÑеÑов" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -562,23 +580,19 @@ msgstr "ÐнÑеÑÑейÑÑ Ð·Ð°Ð¿ÑÑка" msgid "Run Utils" msgstr "ÐапÑÑк УÑилиÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Ð¡Ð¾Ñ ÑаниÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "E-Mails адÑÐµÑ Ð¾ÑпÑавиÑÐµÐ»Ñ Ð´Ð»Ñ ÑÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ adblock ." @@ -590,13 +604,13 @@ msgstr "" msgid "Settings" msgstr "ÐаÑÑÑойки" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -606,11 +620,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "РазделеннÑй пÑобелами ÑпиÑок поÑÑов иÑполÑзÑемÑÑ tcpdump." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -630,23 +644,23 @@ msgstr "СÑаÑÑÑ / ÐеÑÑиÑ" msgid "Suspend" msgstr "ÐÑиоÑÑановиÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "Ðапка Ð´Ð»Ñ Ñозданного ÑпиÑка блокиÑовки 'adb_list.overall'." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -700,7 +714,7 @@ msgstr "" msgid "Time" msgstr "ÐÑемÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "Тайм-аÑÑ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ ÑÑпеÑного пеÑезапÑÑка ÑеÑвеÑной ÑаÑÑи DNS." @@ -714,11 +728,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "Топ-10 ÑÑаÑиÑÑики" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "ÐадеÑжка запÑÑка" @@ -727,7 +741,7 @@ msgstr "ÐадеÑжка запÑÑка" msgid "Unable to save changes: %s" msgstr "Ðевозможно ÑÐ¾Ñ ÑаниÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ: %Ñ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "ÐодÑобнÑй жÑÑнал оÑладки" @@ -744,11 +758,11 @@ msgstr "" msgid "Whitelist..." msgstr "ÐелÑй ÑпиÑок..." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "dnsmasq (/tmp/dnsmasq.d)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "kresd (/etc/kresd)" @@ -756,15 +770,15 @@ msgstr "kresd (/etc/kresd)" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "named (/var/lib/bind)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "raw (/tmp)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "unbound (/var/lib/unbound)" diff --git a/applications/luci-app-adblock/po/sk/adblock.po b/applications/luci-app-adblock/po/sk/adblock.po index fe69a3db9..217248183 100644 --- a/applications/luci-app-adblock/po/sk/adblock.po +++ b/applications/luci-app-adblock/po/sk/adblock.po @@ -43,7 +43,7 @@ msgstr "PridaÅ¥ túto (sub-) doménu medzi lokálne zakázané domény." msgid "Add this (sub-)domain to your local whitelist." msgstr "PridaÅ¥ túto (sub-) doménu medzi lokálne povolené domény." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "ÄalÅ¡ie nastavenia" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "DodatoÄné oneskorenie v sekundách pred zaÄiatkom spracovania blokovania " @@ -74,15 +74,15 @@ msgstr "PokroÄilé nastavenia" msgid "Answer" msgstr "OdpoveÄ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Záložný prieÄinok" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "Základný Temp prieÄinok" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -109,7 +109,7 @@ msgstr "Blokovaná doména" msgid "Blocked Domains" msgstr "Blokované domény" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "Záloha zoznamu blokovaných domén" @@ -125,7 +125,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Zdroje zoznamov blokovanÃ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -140,6 +140,12 @@ msgstr "" msgid "Cancel" msgstr "ZruÅ¡iÅ¥" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Klient" @@ -158,26 +164,26 @@ msgstr "" msgid "Count" msgstr "PoÄet" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS adresár" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Inicializácia DNS súboru" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -191,7 +197,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -199,21 +205,21 @@ msgstr "" msgid "Date" msgstr "Dátum" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -222,39 +228,39 @@ msgstr "" msgid "Domain" msgstr "Doména" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Nástroj na sÅ¥ahovanie" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "Upozornenie e-mailom" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "Adresa prÃjemcu e-mailu" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -272,7 +278,7 @@ msgstr "UpraviÅ¥ bielu listinu" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -280,7 +286,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -302,11 +308,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -316,11 +322,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "VyprázdniÅ¥ medzipamäť DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -328,7 +334,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -347,7 +353,7 @@ msgstr "" msgid "Information" msgstr "Informácie" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -359,7 +365,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -369,7 +383,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -387,7 +401,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -400,7 +414,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -421,7 +435,7 @@ msgstr "" msgid "Overview" msgstr "Prehľad" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -433,13 +447,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -449,7 +463,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -477,35 +491,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -532,23 +550,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "UložiÅ¥" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -560,13 +574,13 @@ msgstr "" msgid "Settings" msgstr "Nastavenia" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -576,11 +590,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -600,23 +614,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -668,7 +682,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -682,11 +696,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -695,7 +709,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -710,11 +724,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -722,15 +736,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/sv/adblock.po b/applications/luci-app-adblock/po/sv/adblock.po index a849d34d5..fa98046a7 100644 --- a/applications/luci-app-adblock/po/sv/adblock.po +++ b/applications/luci-app-adblock/po/sv/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "Ytterligare trigger fördröjning i sekunder innan Adblock-bearbetningen " @@ -73,15 +73,15 @@ msgstr "" msgid "Answer" msgstr "Svar" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Säkerhetskopiera mapp" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -106,7 +106,7 @@ msgstr "Blockerad domän" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -122,7 +122,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Källor för blockeringslistor" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -137,6 +137,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Klient" @@ -155,26 +161,26 @@ msgstr "" msgid "Count" msgstr "Räkna" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS-mapp" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS-filÃ¥terställning" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "Datum" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "Domän" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "Ladda ner verktyget" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "E-postavisering" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "E-postmottagaradress" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "Redigera vitlista" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "Töm DNS-cache" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "Tvinga lokal DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "Kördes senast" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "Lista över stödda och helt förkonfigurerade nedladdningsverktyg." @@ -397,7 +411,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "LÃ¥gprioriterad tjänst" @@ -418,7 +432,7 @@ msgstr "" msgid "Overview" msgstr "Ãversikt" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -430,13 +444,13 @@ msgstr "FrÃ¥ga" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -446,7 +460,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -474,35 +488,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -529,23 +547,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "Spara" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -557,13 +571,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -573,11 +587,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -597,23 +611,23 @@ msgstr "" msgid "Suspend" msgstr "Stäng av" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -665,7 +679,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -679,11 +693,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -692,7 +706,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -707,11 +721,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -719,15 +733,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/templates/adblock.pot b/applications/luci-app-adblock/po/templates/adblock.pot index 447932156..e470942fd 100644 --- a/applications/luci-app-adblock/po/templates/adblock.pot +++ b/applications/luci-app-adblock/po/templates/adblock.pot @@ -34,7 +34,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -42,7 +42,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -62,15 +62,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -95,7 +95,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -111,7 +111,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -126,6 +126,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "" @@ -144,26 +150,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -177,7 +183,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -185,21 +191,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -208,39 +214,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -258,7 +264,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -266,7 +272,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -288,11 +294,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -302,11 +308,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -314,7 +320,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -333,7 +339,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -345,7 +351,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -355,7 +369,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -373,7 +387,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -386,7 +400,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -407,7 +421,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -419,13 +433,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -435,7 +449,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -463,35 +477,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -518,23 +536,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -546,13 +560,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -562,11 +576,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -586,23 +600,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -654,7 +668,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -668,11 +682,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -681,7 +695,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -696,11 +710,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -708,14 +722,14 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/tr/adblock.po b/applications/luci-app-adblock/po/tr/adblock.po index 4e82d5737..139c53269 100644 --- a/applications/luci-app-adblock/po/tr/adblock.po +++ b/applications/luci-app-adblock/po/tr/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 #, fuzzy msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "Reklam engelleme iÅlemi baÅlamadan önceki ilave tetik gecikmesi." @@ -72,15 +72,15 @@ msgstr "" msgid "Answer" msgstr "Cevap" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "Yedek Dizini" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -105,7 +105,7 @@ msgstr "EngellenmiÅ Alan Adı" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Engelleme Listesi Kaynakları" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -136,6 +136,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Ä°stemci" @@ -155,26 +161,26 @@ msgstr "" msgid "Count" msgstr "Sayım" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -397,7 +411,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -418,7 +432,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -430,13 +444,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -446,7 +460,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -474,35 +488,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -529,23 +547,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -557,13 +571,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -573,11 +587,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -597,23 +611,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -665,7 +679,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -679,11 +693,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -692,7 +706,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -707,11 +721,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -719,15 +733,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/uk/adblock.po b/applications/luci-app-adblock/po/uk/adblock.po index 92448476a..1fc1b882b 100644 --- a/applications/luci-app-adblock/po/uk/adblock.po +++ b/applications/luci-app-adblock/po/uk/adblock.po @@ -44,7 +44,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -52,7 +52,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" @@ -72,15 +72,15 @@ msgstr "" msgid "Answer" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -105,7 +105,7 @@ msgstr "" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -136,6 +136,12 @@ msgstr "" msgid "Cancel" msgstr "СкаÑÑваÑи" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "ÐлÑÑнÑ" @@ -154,26 +160,26 @@ msgstr "" msgid "Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -187,7 +193,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -195,21 +201,21 @@ msgstr "" msgid "Date" msgstr "ÐаÑа" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -218,39 +224,39 @@ msgstr "" msgid "Domain" msgstr "Ðомен" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -268,7 +274,7 @@ msgstr "РедагÑваÑи бÑлий ÑпиÑок" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -276,7 +282,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -298,11 +304,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -312,11 +318,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -324,7 +330,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -343,7 +349,7 @@ msgstr "" msgid "Information" msgstr "ÐнÑоÑмаÑÑÑ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -355,7 +361,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -365,7 +379,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -383,7 +397,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -396,7 +410,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -417,7 +431,7 @@ msgstr "" msgid "Overview" msgstr "ÐглÑд" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -429,13 +443,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -445,7 +459,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -473,35 +487,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -528,23 +546,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "ÐбеÑегÑи" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -556,13 +570,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -572,11 +586,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -596,23 +610,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -664,7 +678,7 @@ msgstr "" msgid "Time" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -678,11 +692,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "" @@ -691,7 +705,7 @@ msgstr "" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "" @@ -706,11 +720,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -718,15 +732,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/vi/adblock.po b/applications/luci-app-adblock/po/vi/adblock.po index 012a98472..1b27f3baf 100644 --- a/applications/luci-app-adblock/po/vi/adblock.po +++ b/applications/luci-app-adblock/po/vi/adblock.po @@ -43,7 +43,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -51,7 +51,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "" "KÃch hoạt Äá» trá» trong và i giây trÆ°á»c khi bắt Äầu tiến trình chặn quảng cáo." @@ -72,15 +72,15 @@ msgstr "" msgid "Answer" msgstr "Phản há»i" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "ThÆ° mục sao lÆ°u" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -105,7 +105,7 @@ msgstr "Tên miá»n bá» chặn" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -121,7 +121,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "Bá» lá»c" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -136,6 +136,12 @@ msgstr "" msgid "Cancel" msgstr "" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "Khách hà ng" @@ -154,27 +160,27 @@ msgstr "" msgid "Count" msgstr "Bá» Äếm" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 #, fuzzy msgid "DNS Directory" msgstr "ThÆ° mục DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "Äặt lại tá»p DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -188,7 +194,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -196,21 +202,21 @@ msgstr "" msgid "Date" msgstr "Ngà y" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -219,39 +225,39 @@ msgstr "" msgid "Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -269,7 +275,7 @@ msgstr "" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -277,7 +283,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -299,11 +305,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -313,11 +319,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -325,7 +331,7 @@ msgstr "" msgid "Force Local DNS" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -344,7 +350,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -356,7 +362,15 @@ msgstr "" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -366,7 +380,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -384,7 +398,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "" @@ -397,7 +411,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "" @@ -418,7 +432,7 @@ msgstr "" msgid "Overview" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -430,13 +444,13 @@ msgstr "" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -446,7 +460,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -474,35 +488,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -529,23 +547,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -557,13 +571,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -573,11 +587,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -597,23 +611,23 @@ msgstr "" msgid "Suspend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -665,7 +679,7 @@ msgstr "" msgid "Time" msgstr "Thá»i gian" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -679,11 +693,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "KÃch hoạt Äá» trá» " @@ -692,7 +706,7 @@ msgstr "KÃch hoạt Äá» trá» " msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 #, fuzzy msgid "Verbose Debug Logging" msgstr "Nháºt ký gỡ lá»i khá»i Äá»ng" @@ -708,11 +722,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -720,15 +734,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/zh_Hans/adblock.po b/applications/luci-app-adblock/po/zh_Hans/adblock.po index de1517ae3..39332a658 100644 --- a/applications/luci-app-adblock/po/zh_Hans/adblock.po +++ b/applications/luci-app-adblock/po/zh_Hans/adblock.po @@ -50,7 +50,7 @@ msgstr "æ·»å æ¤ååå°æ¬å°é»åå" msgid "Add this (sub-)domain to your local whitelist." msgstr "æ·»å æ¤ååå°æ¬å°ç½åå" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "é¢å¤çå°éç¦éåå" @@ -58,7 +58,7 @@ msgstr "é¢å¤çå°éç¦éåå" msgid "Additional Settings" msgstr "éå 设置" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "äºä»¶è§¦åå¯å¨åç延æ¶ï¼ç§ï¼ã" @@ -78,15 +78,15 @@ msgstr "é«çº§æ¥å设置" msgid "Answer" msgstr "åç" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "å¤ä»½ç®å½" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "åºç¡ä¸´æ¶ç®å½" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -111,7 +111,7 @@ msgstr "å·²æ¦æªçåå" msgid "Blocked Domains" msgstr "æ¦æªåå" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "é»ååå表çå¤ä»½" @@ -127,14 +127,14 @@ msgstr "é»ååæ¥è¯¢..." msgid "Blocklist Sources" msgstr "æ¦æªå表æ¥æº" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " "blocklist e.g. for guest wifi or kidsafe configurations." msgstr "" -"æ建ä¸ä¸ªéå çDNSé»æ¢å表ï¼ä»¥é»æ¢å¯¹é¤ç½ååä¸ååºçææåä¹å¤çææåç访é®ã请注æï¼æ¨å¯ä»¥ä½¿ç¨æ¤éå¶æ§é»æ¢å表ï¼ä¾å¦ç¨äºè®¿å®¢wifiækidsafeé " -"ç½®ã" +"æ建ä¸ä¸ªéå çDNSé»æ¢å表ï¼ä»¥é»æ¢å¯¹é¤ç½ååä¸ååºçææåä¹å¤çææåç访é®ã" +"请注æï¼æ¨å¯ä»¥ä½¿ç¨æ¤éå¶æ§é»æ¢å表ï¼ä¾å¦ç¨äºè®¿å®¢wifiækidsafeé ç½®ã" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:22 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:57 @@ -144,6 +144,12 @@ msgstr "" msgid "Cancel" msgstr "åæ¶" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "客æ·ç«¯ Client" @@ -155,9 +161,9 @@ msgid "" "master/net/adblock/files/README.md\" target=\"_blank\" rel=\"noreferrer " "noopener\" >check the online documentation</a>" msgstr "" -"é ç½®adblock软件å 以使ç¨DNSé»æ¢å¹¿å/滥ç¨åãæå ³æ´å¤ä¿¡æ¯ï¼è¯·<a href=\"https://github.com/openwrt/" -"packages/blob/master/net/adblock/files/README.md\" target=\"_blank\" rel=\"" -"noreferrer noopener\">æ¥çå¨çº¿ææ¡£</a>" +"é ç½®adblock软件å 以使ç¨DNSé»æ¢å¹¿å/滥ç¨åãæå ³æ´å¤ä¿¡æ¯ï¼è¯·<a href=\"https://" +"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" target=" +"\"_blank\" rel=\"noreferrer noopener\">æ¥çå¨çº¿ææ¡£</a>" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:205 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:207 @@ -165,26 +171,26 @@ msgstr "" msgid "Count" msgstr "计æ°" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "å建å缩çé»æ¢å表å¤ä»½ï¼å°å¨ä¸è½½é误æå¯å¨æé´ä½¿ç¨å®ä»¬ã" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "DNSå端" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS ç®å½" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNS æ件éç½®" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -198,7 +204,7 @@ msgstr "DNS请æ±ï¼å·²é»æ¢ï¼" msgid "DNS Requests (total)" msgstr "DNS请æ±ï¼æ»è®¡ï¼" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "DNSéæ°å¯å¨è¶ æ¶" @@ -206,21 +212,21 @@ msgstr "DNSéæ°å¯å¨è¶ æ¶" msgid "Date" msgstr "æ¥æ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "ç¦æ¢ DNS å 许" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "ç¦ç¨DNSéæ°å¯å¨" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "ç¦ç¨å ·æèªå¨å è½½/ inotifyåè½çdnså端çadblock触åçéå¯ã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "ç¦æ¢éæ©æ§DNSç½åå(RPZéè¿)." @@ -229,39 +235,39 @@ msgstr "ç¦æ¢éæ©æ§DNSç½åå(RPZéè¿)." msgid "Domain" msgstr "åå" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "ä¸è½½åæ°" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "ä¸è½½éå" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "ä¸è½½å·¥å ·" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "E-Mail éç¥" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "çµåé®ä»¶éç¥è®¡æ°" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "çµåé®ä»¶èµæ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "E-Mail æ¶ä»¶äººå°å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "çµåé®ä»¶å件人å°å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "çµåé®ä»¶ä¸»é¢" @@ -279,7 +285,7 @@ msgstr "ç¼è¾ç½åå" msgid "Enable SafeSearch" msgstr "å¯ç¨å®å ¨æç´¢" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "为YouTubeå¯ç¨é度çå®å ¨æç´¢è¿æ»¤å¨." @@ -287,7 +293,7 @@ msgstr "为YouTubeå¯ç¨é度çå®å ¨æç´¢è¿æ»¤å¨." msgid "Enable the adblock service." msgstr "å¯ç¨å¹¿åå±è½æå¡." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "å¨åºç°ä»»ä½å¤çé误çæ åµä¸å¯ç¨è¯¦ç»è°è¯æ¥å¿è®°å½." @@ -309,25 +315,27 @@ msgstr "强å¶æ§è¡Googleï¼Bingï¼Duckduckgoï¼Yandexï¼youtubeåGoogleçSaf msgid "Existing job(s)" msgstr "ç°æçå·¥ä½(s)" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "å¤é¨DNSæ¥æ¾å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." -msgstr "å¤é¨åï¼ç¨äºæ£æ¥DNSå端æ¯å¦æåéå¯ã请注æï¼è¦ç¦ç¨æ¤æ£æ¥ï¼è¯·å°æ¤é项设置为â falseâã" +msgstr "" +"å¤é¨åï¼ç¨äºæ£æ¥DNSå端æ¯å¦æåéå¯ã请注æï¼è¦ç¦ç¨æ¤æ£æ¥ï¼è¯·å°æ¤é项设置为â " +"falseâã" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:156 msgid "Filter criteria like date, domain or client (optional)" msgstr "è¿æ»¤æ¡ä»¶ï¼ä¾å¦æ¥æï¼åæ客æ·ï¼å¯éï¼" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "æ¸ ç©º DNS ç¼å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "è¿è¦å¨å¤çadblockä¹åå·æ°DNSç¼åã" @@ -335,14 +343,14 @@ msgstr "è¿è¦å¨å¤çadblockä¹åå·æ°DNSç¼åã" msgid "Force Local DNS" msgstr "强å¶æ¬å° DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " "installation and a full adblock service restart to take effect." msgstr "" -"éè¿tcpdumpæ¶éä¸DNSç¸å ³çç½ç»æµéï¼å¹¶æéæä¾DNSæ¥åã请注æï¼è¿éè¦é¢å¤çâ tcpdump-" -"miniâ软件å å®è£ ï¼å¹¶éæ°å¯å¨å®æ´çadblockæå¡æè½çæã" +"éè¿tcpdumpæ¶éä¸DNSç¸å ³çç½ç»æµéï¼å¹¶æéæä¾DNSæ¥åã请注æï¼è¿éè¦é¢å¤çâ " +"tcpdump-miniâ软件å å®è£ ï¼å¹¶éæ°å¯å¨å®æ´çadblockæå¡æè½çæã" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:268 msgid "General Settings" @@ -356,7 +364,7 @@ msgstr "æäºå¯¹LuCIåºç¨ç¨åºadblockç访é®æé" msgid "Information" msgstr "ä¿¡æ¯" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "é»ååç®å½" @@ -368,7 +376,15 @@ msgstr "æåè¿è¡" msgid "Latest DNS Requests" msgstr "ææ°çDNS请æ±" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "tcpdump使ç¨çå¯ç¨ç½ç»è®¾å¤å表." @@ -376,13 +392,16 @@ msgstr "tcpdump使ç¨çå¯ç¨ç½ç»è®¾å¤å表." msgid "" "List of available network interfaces to trigger the adblock start. Choose " "'unspecified' to use a classic startup timeout instead of a network trigger." -msgstr "触åadblockå¯å¨çå¯ç¨ç½ç»æ¥å£å表.éæ©âæªæå®â以使ç¨ä¼ ç»çå¯å¨è¶ æ¶èä¸æ¯ç½ç»è§¦åå¨." +msgstr "" +"触åadblockå¯å¨çå¯ç¨ç½ç»æ¥å£å表.éæ©âæªæå®â以使ç¨ä¼ ç»çå¯å¨è¶ æ¶èä¸æ¯ç½ç»" +"触åå¨." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." -msgstr "æ¯æçDNSå端å表åå ¶é»è®¤å表ç®å½.è¦è¦çé»è®¤è·¯å¾ï¼è¯·ä½¿ç¨â DNSç®å½âé项." +msgstr "" +"æ¯æçDNSå端å表åå ¶é»è®¤å表ç®å½.è¦è¦çé»è®¤è·¯å¾ï¼è¯·ä½¿ç¨â DNSç®å½âé项." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:273 msgid "" @@ -395,13 +414,15 @@ msgid "" "devices,<br /> • <b>XXL</b> (200k-) needs more RAM and Multicore " "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -"åæ¯æä¸å·²å®å ¨é¢å é ç½®çadblockæºå表ï¼å·²é¢å éæ©äºå·²æ¿æ´»çæºã<br /> <b> <em>为é¿å OOMé误ï¼è¯·ä¸è¦éæ©å¤ªå¤å表ï¼</ em> " -"</ b> <br />ååºå个åèå´ç大å°ä¿¡æ¯ï¼å¦ä¸æ示ï¼<br />ï¼ï¼8226;ï¼ï¼xa0; <b> S </ b>ï¼-10kï¼ï¼<b> M </ " -"b>ï¼10k -30kï¼å<b> L </ b>ï¼30k-80kï¼éç¨äº128 MByte设å¤ï¼<br />ï¼ï¼8226;ï¼ï¼xa0; <b> XL </" -" b>ï¼80k-200kï¼åºéç¨éç¨äº256-512 MB设å¤ï¼<br />ï¼ï¼8226;ï¼ï¼xa0; <b> XXL </ " -"b>ï¼200k-ï¼éè¦æ´å¤çRAMåå¤æ ¸æ¯æï¼ä¾å¦x86ææ è派设å¤ã<br /> <p>ï¼ï¼xa0; </ p>" - -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +"åæ¯æä¸å·²å®å ¨é¢å é ç½®çadblockæºå表ï¼å·²é¢å éæ©äºå·²æ¿æ´»çæºã<br /> <b> " +"<em>为é¿å OOMé误ï¼è¯·ä¸è¦éæ©å¤ªå¤å表ï¼</ em> </ b> <br />ååºå个åèå´ç大" +"å°ä¿¡æ¯ï¼å¦ä¸æ示ï¼<br />ï¼ï¼8226;ï¼ï¼xa0; <b> S </ b>ï¼-10kï¼ï¼<b> M </ " +"b>ï¼10k -30kï¼å<b> L </ b>ï¼30k-80kï¼éç¨äº128 MByte设å¤ï¼<br />ï¼ï¼8226;ï¼" +"ï¼xa0; <b> XL </ b>ï¼80k-200kï¼åºéç¨éç¨äº256-512 MB设å¤ï¼<br />ï¼ï¼8226;ï¼" +"ï¼xa0; <b> XXL </ b>ï¼200k-ï¼éè¦æ´å¤çRAMåå¤æ ¸æ¯æï¼ä¾å¦x86ææ è派设å¤ã" +"<br /> <p>ï¼ï¼xa0; </ p>" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "æ¯æåå®å ¨é¢é ç½®çä¸è½½å·¥å ·å表ã" @@ -414,7 +435,7 @@ msgstr "æ¬å°DNS端å£" msgid "Log View" msgstr "æ¥å¿è§å¾" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "ä½ä¼å 级æå¡" @@ -435,7 +456,7 @@ msgstr "å°æ ä¸adblockç¸å ³çæ¥å¿ï¼" msgid "Overview" msgstr "æ¦è§" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "'msmtp' ç¨äºadblockéç¥çµåé®ä»¶çé ç½®æ件ã" @@ -447,13 +468,14 @@ msgstr "æ¥è¯¢" msgid "Query active blocklists and backups for a specific domain." msgstr "æ¥è¯¢ç¹å®åçæ´»å¨é»æ¢å表åå¤ä»½." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." -msgstr "å¦ææ»ä½é»æ¢å表æ»æ°å°äºæçäºç»å®çéå¶ï¼è¯·æé«éç¥æ°éï¼ä»¥è·åçµåé®ä»¶." +msgstr "" +"å¦ææ»ä½é»æ¢å表æ»æ°å°äºæçäºç»å®çéå¶ï¼è¯·æé«éç¥æ°éï¼ä»¥è·åçµåé®ä»¶." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "adblock éç¥ E-Mail çæ¶ä»¶äººå°åã" @@ -461,14 +483,17 @@ msgstr "adblock éç¥ E-Mail çæ¶ä»¶äººå°åã" msgid "" "Redirect all DNS queries from 'lan' zone to the local DNS resolver, applies " "to UDP and TCP protocol." -msgstr "å°ææ DNS æ¥è¯¢ä»âlanâåºåéå®åå°æ¬å°è§£æå¨ï¼å æ¬ udpãtcp åè®®çç«¯å£ ." +msgstr "" +"å°ææ DNS æ¥è¯¢ä»âlanâåºåéå®åå°æ¬å°è§£æå¨ï¼å æ¬ udpãtcp åè®®çç«¯å£ ." -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " "service restart to take effect." -msgstr "éä½adblockåå°å¤ççä¼å 级以åå°ç³»ç»èµæº.请注æï¼æ¤æ´æ¹è¦æ±éæ°å¯å¨å®æ´çadblockæå¡æè½çæ." +msgstr "" +"éä½adblockåå°å¤ççä¼å 级以åå°ç³»ç»èµæº.请注æï¼æ¤æ´æ¹è¦æ±éæ°å¯å¨å®æ´ç" +"adblockæå¡æè½çæ." #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:183 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:257 @@ -491,35 +516,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "æ¥ååºå计æ°" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "æ¥ååºå大å°" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "æ¥åç®å½" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "æ¥åæ¥å£" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -546,23 +575,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "ä¿å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -574,13 +599,13 @@ msgstr "" msgid "Settings" msgstr "设置" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -590,11 +615,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -614,23 +639,23 @@ msgstr "" msgid "Suspend" msgstr "æå" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "çææ¦æªå表âadb_list.overallâçç®æ ç®å½ã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -682,7 +707,7 @@ msgstr "" msgid "Time" msgstr "æ¶é´" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -696,11 +721,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "触å延è¿" @@ -709,7 +734,7 @@ msgstr "触å延è¿" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "详ç»çè°è¯è®°å½" @@ -724,11 +749,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -736,15 +761,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" diff --git a/applications/luci-app-adblock/po/zh_Hant/adblock.po b/applications/luci-app-adblock/po/zh_Hant/adblock.po index 9faae61c3..ed915e997 100644 --- a/applications/luci-app-adblock/po/zh_Hant/adblock.po +++ b/applications/luci-app-adblock/po/zh_Hant/adblock.po @@ -49,7 +49,7 @@ msgstr "" msgid "Add this (sub-)domain to your local whitelist." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "Additional Jail Blocklist" msgstr "" @@ -57,7 +57,7 @@ msgstr "" msgid "Additional Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Additional trigger delay in seconds before adblock processing begins." msgstr "廣åå¡èçéå§åæ¸ç§å §çé¡å¤è§¸ç¼å»¶é²ã" @@ -77,15 +77,15 @@ msgstr "" msgid "Answer" msgstr "åè¦" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "Backup Directory" msgstr "å份ç®é" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "Base Temp Directory" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:344 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 msgid "" "Base Temp Directory for all adblock related runtime operations, e.g. " "downloading, sorting, merging etc." @@ -110,7 +110,7 @@ msgstr "å°éç½å" msgid "Blocked Domains" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "Blocklist Backup" msgstr "" @@ -126,7 +126,7 @@ msgstr "" msgid "Blocklist Sources" msgstr "æé»æªæ¡æ¸ å®" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:405 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 msgid "" "Builds an additional DNS blocklist to block access to all domains except " "those listed in the whitelist. Please note: You can use this restrictive " @@ -141,6 +141,12 @@ msgstr "" msgid "Cancel" msgstr "åæ¶" +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:271 +msgid "" +"Changes on this tab needs a full adblock service restart to take effect.<br /" +"><p> </p>" +msgstr "" + #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:254 msgid "Client" msgstr "顧客" @@ -159,26 +165,26 @@ msgstr "" msgid "Count" msgstr "次æ¸" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:349 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:358 msgid "" "Create compressed blocklist backups, they will be used in case of download " "errors or during startup." msgstr "" #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:219 -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "DNS Backend" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "DNS Directory" msgstr "DNS ç®é" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "DNS File Reset" msgstr "DNSæªæ¡éç½®" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 msgid "DNS Report" @@ -192,7 +198,7 @@ msgstr "" msgid "DNS Requests (total)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "DNS Restart Timeout" msgstr "" @@ -200,21 +206,21 @@ msgstr "" msgid "Date" msgstr "æ¥æ" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable DNS Allow" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "Disable DNS Restarts" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:414 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:423 msgid "" "Disable adblock triggered restarts for dns backends with autoload/inotify " "functions." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:402 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:411 msgid "Disable selective DNS whitelisting (RPZ pass through)." msgstr "" @@ -223,39 +229,39 @@ msgstr "" msgid "Domain" msgstr "網å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Download Parameters" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "Download Queue" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "Download Utility" msgstr "ä¸è¼å¯¦ç¨ç¨å¼" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "E-Mail Notification" msgstr "é»åéµä»¶éç¥" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "E-Mail Notification Count" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "E-Mail Profile" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "E-Mail Receiver Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "E-Mail Sender Address" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "E-Mail Topic" msgstr "" @@ -273,7 +279,7 @@ msgstr "編輯ç½åå®" msgid "Enable SafeSearch" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 msgid "Enable moderate SafeSearch filters for youtube." msgstr "" @@ -281,7 +287,7 @@ msgstr "" msgid "Enable the adblock service." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Enable verbose debug logging in case of any processing errors." msgstr "" @@ -303,11 +309,11 @@ msgstr "" msgid "Existing job(s)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "External DNS Lookup Domain" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 msgid "" "External domain to check for a successful DNS backend restart. Please note: " "To disable this check set this option to 'false'." @@ -317,11 +323,11 @@ msgstr "" msgid "Filter criteria like date, domain or client (optional)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush DNS Cache" msgstr "æ¸ ç©º DNS å¿«å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408 msgid "Flush the DNS Cache before adblock processing as well." msgstr "" @@ -329,7 +335,7 @@ msgstr "" msgid "Force Local DNS" msgstr "å¼·å¶æ¬å° DNS" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:308 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:317 msgid "" "Gather DNS related network traffic via tcpdump and provide a DNS Report on " "demand. Please note: this needs additional 'tcpdump-mini' package " @@ -348,7 +354,7 @@ msgstr "" msgid "Information" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Jail Directory" msgstr "" @@ -360,7 +366,15 @@ msgstr "æå¾å·è¡" msgid "Latest DNS Requests" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 +msgid "Limit SafeSearch to certain providers." +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "List of available network devices used by tcpdump." msgstr "" @@ -370,7 +384,7 @@ msgid "" "'unspecified' to use a classic startup timeout instead of a network trigger." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 msgid "" "List of supported DNS backends with their default list directory. To " "overwrite the default path use the 'DNS Directory' option." @@ -388,7 +402,7 @@ msgid "" "support, e.g. x86 or raspberry devices.<br /> <p> </p>" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:359 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:368 msgid "List of supported and fully pre-configured download utilities." msgstr "æ¯æ´åå®å ¨é é ç½®çä¸è¼å·¥å ·å表ã" @@ -401,7 +415,7 @@ msgstr "" msgid "Log View" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "Low Priority Service" msgstr "ä½åªå æ¬æå" @@ -422,7 +436,7 @@ msgstr "" msgid "Overview" msgstr "æ¦è¦½" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:465 msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgstr "" @@ -434,13 +448,13 @@ msgstr "æ¥è©¢" msgid "Query active blocklists and backups for a specific domain." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:469 msgid "" "Raise the notification count, to get E-Mails if the overall blocklist count " "is less or equal to the given limit." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:316 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:325 msgid "Receiver address for adblock notification e-mails." msgstr "" @@ -450,7 +464,7 @@ msgid "" "to UDP and TCP protocol." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:327 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:336 msgid "" "Reduce the priority of the adblock background processing to take fewer " "resources from the system. Please note: This change requires a full adblock " @@ -478,35 +492,39 @@ msgstr "" msgid "Refresh..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:313 +msgid "Relax SafeSearch" +msgstr "" + +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report Chunk Count" msgstr "å ±ååå¡è¨æ¸" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report Chunk Size" msgstr "å ±ååå¡å¤§å°" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "Report Directory" msgstr "å ±åç®é" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:421 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430 msgid "Report Interface" msgstr "å ±åä»é¢" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Report Ports" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 msgid "Report chunk count used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:436 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445 msgid "Report chunk size used by tcpdump in MByte." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:395 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:404 msgid "" "Resets the final DNS blocklist 'adb_list.overall' after DNS backend loading. " "Please note: This option starts a small ubus/adblock monitor in the " @@ -533,23 +551,19 @@ msgstr "" msgid "Run Utils" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:304 -msgid "SafeSearch Moderate" -msgstr "" - #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:39 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:74 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:83 msgid "Save" msgstr "å²å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:312 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:321 msgid "" "Send adblock related notification e-mails. Please note: this needs " "additional 'msmtp' package installation." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:448 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:457 msgid "Sender address for adblock notification E-Mails." msgstr "" @@ -561,13 +575,13 @@ msgstr "" msgid "Settings" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:337 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:346 msgid "" "Size of the download queue for download processing (incl. sorting, merging " "etc.) in parallel." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 msgid "Sources (Size, Focus)" msgstr "" @@ -577,11 +591,11 @@ msgid "" "locally." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450 msgid "Space separated list of ports used by tcpdump." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:366 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 msgid "Special config options for the selected download utility." msgstr "" @@ -601,23 +615,23 @@ msgstr "" msgid "Suspend" msgstr "æ«å" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:426 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:435 msgid "" "Target directory for DNS related report files. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:353 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:362 msgid "" "Target directory for blocklist backups. Default is '/tmp', please use " "preferably an usb stick or another local disk." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:381 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:390 msgid "Target directory for the generated blocklist 'adb_list.overall'." msgstr "çæææªå表âadb_list.overallâçç®æ¨ç®éã" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:409 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:418 msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgstr "" @@ -669,7 +683,7 @@ msgstr "" msgid "Time" msgstr "æé" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394 msgid "Timeout to wait for a successful DNS backend restart." msgstr "" @@ -683,11 +697,11 @@ msgstr "" msgid "Top 10 Statistics" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:452 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461 msgid "Topic for adblock notification E-Mails." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:332 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:341 msgid "Trigger Delay" msgstr "觸ç¼å»¶é²" @@ -696,7 +710,7 @@ msgstr "觸ç¼å»¶é²" msgid "Unable to save changes: %s" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:324 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:333 msgid "Verbose Debug Logging" msgstr "åå¦é¤é¯ç´é" @@ -711,11 +725,11 @@ msgstr "" msgid "Whitelist..." msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:374 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:383 msgid "dnsmasq (/tmp/dnsmasq.d)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:377 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:386 msgid "kresd (/etc/kresd)" msgstr "" @@ -723,15 +737,15 @@ msgstr "" msgid "max. result set size" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:376 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385 msgid "named (/var/lib/bind)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:378 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:387 msgid "raw (/tmp)" msgstr "" -#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375 +#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384 msgid "unbound (/var/lib/unbound)" msgstr "" -- 2.25.1