summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2022-02-07 23:08:46 +0100
committerDirk Brenken <dev@brenken.org>2022-02-07 23:08:46 +0100
commit2ab828f5bf4e80f5d1cc16712df6e04b58b6eaaa (patch)
treee0ca59d401b55049f77a12798dd2c9935b0832c5 /applications/luci-app-adblock
parent4fc3cd8e42ff9245f028c521307fa45e6a0c76af (diff)
luci-app-adblock: small fixes
* fix #5677 * fix 'flush cache' wording * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock')
-rw-r--r--applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js3
-rw-r--r--applications/luci-app-adblock/po/ar/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/bg/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/bn_BD/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/ca/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/cs/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/da/adblock.po211
-rw-r--r--applications/luci-app-adblock/po/de/adblock.po193
-rw-r--r--applications/luci-app-adblock/po/el/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/en/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/es/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/fi/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/fr/adblock.po203
-rw-r--r--applications/luci-app-adblock/po/he/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/hi/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/hu/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/it/adblock.po193
-rw-r--r--applications/luci-app-adblock/po/ja/adblock.po190
-rw-r--r--applications/luci-app-adblock/po/ko/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/mr/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/ms/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/nb_NO/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/pl/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/pt/adblock.po193
-rw-r--r--applications/luci-app-adblock/po/pt_BR/adblock.po193
-rw-r--r--applications/luci-app-adblock/po/ro/adblock.po197
-rw-r--r--applications/luci-app-adblock/po/ru/adblock.po200
-rw-r--r--applications/luci-app-adblock/po/si/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/sk/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/sv/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/templates/adblock.pot182
-rw-r--r--applications/luci-app-adblock/po/tr/adblock.po189
-rw-r--r--applications/luci-app-adblock/po/uk/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/vi/adblock.po186
-rw-r--r--applications/luci-app-adblock/po/zh_Hans/adblock.po205
-rw-r--r--applications/luci-app-adblock/po/zh_Hant/adblock.po189
36 files changed, 3391 insertions, 3260 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 9c29a284f8..2b58961f0b 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
@@ -343,6 +343,7 @@ return view.extend({
o.depends('adb_safesearch', '1');
o.value('google');
o.value('bing');
+ o.value('duckduckgo');
o.value('yandex');
o.value('youtube');
o.value('pixabay');
@@ -457,7 +458,7 @@ return view.extend({
o.placeholder = 'example.com';
o.rmempty = true;
- o = s.taboption('adv_dns', form.Flag, 'adb_dnsflush', _('Flush DNS Cache'), _('Flush the DNS Cache before adblock processing as well.'));
+ o = s.taboption('adv_dns', form.Flag, 'adb_dnsflush', _('Flush DNS Cache'), _('Empty the DNS cache before adblock processing starts to reduce the memory consumption.'));
o.rmempty = true;
o = s.taboption('adv_dns', form.Flag, 'adb_dnsallow', _('Disable DNS Allow'), _('Disable selective DNS whitelisting (RPZ-PASSTHRU).'));
diff --git a/applications/luci-app-adblock/po/ar/adblock.po b/applications/luci-app-adblock/po/ar/adblock.po
index 20ec39d16e..5bb0af2883 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "وقت انتظار إضافي بالثواني قبل الشروع في تطبيق إعدادات أدبلوك."
@@ -68,11 +68,11 @@ msgstr "إعدادات متقدمة للبريد الالكتروني"
msgid "Advanced Report Settings"
msgstr "إعدادات متقدمة للتقارير"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -83,15 +83,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "مجلد النسخ الاحتياطي"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "مجلد التخزين المؤقت الأساسي"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "القائمة السوداء..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -132,7 +132,7 @@ msgstr "طلبات DNS المحظورة"
msgid "Blocked Domains"
msgstr "نطاقات محظورة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "نسخة احتياطية لقائمة الحظر"
@@ -148,7 +148,7 @@ msgstr "استعلام لقائمة الحظر..."
msgid "Blocklist Sources"
msgstr "مصادر قائمة الحظر"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -166,8 +166,8 @@ msgstr ""
msgid "Cancel"
msgstr "إلغاء"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "فئات"
@@ -197,7 +197,7 @@ msgstr ""
msgid "Count"
msgstr "العدد"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -206,25 +206,25 @@ msgstr ""
"في التنزيل أو أثناء بدء التشغيل."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS الخلفية"
-#: 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:437
msgid "DNS Directory"
msgstr "دليل DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "تقرير DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "مهلة إعادة تشغيل DNS"
@@ -232,15 +232,15 @@ msgstr "مهلة إعادة تشغيل DNS"
msgid "Date"
msgstr "تاريخ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "تعطيل السماح DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "تعطيل إعادة بدء DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -248,7 +248,7 @@ msgstr ""
"قم بتعطيل عمليات إعادة تشغيل adblock التي تم تشغيلها لخلفيات DNS مع وظائف "
"التحميل التلقائي / inotify."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -260,47 +260,47 @@ msgstr "اختصاص"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "تنزيل المعلمات"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "تنزيل قائمة الانتظار"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr "إعلام البريد الإلكتروني"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "عدد إعلام البريد الإلكتروني"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني"
@@ -314,11 +314,17 @@ msgstr "تحرير القائمة السوداء"
msgid "Edit Whitelist"
msgstr "تحرير القائمة البيضاء"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "تمكين SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "تفعيل مرشحات البحث الآمن المعتدلة لموقع youtube."
@@ -326,7 +332,7 @@ msgstr "تفعيل مرشحات البحث الآمن المعتدلة لموق
msgid "Enable the adblock service."
msgstr "قم بتمكين خدمة adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "تمكين التسجيل المطول لتصحيح الأخطاء في حالة وجود أي أخطاء في المعالجة."
@@ -349,11 +355,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "الوظائف الحالية"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "مجال بحث DNS خارجي"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -361,7 +367,7 @@ msgstr ""
"المجال الخارجي للتحقق من إعادة تشغيل DNS الخلفية بنجاح. يرجى ملاحظة: لتعطيل "
"هذا الاختيار ، قم بتعيين هذا الخيار على \"خطأ\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -377,18 +383,14 @@ msgstr "منافذ جدار الحماية التي يجب فرضها محليً
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "مسح ذاكرة التخزين المؤقت DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "امسح ذاكرة التخزين المؤقت ل DNS قبل معالجة adblock أيضًا."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "فرض DNS المحلي"
@@ -401,15 +403,15 @@ msgstr "البوابات القسرية"
msgid "Forced Zones"
msgstr "مناطق قسرية"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"اجمع حركة مرور الشبكة ذات الصلة ب DNS عبر tcpdump وقدم تقرير DNS عند الطلب. "
"يرجى ملاحظة: هذا يحتاج إلى تثبيت حزمة إضافية \"tcpdump-mini\" وإعادة تشغيل "
@@ -427,7 +429,7 @@ msgstr "منح حق الوصول إلى Adblock لتطبيق LuCI"
msgid "Information"
msgstr "معلومة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "دليل السجن"
@@ -451,7 +453,7 @@ msgstr "قصر البحث الآمن على مقدمي خدمات معينين."
msgid "Line number to remove"
msgstr "رقم الخط المراد إزالته"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "قائمة بأجهزة الشبكة المتاحة التي يستخدمها برنامج tcpdump."
@@ -463,7 +465,7 @@ msgstr ""
"قائمة واجهات الشبكة المتاحة لبدء تشغيل adblock. اختر \"غير محدد\" لاستخدام "
"مهلة بدء التشغيل الكلاسيكية بدلاً من مشغل الشبكة."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -471,7 +473,7 @@ msgstr ""
"قائمة بالخلفيات الخلفية لنظام أسماء النطاقات المدعومة مع دليل القائمة "
"الافتراضي الخاص بها. للكتابة فوق المسار الافتراضي ، استخدم خيار \"دليل DNS\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "قائمة أدوات التنزيل المدعومة والمجهزة بالكامل مسبقًا"
@@ -480,11 +482,11 @@ msgstr "قائمة أدوات التنزيل المدعومة والمجهزة
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr "خدمة ذات أولوية منخفضة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -503,7 +505,7 @@ msgstr "لا توجد سجلات ذات صلة ب adblock حتى الآن!"
msgid "Overview"
msgstr "نظرة عامة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
"الملف الشخصي المستخدم من قبل \"msmtp\" لرسائل البريد الإلكتروني الخاصة "
@@ -517,7 +519,7 @@ msgstr "استعلام"
msgid "Query active blocklists and backups for a specific domain."
msgstr "الاستعلام عن قوائم الحظر والنسخ الاحتياطية النشطة لمجال معين."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -525,7 +527,7 @@ msgstr ""
"ارفع عدد الإشعارات للحصول على رسائل البريد الإلكتروني إذا كان العدد الإجمالي "
"لقائمة الحظر أقل من الحد المعطى أو مساويًا له."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "عنوان المستلم لرسائل البريد الإلكتروني الخاصة بإشعار adblock."
@@ -537,7 +539,7 @@ msgstr ""
"أعد توجيه جميع استعلامات DNS من مناطق محددة إلى محلل DNS المحلي ، ينطبق على "
"بروتوكول UDP و TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -566,7 +568,7 @@ msgstr "تحديث المؤقت ..."
msgid "Refresh..."
msgstr "تنعيش الذاكرة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "استرخاء البحث الآمن"
@@ -578,39 +580,39 @@ msgstr "إعادة تحميل"
msgid "Remove an existing job"
msgstr "إزالة وظيفة موجودة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "تقرير عدد القطع"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "تقرير حجم القطعة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "دليل التقارير"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "واجهة التقرير"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "تقرير المنافذ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "الإبلاغ عن عدد القطع المستخدم بواسطة tcpdump."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "الإبلاغ عن حجم القطعة المستخدم بواسطة tcpdump بالميجابايت."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -644,11 +646,11 @@ msgstr "تشغيل الأدوات"
msgid "Save"
msgstr "إحفض"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -656,7 +658,7 @@ msgstr ""
"إرسال رسائل البريد الإلكتروني الخاصة بالإشعار عن حظر الإعلانات. يرجى ملاحظة: "
"هذا يحتاج إلى تثبيت حزمة 'msmtp' إضافية."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "عنوان المرسل لرسائل البريد الإلكتروني الخاصة بإشعار حظر الإعلانات."
@@ -664,7 +666,7 @@ msgstr "عنوان المرسل لرسائل البريد الإلكتروني
msgid "Set a new adblock job"
msgstr "تعيين وظيفة adblock جديدة"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -672,7 +674,7 @@ msgstr ""
msgid "Settings"
msgstr "إعدادات"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -680,11 +682,11 @@ msgstr ""
"حجم قائمة انتظار التنزيل لمعالجة التنزيل (بما في ذلك الفرز والدمج وما إلى "
"ذلك) بالتوازي."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "المصادر (الحجم والتركيز)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "قائمة منافذ مفصولة بمسافة يستخدمها tcpdump."
@@ -704,19 +706,19 @@ msgstr "الحالة / الإصدار"
msgid "Suspend"
msgstr "تعليق"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "الدليل الهدف لملفات التقارير المتعلقة ب 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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "الدليل المستهدف لقائمة منع السجن التي تم إنشاؤها \"adb_list.jail\"."
@@ -747,7 +749,7 @@ msgstr "جزء الدقائق (اختياري ، النطاق: 0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "ناتج سجل النظام ، تمت تصفيته مسبقًا للرسائل ذات الصلة بحظر الإعلان فقط."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -783,7 +785,7 @@ msgstr ""
msgid "Time"
msgstr "وقت"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "حان الوقت لانتظار إعادة تشغيل خلفية DNS ناجحة."
@@ -799,7 +801,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "أفضل 10 إحصائيات"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "موضوع رسائل البريد الإلكتروني الخاصة بإشعار adblock."
@@ -807,7 +809,7 @@ msgstr "موضوع رسائل البريد الإلكتروني الخاصة ب
msgid "Total DNS Requests"
msgstr "إجمالي طلبات DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "تأخير الزناد"
@@ -816,12 +818,12 @@ msgstr "تأخير الزناد"
msgid "Unable to save changes: %s"
msgstr "تعذر حفظ التغييرات: s%"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "المتغيرات"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "تسجيل مطول للتصحيح"
@@ -838,15 +840,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "القائمة البيضاء ..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "نظام اسم المجال التخزين المؤقت dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "محلل العقد الخفي kresd (/etc/kresd)"
@@ -854,14 +856,17 @@ msgstr "محلل العقد الخفي kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "مجموعة نتائج أعلى حجم."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "خام (/ tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "غير ملزم (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "امسح ذاكرة التخزين المؤقت ل DNS قبل معالجة adblock أيضًا."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr "خيارات التكوين الخاصة لأداة التنزيل المساعدة المحددة."
diff --git a/applications/luci-app-adblock/po/bg/adblock.po b/applications/luci-app-adblock/po/bg/adblock.po
index df36ae78b8..5ac1803f4d 100644
--- a/applications/luci-app-adblock/po/bg/adblock.po
+++ b/applications/luci-app-adblock/po/bg/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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "Директоря за резервни копия"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Източници на списък за блокиране"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr "Отмени"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Не проверявай SSL сертификати по време на сваляне."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Сваляй несигурно"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Параметри за теглене"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Опашка за теглене"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr "E-Mail Известяване"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-Mail Профил"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "E-Mail Изпращач"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "E-Mail Тема"
@@ -298,11 +298,17 @@ msgstr "Редактирай черен списък"
msgid "Edit Whitelist"
msgstr "Редактирай бял списък"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Включи подрбони журнали в случай на работни грешки."
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr "Информация"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr "Запази"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,10 +805,10 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 8fc210398f..e94d859666 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr "বাতিল করুন"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -298,11 +298,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr "সেটিংস"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,10 +805,10 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 2d25b72108..4fafa186f2 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Retard addicional en segons de l’activador abans que comenci el processament "
@@ -69,11 +69,11 @@ msgstr "Paràmetres de correu avançats"
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -84,15 +84,15 @@ msgstr ""
msgid "Answer"
msgstr "Resposta"
-#: 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:403
msgid "Backup Directory"
msgstr "Directori de còpies de seguretat"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -109,11 +109,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Llista negra..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -129,7 +129,7 @@ msgstr "Peticions DNS blocades"
msgid "Blocked Domains"
msgstr "Dominis blocats"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -145,7 +145,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Fonts de la llista negra"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -160,8 +160,8 @@ msgstr ""
msgid "Cancel"
msgstr "Cancel•lar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Categories"
@@ -187,32 +187,32 @@ msgstr ""
msgid "Count"
msgstr "Recompte"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr "Directori del DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -220,21 +220,21 @@ msgstr ""
msgid "Date"
msgstr "Data"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -246,47 +246,47 @@ msgstr "Domini"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Paràmetres de descàrrega"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Cua de descàrregues"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Utilitat de baixades"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Notificació de correu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -300,11 +300,17 @@ msgstr "Edita la llista negra"
msgid "Edit Whitelist"
msgstr "Edita la llista blanca"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -312,7 +318,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -334,17 +340,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -360,18 +366,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "Purga la memòria cau del DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Força el DNS local"
@@ -384,15 +386,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -407,7 +409,7 @@ msgstr ""
msgid "Information"
msgstr "Informació"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -431,7 +433,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -441,13 +443,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "Llista d’utilitats de descàrrega admeses i plenament preconfigurades."
@@ -456,11 +458,11 @@ msgstr "Llista d’utilitats de descàrrega admeses i plenament preconfigurades.
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr "Servei de prioritat baixa"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -479,7 +481,7 @@ msgstr ""
msgid "Overview"
msgstr "Visió de conjunt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -491,13 +493,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -507,7 +509,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -534,7 +536,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -546,39 +548,39 @@ msgstr "Torna a carregar"
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -612,17 +614,17 @@ msgstr ""
msgid "Save"
msgstr "Desar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -630,7 +632,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -638,17 +640,17 @@ msgstr ""
msgid "Settings"
msgstr "Paràmetres"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -668,19 +670,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -710,7 +712,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -738,7 +740,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -752,7 +754,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -760,7 +762,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -769,12 +771,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Enregistrament detallat de depuració"
@@ -789,15 +791,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -805,11 +807,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 50b7bb5db9..9a75c64843 100644
--- a/applications/luci-app-adblock/po/cs/adblock.po
+++ b/applications/luci-app-adblock/po/cs/adblock.po
@@ -43,7 +43,7 @@ msgstr "Přidejte tuto (sub)doménu na místní blacklist."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Přidat tuto (sub)doménu na místní whitelist."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr ""
@@ -51,7 +51,7 @@ msgstr ""
msgid "Additional Settings"
msgstr "Další nastavení"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
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."
@@ -68,11 +68,11 @@ msgstr "Pokročilá nastavení e-mailu"
msgid "Advanced Report Settings"
msgstr "Pokročilá nastavení hlášení"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -83,15 +83,15 @@ msgstr ""
msgid "Answer"
msgstr "Odpověd"
-#: 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:403
msgid "Backup Directory"
msgstr "Záložní adresář"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Základní dočasný adresář"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Blacklist..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -132,7 +132,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr "Blokované domény"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Záloha blokovacího seznamu"
@@ -148,7 +148,7 @@ msgstr "Dotaz na blokovací seznam..."
msgid "Blocklist Sources"
msgstr "Zdroje seznamů blokování"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel"
msgstr "Storno"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -190,7 +190,7 @@ msgstr ""
msgid "Count"
msgstr "Počet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -199,25 +199,25 @@ msgstr ""
"chyb při stahování nebo po příštím spuštění."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr "Adresář DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -225,21 +225,21 @@ msgstr ""
msgid "Date"
msgstr "Datum"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -251,47 +251,47 @@ msgstr "Doména"
msgid "Domains"
msgstr "Domény"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Parametry stahování"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Fronta stahování"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Nástroj pro stahování"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Oznámení e-mailem"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Počet e-mailových oznámení"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-mailový profil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Adresa příjemce e-mailu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Adresa odesílatele e-mailu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Téma e-mailu"
@@ -305,11 +305,17 @@ msgstr "Upravit blacklist"
msgid "Edit Whitelist"
msgstr "Upravit whitelist"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Povolit bezpečné vyhledávání (SafeSearch)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Povolit střední filtry SafeSearch pro youtube."
@@ -317,7 +323,7 @@ msgstr "Povolit střední filtry SafeSearch pro youtube."
msgid "Enable the adblock service."
msgstr "Povolit službu adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -339,11 +345,11 @@ msgstr "Vynutit SafeSearch pro Google, Bing, DuckDuckGo, Yandex a Pixabay."
msgid "Existing job(s)"
msgstr "Stávající úlohy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -351,7 +357,7 @@ msgstr ""
"Externí doména pro ověření úspěšného restartováni DNS backendu. Pro vypnutí "
"tohoto ověření prosím vyberte možnost \"false\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -367,18 +373,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "Vyprázdnit mezipaměť DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Vyprázdnit mezipaměť DNS před zpracováním adblocku."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Vynutit lokální DNS"
@@ -391,15 +393,15 @@ msgstr "Vynucené porty"
msgid "Forced Zones"
msgstr "Vynucené zóny"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -414,7 +416,7 @@ msgstr ""
msgid "Information"
msgstr "Informace"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -438,7 +440,7 @@ msgstr "Omezit SafeSearch na vybrané poskytovatele."
msgid "Line number to remove"
msgstr "Číslo řádku k odstranění"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Seznam dostupných síťových zařízení pro tcpdump."
@@ -451,7 +453,7 @@ msgstr ""
"\"unspecified\" pro využití klasického start-timeout mechanismu místo "
"síťového spouštění."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -459,7 +461,7 @@ msgstr ""
"Seznam podporovaných DNS backendů a jejich standardních seznamových složek. "
"Pro přepsání výchozího adresáře použijte možnost \"Adresář DNS\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Seznam podporovaných a plně předkonfigurovaných nástrojů pro stahování."
@@ -469,11 +471,11 @@ msgstr ""
msgid "Log View"
msgstr "Zobrazení protokolu"
-#: 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:375
msgid "Low Priority Service"
msgstr "Služba s nízkou prioritou"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -492,7 +494,7 @@ msgstr "Zatím nejsou k dispozici žádné protokolové záznamy ohledně adbloc
msgid "Overview"
msgstr "Přehled"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil \"msmtp\" pro e-mailové oznámení adblocku."
@@ -504,13 +506,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Adresa příjemce pro e-maily s upozorněním."
@@ -522,7 +524,7 @@ msgstr ""
"Přesměrovat veškeré dotazy DNS ze specifikovaných zón k lokálnímu "
"rekurzivnímu serveru DNS pro protokoly UDP a TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -549,7 +551,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Zmírnit SafeSearch"
@@ -561,39 +563,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Počet bloků sestavy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Velikost bloků sestavy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Adresář sestav"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Rozhraní sestavy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -627,17 +629,17 @@ msgstr ""
msgid "Save"
msgstr "Uložit"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -645,7 +647,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -653,17 +655,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -683,19 +685,19 @@ msgstr ""
msgid "Suspend"
msgstr "Pozastavit"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -725,7 +727,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Předfiltrovaný výstup syslog pouze se záznamy souvisejícími s adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -753,7 +755,7 @@ msgstr ""
msgid "Time"
msgstr "Čas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -767,7 +769,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -775,7 +777,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Prodleva spuštění"
@@ -784,12 +786,12 @@ msgstr "Prodleva spuštění"
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Podrobné protokolování ladění"
@@ -804,15 +806,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -820,14 +822,17 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr ""
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Vyprázdnit mezipaměť DNS před zpracováním adblocku."
+
#~ msgid "- unspecified -"
#~ msgstr "- nespecifikováno -"
diff --git a/applications/luci-app-adblock/po/da/adblock.po b/applications/luci-app-adblock/po/da/adblock.po
index aabe74ed83..a2b940426e 100644
--- a/applications/luci-app-adblock/po/da/adblock.po
+++ b/applications/luci-app-adblock/po/da/adblock.po
@@ -43,7 +43,7 @@ msgstr "Tilføj dette (sub-)domæne til din lokale Blacklist."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Tilføj dette (under-)domæne til din lokale whitelist."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Yderligere fængselsblokeringsliste"
@@ -51,7 +51,7 @@ msgstr "Yderligere fængselsblokeringsliste"
msgid "Additional Settings"
msgstr "Yderligere indstillinger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Yderligere udløserforsinkelse i sekunder, før behandlingen af adblock "
@@ -69,11 +69,11 @@ msgstr "Avancerede indstillinger for e-mail"
msgid "Advanced Report Settings"
msgstr "Avancerede rapportindstillinger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Tillad lokale klient-IP'er"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -87,21 +87,21 @@ msgstr ""
msgid "Answer"
msgstr "Svar"
-#: 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:403
msgid "Backup Directory"
msgstr "Backup Mappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Midlertidig basismappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
msgstr ""
-"Midlertidig basismappe for alle adblock-relaterede runtime-operationer, "
-"f.eks. downloading, sortering, sammenlægning osv."
+"Midlertidig basismappe for alle adblock-relaterede runtime-operationer, f."
+"eks. downloading, sortering, sammenlægning osv."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:15
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:34
@@ -116,11 +116,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Blacklist..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Bloker lokale klient-IP'er"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -139,7 +139,7 @@ msgstr "Blokerede DNS-anmodninger"
msgid "Blocked Domains"
msgstr "Blokerede domæner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Blokliste Backup"
@@ -155,7 +155,7 @@ msgstr "Blokliste Forespørgsel..."
msgid "Blocklist Sources"
msgstr "Blokliste kilder"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -174,8 +174,8 @@ msgstr ""
msgid "Cancel"
msgstr "Annuller"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategorier"
@@ -205,7 +205,7 @@ msgstr ""
msgid "Count"
msgstr "Tælle"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -214,25 +214,25 @@ msgstr ""
"downloadfejl eller under opstart."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS Backend"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS Mappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "DNS Instans"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS Rapport"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Tidsgrænse for genstart af DNS"
@@ -240,15 +240,15 @@ msgstr "Tidsgrænse for genstart af DNS"
msgid "Date"
msgstr "Dato"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Deaktiver DNS Tillad"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Deaktiver DNS genstarter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -256,7 +256,7 @@ msgstr ""
"Deaktiver adblock-udløste genstarter for dns-backends med autoload/inotify-"
"funktioner."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Deaktiver selektiv DNS Whitelist (RPZ-PASSTHRU)."
@@ -268,47 +268,47 @@ msgstr "Domæne"
msgid "Domains"
msgstr "Domæner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Kontroller ikke SSL-servercertifikater under download."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Download usikker"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Download parametre"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Download Kø"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Download hjælpeprogram"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Meddelelse pr. e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Antal e-mail meddelelser"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-mail profil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Modtagerens e-mailadresse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "E-mail afsenderadresse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "E-mail emne"
@@ -322,11 +322,17 @@ msgstr "Rediger Blacklist"
msgid "Edit Whitelist"
msgstr "Rediger Whitelist"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Aktiver SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Aktiver moderate SafeSearch-filtre for youtube."
@@ -334,9 +340,10 @@ msgstr "Aktiver moderate SafeSearch-filtre for youtube."
msgid "Enable the adblock service."
msgstr "Aktiver adblock-tjenesten."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
-msgstr "Aktiver verbose debug-logning i tilfælde af eventuelle behandlingsfejl."
+msgstr ""
+"Aktiver verbose debug-logning i tilfælde af eventuelle behandlingsfejl."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:309
msgid "Enabled"
@@ -358,11 +365,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Eksisterende job(s)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Eksternt DNS-opslagsdomæne"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -371,7 +378,7 @@ msgstr ""
"venligst : For at deaktivere denne kontrol skal du indstille denne "
"indstilling til 'falsk'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Femte instans"
@@ -387,18 +394,14 @@ msgstr "Firewall porte, der skal tvinges lokalt."
msgid "Firewall source zones that should be forced locally."
msgstr "Firewall-kildezoner, der skal tvinges lokalt."
-#: 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:442
msgid "First instance (default)"
msgstr "Første instans (standard)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Flush DNS Cache"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Flush også DNS Cache før adblock-behandling."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Tvinge lokal DNS"
@@ -411,15 +414,15 @@ msgstr "Tvungne Porte"
msgid "Forced Zones"
msgstr "Tvungne Zoner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Fjerde instans"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Saml DNS-relateret netværkstrafik via tcpdump og giv en DNS-rapport efter "
"behov. Bemærk venligst: dette kræver yderligere 'tcpdump' eller 'tcpdump-"
@@ -438,7 +441,7 @@ msgstr "Giv adgang til LuCI-appen adblock"
msgid "Information"
msgstr "Information"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Fængselsmappe"
@@ -462,7 +465,7 @@ msgstr "Begræns SafeSearch til visse udbydere."
msgid "Line number to remove"
msgstr "Linjenummer, der skal fjernes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Liste over tilgængelige netværksenheder, der bruges af tcpdump."
@@ -475,7 +478,7 @@ msgstr ""
"Vælg 'uspecificeret' for at bruge en klassisk start-timeout i stedet for en "
"netværkstrigger."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -483,20 +486,21 @@ msgstr ""
"Liste over understøttede DNS-backends med deres standardlistemappe. Brug "
"indstillingen 'DNS Mappe' for at overskrive standardstien."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
-msgstr "Liste over understøttede og fuldt forudkonfigurerede downloadværktøjer."
+msgstr ""
+"Liste over understøttede og fuldt forudkonfigurerede downloadværktøjer."
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:11
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:51
msgid "Log View"
msgstr "Logvisning"
-#: 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:375
msgid "Low Priority Service"
msgstr "Tjeneste med lav prioritet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -517,7 +521,7 @@ msgstr "Ingen adblock-relaterede logs endnu!"
msgid "Overview"
msgstr "Oversigt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil brugt af 'msmtp' til adblock-meddelelses-e-mails."
@@ -530,7 +534,7 @@ msgid "Query active blocklists and backups for a specific domain."
msgstr ""
"Forespørg på aktive blokeringslister og backups for et specifikt domæne."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -538,7 +542,7 @@ msgstr ""
"Forhøjer antallet af meddelelser for at få e-mails, hvis det samlede antal "
"på bloklisten er mindre end eller lig med den angivne grænse."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Modtageradresse for adblock-meddelelses-e-mails."
@@ -550,7 +554,7 @@ msgstr ""
"Omdiriger alle DNS-forespørgsler fra specificerede zoner til den lokale DNS-"
"resolver, gælder for UDP- og TCP-protokol."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -580,7 +584,7 @@ msgstr "Opdateringstimer..."
msgid "Refresh..."
msgstr "Opdater..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Slap af SafeSearch"
@@ -592,39 +596,39 @@ msgstr "Genindlæs"
msgid "Remove an existing job"
msgstr "Fjern et eksisterende job"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Rapportér Chunk Count"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Rapporter Chunk Størrelse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Rapportmappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Rapport Interface"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Rapportporte"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "Rapporter chunk count brugt af tcpdump."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Rapporter chunk størrelse brugt af tcpdump i MByte."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Resolve IP'er"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
"Resolve rapporterende IP-adresser ved at bruge omvendte DNS-opslag (PTR)."
@@ -659,11 +663,11 @@ msgstr "Kør hjælpeprogrammer"
msgid "Save"
msgstr "Gem"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Anden instans"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -671,7 +675,7 @@ msgstr ""
"Send adblock-relaterede notifikations-e-mails. Bemærk venligst: dette kræver "
"yderligere 'msmtp'-pakkeinstallation."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Afsenderadresse for adblock-notifikations-e-mails."
@@ -679,7 +683,7 @@ msgstr "Afsenderadresse for adblock-notifikations-e-mails."
msgid "Set a new adblock job"
msgstr "Indstil et nyt adblock-job"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Indstil den dns-backend-instans, der bruges af adblock."
@@ -687,7 +691,7 @@ msgstr "Indstil den dns-backend-instans, der bruges af adblock."
msgid "Settings"
msgstr "Indstillinger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -695,11 +699,11 @@ msgstr ""
"Størrelse på downloadkøen til downloadbehandling (inkl. sortering, "
"sammenlægning etc.) parallelt."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Kilder (størrelse, fokus)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
"En liste over porte, der er separeret med mellemrum, og som anvendes af "
@@ -721,20 +725,20 @@ msgstr "Status / version"
msgid "Suspend"
msgstr "Suspendere"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Destinationsmappe til DNS-relaterede rapportfiler."
-#: 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:403
msgid "Target directory for blocklist backups."
msgstr "Destinationsmappe til backups af bloklister."
-#: 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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
"Destinationsmappe for den genererede blokeringsliste 'adb_list.overall'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Destinationsmappe for den genererede jail-blokeringsliste 'adb_list.jail'."
@@ -765,7 +769,7 @@ msgstr "Minutterdelen (opt., interval: 0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Syslog-outputtet, kun præfiltreret for adblock-relaterede meddelelser."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Tredje instans"
@@ -775,9 +779,9 @@ msgid ""
"<br /> Please note: add only one domain per line. Comments introduced with "
"'#' are allowed - ip addresses, wildcards and regex are not."
msgstr ""
-"Dette er den lokale adblock blacklist, der altid afviser visse (sub)"
-"domæner.<br /> Bemærk: tilføj kun ét domæne pr. linje. Kommentarer indledt "
-"med '#' er tilladt - ip-adresser, wildcards og regex er ikke tilladt."
+"Dette er den lokale adblock blacklist, der altid afviser visse (sub)domæner."
+"<br /> Bemærk: tilføj kun ét domæne pr. linje. Kommentarer indledt med '#' "
+"er tilladt - ip-adresser, wildcards og regex er ikke tilladt."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/whitelist.js:23
msgid ""
@@ -785,9 +789,9 @@ msgid ""
"<br /> Please note: add only one domain per line. Comments introduced with "
"'#' are allowed - ip addresses, wildcards and regex are not."
msgstr ""
-"Dette er den lokale adblock whitelist, der altid tillader visse (sub)"
-"domæner.<br /> Bemærk: tilføj kun ét domæne pr. linje. Kommentarer indledt "
-"med '#' er tilladt - ip-adresser, wildcards og regex er ikke tilladt."
+"Dette er den lokale adblock whitelist, der altid tillader visse (sub)domæner."
+"<br /> Bemærk: tilføj kun ét domæne pr. linje. Kommentarer indledt med '#' "
+"er tilladt - ip-adresser, wildcards og regex er ikke tilladt."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:298
msgid ""
@@ -801,7 +805,7 @@ msgstr ""
msgid "Time"
msgstr "Tid"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Timeout til at vente på en vellykket genstart af DNS-backend."
@@ -817,7 +821,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 statistikker"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Emne for adblock-notifikations-e-mails."
@@ -825,7 +829,7 @@ msgstr "Emne for adblock-notifikations-e-mails."
msgid "Total DNS Requests"
msgstr "Samlede DNS-anmodninger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Udløserforsinkelse"
@@ -834,12 +838,12 @@ msgstr "Udløserforsinkelse"
msgid "Unable to save changes: %s"
msgstr "Kunne ikke gemme ændringer: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Varianter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Verbose Debug Logning"
@@ -856,15 +860,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Whitelist..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -872,10 +876,13 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "max. resultatsæts størrelse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "rå (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Flush også DNS Cache før adblock-behandling."
diff --git a/applications/luci-app-adblock/po/de/adblock.po b/applications/luci-app-adblock/po/de/adblock.po
index 5bb212406f..7f6d3cf995 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Zusätzliche Verzögerung (in Sekunden) bis zur Verarbeitung durch den "
@@ -69,11 +69,11 @@ msgstr "Fortgeschrittene E-Mail Einstellungen"
msgid "Advanced Report Settings"
msgstr "Fortgeschrittene Berichtseinstellungen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -84,15 +84,15 @@ msgstr ""
msgid "Answer"
msgstr "Antwort"
-#: 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:403
msgid "Backup Directory"
msgstr "Backupverzeichnis"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Basis-Temp-Verzeichnis"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -113,11 +113,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Blockierliste..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -133,7 +133,7 @@ msgstr "Geblockte DNS-Anfragen"
msgid "Blocked Domains"
msgstr "Gesperrte Domains"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Sperrliste Backup"
@@ -149,7 +149,7 @@ msgstr "Sperrlisten abfragen..."
msgid "Blocklist Sources"
msgstr "Blockierlisten-Quellen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -167,8 +167,8 @@ msgstr ""
msgid "Cancel"
msgstr "Abbrechen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategorien"
@@ -189,8 +189,8 @@ msgid ""
msgstr ""
"Konfiguration des Adblock-Pakets um Werbe- und schädliche Domains zu via DNS "
"zu sperren. Weitere Informationen befindet sich in der <a href=\"https://"
-"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" target="
-"\"_blank\" rel=\"noreferrer noopener\" >Dokumentation</a>"
+"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" "
+"target=\"_blank\" rel=\"noreferrer noopener\" >Dokumentation</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -198,7 +198,7 @@ msgstr ""
msgid "Count"
msgstr "Anzahl"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -207,25 +207,25 @@ 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:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS-Backend"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS-Verzeichnis"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS-Report"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS-Restart-Timeout"
@@ -233,15 +233,15 @@ msgstr "DNS-Restart-Timeout"
msgid "Date"
msgstr "Datum"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Deaktiviere DNS-Zulassen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "DNS-Neustarts deaktivieren"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -249,7 +249,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -261,47 +261,47 @@ msgstr "Domäne"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Download Parameter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Download Warteschlange"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Download-Werkzeug"
-#: 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:360
msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "E-Mail Benachrichtigungszähler"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-Mail-Profil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "E-Mail-Thema"
@@ -315,11 +315,17 @@ msgstr "Blockierliste bearbeiten"
msgid "Edit Whitelist"
msgstr "Positivliste bearbeiten"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Aktiviere SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Aktiviere moderate SafeSearch-Filter für YouTube."
@@ -327,7 +333,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:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Aktiviere das ausführliche Anwendungs-Logging bei Verarbeitungsfehlern."
@@ -350,11 +356,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:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Externe DNS Lookup Domain"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -362,7 +368,7 @@ msgstr ""
"Externe Beispiel-Domain um einen erfolgreichen Neustart des DNS-Backend zu "
"prüfen. Auf \"false\" setzen, um dies zu deaktivieren."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -378,18 +384,14 @@ msgstr "Firewall-Ports, die lokal erzwungen/aufgelöst werden sollen."
msgid "Firewall source zones that should be forced locally."
msgstr "Firewall-Zonen, die lokal erzwungen/aufgelöst werden sollen."
-#: 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "DNS-Cache leeren"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Lokale DNS-Auflösung erzwingen"
@@ -402,15 +404,15 @@ msgstr "Erzwungene Ports"
msgid "Forced Zones"
msgstr "Erzwungene Zonen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"DNS-relevanten Netzwerkverkehr via tcpdump mitschneiden um einen DNS-Report "
"auf Abruf bereitstellen zu können. Hinweis: Hierzu muss das Paket \"tcpdump-"
@@ -428,7 +430,7 @@ msgstr "Zugriff auf adblock LuCI app erlauten"
msgid "Information"
msgstr "Informationen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Sperrverzeichnis"
@@ -452,7 +454,7 @@ msgstr "SafeSearch auf bestimmte Anbieter einschränken."
msgid "Line number to remove"
msgstr "Zu entfernende Zeile"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
"Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden "
@@ -467,7 +469,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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -475,7 +477,7 @@ msgstr ""
"Liste an unterstützten DNS-Backens und deren Standard-Listenverzeichnissen. "
"Um einen Standardpfad zu überschreiben, nutze die \"DNS-Verzeichnis\"-Option."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Liste der unterstützten und vollständig vorkonfigurierten Download-"
@@ -486,11 +488,11 @@ msgstr ""
msgid "Log View"
msgstr "Protokollansicht"
-#: 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:375
msgid "Low Priority Service"
msgstr "Dienst mit niedriger Priorität"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -509,7 +511,7 @@ msgstr "Aktuell noch keine Adblock-Logs vorhanden!"
msgid "Overview"
msgstr "Übersicht"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
"\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird."
@@ -522,7 +524,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -530,7 +532,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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Empfängeradresse für Adblock-Benachrichtigungs-E-Mails."
@@ -542,7 +544,7 @@ msgstr ""
"Leitet alle DNS-Anfragen aus den angegebenen Zonen an den lokalen DNS-"
"Resolver um, gilt für das UDP- und TCP-Protokoll."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -572,7 +574,7 @@ msgstr "Timer..."
msgid "Refresh..."
msgstr "Aktualisiere..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "SafeSearch abschwächen"
@@ -584,39 +586,39 @@ msgstr "Neu laden"
msgid "Remove an existing job"
msgstr "Entferne einen vorhandenen Job"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Berichte Datenblock-Anzahl"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Berichte Datenblock-Größe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Report-Verzeichnis"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Berichte-Schnittstelle"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Berichte Ports"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
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:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
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:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -650,11 +652,11 @@ msgstr "Run-Werkzeuge"
msgid "Save"
msgstr "Speichern"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -662,7 +664,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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
@@ -670,7 +672,7 @@ msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
msgid "Set a new adblock job"
msgstr "Setze einen neuen adblock Job"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -678,7 +680,7 @@ msgstr ""
msgid "Settings"
msgstr "Einstellungen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -686,11 +688,11 @@ 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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Quellen (Größe, Fokus)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden."
@@ -710,19 +712,19 @@ msgstr "Status / Version"
msgid "Suspend"
msgstr "Anhalten"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Zielverzeichnis für DNS-bezogene Report Dateien."
-#: 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:403
msgid "Target directory for blocklist backups."
msgstr "Zielverzeichnis für Backups von Blocklisten."
-#: 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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"."
@@ -752,7 +754,7 @@ msgstr "Der Minutenteil (Werte zw. 0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Die Syslog-Ausgabe, vorgefiltert nur für Adblock-bezogene Nachrichten."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -790,7 +792,7 @@ msgstr ""
msgid "Time"
msgstr "Zeit"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang."
@@ -806,7 +808,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top-10 Statistiken"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Betreff für Adblock-Benachrichtigungsmails."
@@ -814,7 +816,7 @@ msgstr "Betreff für Adblock-Benachrichtigungsmails."
msgid "Total DNS Requests"
msgstr "Gesamte DNS-Anfragen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Verzögerung der Trigger-Bedingung"
@@ -823,12 +825,12 @@ msgstr "Verzögerung der 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:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Varianten"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Ausführliche Debug-Protokollierung"
@@ -845,15 +847,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Positivliste..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -861,14 +863,17 @@ 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:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr ""
#~ "Spezielle Konfigurationseinstellungen für das gewählte Download-Programm."
diff --git a/applications/luci-app-adblock/po/el/adblock.po b/applications/luci-app-adblock/po/el/adblock.po
index 63f027795c..fd36aec0bb 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr "Προηγμένες ρυθμίσεις ηλεκτρονικού ταχ
msgid "Advanced Report Settings"
msgstr "Σύνθετες ρυθμίσεις αναφοράς"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "φάκελος διάσωσης"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr "Αποκλεισμένα αιτήματα DNS"
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Λίστα Μπλοκαρισμένων πηγών"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr "Ακύρωση"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr "Μέτρηση"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr "κατάλογος DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr "Ημερομηνία"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -298,11 +298,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,11 +805,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 b6acc960d4..a8d756d510 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -298,11 +298,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,10 +805,10 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 82c1d36bd1..e9e1357577 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Demora adicional del disparador en segundos antes de que comience el "
@@ -72,11 +72,11 @@ msgstr "Configuración avanzada de correo electrónico"
msgid "Advanced Report Settings"
msgstr "Configuración avanzada de informes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Permitir direcciones IP de clientes locales"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -90,15 +90,15 @@ msgstr ""
msgid "Answer"
msgstr "Responder"
-#: 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:403
msgid "Backup Directory"
msgstr "Directorio de respaldo"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Directorio temporal base"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -119,11 +119,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Lista negra..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Bloquear direcciones IP de clientes locales"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -142,7 +142,7 @@ msgstr "Peticiones DNS bloqueadas"
msgid "Blocked Domains"
msgstr "Dominios bloqueados"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Copia de seguridad de lista de bloqueo"
@@ -158,7 +158,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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -177,8 +177,8 @@ msgstr ""
msgid "Cancel"
msgstr "Cancelar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Categorías"
@@ -208,7 +208,7 @@ msgstr ""
msgid "Count"
msgstr "Contar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -217,25 +217,25 @@ msgstr ""
"caso de errores de descarga o durante el inicio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "Backend de DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Directorio DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Instancia DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Informe DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Tiempo de espera de reinicio de DNS"
@@ -243,15 +243,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Desactivar Permitir DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Desactivar Reinicios de DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -259,7 +259,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desactivar la lista blanca selectiva de DNS (RPZ-PASSTHRU)."
@@ -271,47 +271,47 @@ msgstr "Dominio"
msgid "Domains"
msgstr "Dominios"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "No verificar los certificados SSL del servidor durante la descarga."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Descarga insegura"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Descargar parámetros"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Cola de descarga"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Utilidad de descarga"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Conteo de notificaciones por E-Mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Tema del correo electrónico"
@@ -325,11 +325,17 @@ msgstr "Editar lista negra"
msgid "Edit Whitelist"
msgstr "Editar lista blanca"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Activar SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Activar filtros moderados de SafeSearch para YouTube."
@@ -337,7 +343,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:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Activar el registro de depuración detallado en caso de errores de "
@@ -363,11 +369,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Trabajo(s) existente(s)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
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:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -376,7 +382,7 @@ msgstr ""
"exitoso. Tenga en cuenta: para desactivar esta comprobación, configure esta "
"opción en 'falso'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Quinta instancia"
@@ -392,18 +398,14 @@ msgstr "Puertos del cortafuegos que deben forzarse localmente."
msgid "Firewall source zones that should be forced locally."
msgstr "Zonas de origen del cortafuegos 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:442
msgid "First instance (default)"
msgstr "Primera instancia (predeterminada)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Vaciar caché de DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Forzar DNS local"
@@ -416,15 +418,15 @@ msgstr "Puertos forzados"
msgid "Forced Zones"
msgstr "Zonas forzadas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Cuarta instancia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Reúna el tráfico de red relacionado con DNS a través de tcpdump y "
"proporcione un Informe DNS a pedido. Tenga en cuenta: esto necesita "
@@ -443,7 +445,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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Directorio de la cárcel"
@@ -467,7 +469,7 @@ msgstr "Limitar SafeSearch a proveedores specíficos."
msgid "Line number to remove"
msgstr "Número de línea para eliminar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump."
@@ -480,7 +482,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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -488,7 +490,7 @@ msgstr ""
"Lista de backends DNS compatibles con su directorio de lista predeterminado. "
"Para sobrescribir la ruta predeterminada, use la opción 'Directorio DNS'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Lista de utilidades de descarga totalmente preconfiguradas y compatibles."
@@ -498,11 +500,11 @@ msgstr ""
msgid "Log View"
msgstr "Vista de registro"
-#: 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:375
msgid "Low Priority Service"
msgstr "Servicio con prioridad baja"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -523,7 +525,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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock."
@@ -537,7 +539,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -545,7 +547,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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Dirección del receptor para la notificación de bloqueos electrónicos."
@@ -557,7 +559,7 @@ msgstr ""
"Redirigir todas las consultas de DNS de las zonas especificadas al sistema "
"de resolución de DNS local, se aplica a los protocolos UDP y TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -587,7 +589,7 @@ msgstr "Actualizar temporizador..."
msgid "Refresh..."
msgstr "Actualizar..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Relajar SafeSearch"
@@ -599,40 +601,40 @@ msgstr "Recargar"
msgid "Remove an existing job"
msgstr "Eliminar un trabajo existente"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Informe de recuento de fragmentos"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Tamaño del fragmento de informe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Directorio de informes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Interfaz de informe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Informar puertos"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
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:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
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:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
#, fuzzy
msgid "Resolve IPs"
msgstr "Resolver IPs"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
"Resuelva las direcciones IP de informes mediante búsquedas de DNS inversas "
@@ -668,11 +670,11 @@ msgstr "Ejecutar utilidades"
msgid "Save"
msgstr "Guardar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Segunda instancia"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -680,7 +682,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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
"Dirección del remitente para los correos electrónicos de notificación de "
@@ -690,7 +692,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr "Establecer un nuevo trabajo de adblock"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
#, fuzzy
msgid "Set the dns backend instance used by adblock."
msgstr "Establezca la instancia de backend de dns utilizada por adblock."
@@ -699,7 +701,7 @@ msgstr "Establezca la instancia de backend de dns utilizada por adblock."
msgid "Settings"
msgstr "Configuraciones"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -707,11 +709,11 @@ 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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Fuentes (tamaño, enfoque)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista de puertos separados por espacios utilizados por tcpdump."
@@ -731,20 +733,20 @@ msgstr "Estado/Versión"
msgid "Suspend"
msgstr "Suspender"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Directorio de destino para archivos de informes relacionados con 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:403
msgid "Target directory for blocklist backups."
msgstr "Directorio de destino para copias de seguridad de listas de bloqueo."
-#: 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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
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."
@@ -778,7 +780,7 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
"La salida de syslog, prefiltrada solo para mensajes relacionados con adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Tercera instancia"
@@ -816,7 +818,7 @@ msgstr ""
msgid "Time"
msgstr "Hora"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso."
@@ -832,7 +834,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 estadísticas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Tema para los correos electrónicos de notificación de adblock."
@@ -840,7 +842,7 @@ msgstr "Tema para los correos electrónicos de notificación de adblock."
msgid "Total DNS Requests"
msgstr "Peticiones DNS totales"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Retraso de disparo"
@@ -849,12 +851,12 @@ msgstr "Retraso de disparo"
msgid "Unable to save changes: %s"
msgstr "No se pudo guardar los cambios: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Variantes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Registro de depuración detallado"
@@ -871,15 +873,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista blanca..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -887,14 +889,17 @@ 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:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "crudo (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr ""
#~ "Opciones de configuración especiales para la utilidad de descarga "
diff --git a/applications/luci-app-adblock/po/fi/adblock.po b/applications/luci-app-adblock/po/fi/adblock.po
index 278aa4d329..f95ada028b 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Ylimääräinen odotusaika sekunteina ennen adblock-käsittelyn aloittamista."
@@ -68,11 +68,11 @@ msgstr "Sähköpostin lisäasetukset"
msgid "Advanced Report Settings"
msgstr "Raportoinnin lisäasetukset"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Salli paikallisten asiakkaiden IP-osoitteet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -86,15 +86,15 @@ msgstr ""
msgid "Answer"
msgstr "Vastaus"
-#: 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:403
msgid "Backup Directory"
msgstr "Varmuuskopiohakemisto"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Oletushakemisto väliaikaistiedostoille"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -115,11 +115,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Kieltolista..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Estä paikallisten asiakkaiden IP-osoitteet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -138,7 +138,7 @@ msgstr "Estetyt DNS-pyynnöt"
msgid "Blocked Domains"
msgstr "Estetyt verkkonimet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Kieltolistan varmuuskopio"
@@ -154,7 +154,7 @@ msgstr "Estoluettelon kysely..."
msgid "Blocklist Sources"
msgstr "Estolistojen lähteet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -173,8 +173,8 @@ msgstr ""
msgid "Cancel"
msgstr "Peruuta"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Luokat"
@@ -200,7 +200,7 @@ msgstr ""
msgid "Count"
msgstr "Määrä"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -209,25 +209,25 @@ msgstr ""
"sattuessa tai käynnistyksen aikana."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS-sovellus"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS-hakemisto"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS-raportti"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS:n uudelleenkäynnistyksen aikaraja"
@@ -235,15 +235,15 @@ msgstr "DNS:n uudelleenkäynnistyksen aikaraja"
msgid "Date"
msgstr "Päivä"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Estä DNS:n salliminen"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Estä DNS:n uudelleenkäynnistykset"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -251,7 +251,7 @@ msgstr ""
"Estä adblockin aiheuttamat DNS-sovelluksen uudelleenkäynnistykset autoload/"
"inotify-funktioilla."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -263,47 +263,47 @@ msgstr "Verkkonimi"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Älä tarkista SSL-palvelinvarmenteita latauksen aikana."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Latausparametrit"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Latausjono"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Lataustyökalu"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Sähköposti-ilmoitus"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Sähköposti-ilmoitusten määrä"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Sähköpostiprofiili"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Sähköposti: vastaanottajan osoite"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
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:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Sähköposti: otsikko"
@@ -317,11 +317,17 @@ msgstr "Editoi estolistaa"
msgid "Edit Whitelist"
msgstr "Editoi sallittujen lista"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Ota SafeSearch käyttöön"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Ota käyttöön kohtuulliset SafeSearch-suodattimet youtubea varten."
@@ -329,7 +335,7 @@ msgstr "Ota käyttöön kohtuulliset SafeSearch-suodattimet youtubea varten."
msgid "Enable the adblock service."
msgstr "Ota Adblock-palvelu käyttöön."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Runsas lokisisältö toimintojen virheiden etsimistä varten."
@@ -353,17 +359,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Nykyiset työt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -379,18 +385,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "Tyhjennä DNS-välimuisti"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Pakota paikallinen DNS"
@@ -403,15 +405,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -426,7 +428,7 @@ msgstr "Salli pääsy Adblock-asetuksiin"
msgid "Information"
msgstr "Tietoja"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -450,7 +452,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -460,13 +462,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "Tuetut ja valmiiksi asetetut lataustyökalut."
@@ -475,11 +477,11 @@ msgstr "Tuetut ja valmiiksi asetetut lataustyökalut."
msgid "Log View"
msgstr "Lokinäkymä"
-#: 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:375
msgid "Low Priority Service"
msgstr "Matala sovelluksen prioriteetti"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -498,7 +500,7 @@ msgstr "Ei vielä Adblock-lokeja!"
msgid "Overview"
msgstr "Yleiskatsaus"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -510,13 +512,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Vastaanottajan sähköpostiosoite Adblockin ilmoituksille."
@@ -526,7 +528,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -553,7 +555,7 @@ msgstr "Päivitysajastin..."
msgid "Refresh..."
msgstr "Päivitä..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -565,39 +567,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Raporttipalojen määrä"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Raporttipalojen koko"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Raporttihakemisto"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Raportoitava sovitin"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Raportoitavat portit"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -631,17 +633,17 @@ msgstr ""
msgid "Save"
msgstr "Tallenna"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille."
@@ -649,7 +651,7 @@ msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille."
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -657,17 +659,17 @@ msgstr ""
msgid "Settings"
msgstr "Asetukset"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Lähteet (koko, fokus)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -687,19 +689,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -729,7 +731,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -757,7 +759,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -771,7 +773,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -779,7 +781,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -788,12 +790,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -808,15 +810,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -824,14 +826,17 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr ""
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä."
+
#~ msgid "Blocked Domain"
#~ msgstr "Estetty verkkonimi"
diff --git a/applications/luci-app-adblock/po/fr/adblock.po b/applications/luci-app-adblock/po/fr/adblock.po
index cd112f4b3f..8188c2cb86 100644
--- a/applications/luci-app-adblock/po/fr/adblock.po
+++ b/applications/luci-app-adblock/po/fr/adblock.po
@@ -43,7 +43,7 @@ msgstr "Ajouter ce (sous-)domaine à la Liste noire locale."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Ajout ce (sous-)domaine à la Liste blanche locale."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Liste additionnelle de blocage des Bannis"
@@ -51,7 +51,7 @@ msgstr "Liste additionnelle de blocage des Bannis"
msgid "Additional Settings"
msgstr "Paramètres supplémentaires"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Délai de déclenchement supplémentaire en secondes avant qu'AdBlock démarre."
@@ -68,11 +68,11 @@ msgstr "Paramètres d'e-mail avancés"
msgid "Advanced Report Settings"
msgstr "Paramètres de rapport avancés"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Autoriser les IPs locales du client"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -86,15 +86,15 @@ msgstr ""
msgid "Answer"
msgstr "Répondre"
-#: 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:403
msgid "Backup Directory"
msgstr "Répertoire de sauvegarde"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Répertoire Temporaire"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -115,11 +115,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Liste noire ..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Bloquer les IPs du client local"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -138,7 +138,7 @@ msgstr "Requêtes DNS bloquées"
msgid "Blocked Domains"
msgstr "Domaines bloqués"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Sauvegarde de la liste de blocage"
@@ -154,7 +154,7 @@ msgstr "Demande à la liste de blocage..."
msgid "Blocklist Sources"
msgstr "Sources de la liste de blocage"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -173,8 +173,8 @@ msgstr ""
msgid "Cancel"
msgstr "Annuler"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Catégories"
@@ -195,9 +195,9 @@ msgid ""
msgstr ""
"Configuration du paquet AdBlock pour bloquer les domaines publicitaires/"
"abusifs en utilisant le DNS. Pour plus d'informations <a href=\"https://"
-"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" target="
-"\"_blank\" rel=\"noreferrer noopener\" >consulter la documentation en ligne</"
-"a>"
+"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" "
+"target=\"_blank\" rel=\"noreferrer noopener\" >consulter la documentation en "
+"ligne</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -205,7 +205,7 @@ msgstr ""
msgid "Count"
msgstr "Compteur"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -214,25 +214,25 @@ 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:237
-#: 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:427
msgid "DNS Backend"
msgstr "Backend du DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Répertoire du DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Instance DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Rapport DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Délai de redémarrage DNS"
@@ -240,15 +240,15 @@ msgstr "Délai de redémarrage DNS"
msgid "Date"
msgstr "Date"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Désactiver l'autorisation DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Désactiver les redémarrages DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -256,7 +256,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Désactiver les Listes blanches DNS séléctives (RPZ-PASSTHRU)."
@@ -268,48 +268,48 @@ msgstr "Domaine"
msgid "Domains"
msgstr "Domaines"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
"Ne pas vérifier les certificats SSL du serveur pendant le téléchargement."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Téléchargement non sécurisé"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Paramètres de téléchargement"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "File d'attente de téléchargement"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Télécharger l'utilitaire"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Notification par e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Nombre de notifications par e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-mail du profil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Adresse e-mail du destinataire"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Adresse e-mail de l'expéditeur"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Objet de l'e-mail"
@@ -323,11 +323,17 @@ msgstr "Modifier la liste noire"
msgid "Edit Whitelist"
msgstr "Modifier la liste blanche"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Activer Safesearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Activez les filtres SafeSearch modérés pour Youtube."
@@ -335,7 +341,7 @@ msgstr "Activez les filtres SafeSearch modérés pour Youtube."
msgid "Enable the adblock service."
msgstr "Activer le service AdBlock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Activez la journalisation de débogage verbeuse en cas d'erreurs de "
@@ -361,20 +367,20 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Travaux en cours"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Domaine de recherche DNS externe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
"Domaine externe pour vérifier la réussite du redémarrage du backend DNS. "
-"Remarque : Pour désactiver cette vérification, réglez cette option sur \"Faux"
-"\"."
+"Remarque : Pour désactiver cette vérification, réglez cette option sur "
+"\"Faux\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Cinquième instance"
@@ -390,18 +396,14 @@ msgstr "Ports de pare-feu qui doivent être forcés localement."
msgid "Firewall source zones that should be forced locally."
msgstr "Zones sources du pare-feu qui doivent être forcées 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:442
msgid "First instance (default)"
msgstr "Première instance (par défaut)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Vider le cache DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Videz également le cache DNS avant le traitement des adblocs."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Forcer le DNS local"
@@ -414,15 +416,15 @@ msgstr "Ports forcés"
msgid "Forced Zones"
msgstr "Zones forcées"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Quatrième instance"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Recueillir le trafic réseau lié au DNS via tcpdump et fournir un rapport DNS "
"sur demande. Veuillez noter que cette opération nécessite l'installation "
@@ -441,7 +443,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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Répertoire des bannis"
@@ -465,7 +467,7 @@ msgstr "Limitez SafeSearch à certains fournisseurs."
msgid "Line number to remove"
msgstr "Numéro de la ligne à supprimer"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump."
@@ -478,16 +480,16 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
"Liste des backends DNS supportés avec leur répertoire de liste par défaut. "
-"Pour écraser le chemin d'accès par défaut, utilisez l'option \"Répertoire DNS"
-"\"."
+"Pour écraser le chemin d'accès par défaut, utilisez l'option \"Répertoire "
+"DNS\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
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é-"
@@ -498,11 +500,11 @@ msgstr ""
msgid "Log View"
msgstr "Vue du journal"
-#: 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:375
msgid "Low Priority Service"
msgstr "Service en priorité basse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -521,7 +523,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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock."
@@ -535,7 +537,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -544,7 +546,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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
"Adresse du destinataire pour les e-mails de notification du bloqueur de "
@@ -558,7 +560,7 @@ msgstr ""
"Redirigez toutes les requêtes DNS des zones spécifiées 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:374
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -588,7 +590,7 @@ msgstr "Minuteur d'actualisation..."
msgid "Refresh..."
msgstr "Rafraichi..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Relax SafeSearch"
@@ -600,39 +602,39 @@ msgstr "Recharger"
msgid "Remove an existing job"
msgstr "Supprimer un travail existant"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Rapporter le nombre de morceaux"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Rapporter la taille des morceaux"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Répertoire des rapports"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Interface des rapports"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Rapport des Ports"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
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:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
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:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Résoudre les IPs"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -666,11 +668,11 @@ msgstr "Outils de travail"
msgid "Save"
msgstr "Enregistrer"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Deuxième instance"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -678,7 +680,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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
"Adresse de l'expéditeur des courriers électroniques de notification de "
@@ -688,7 +690,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr "Configurer un nouveau travail AdBlock"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -696,7 +698,7 @@ msgstr ""
msgid "Settings"
msgstr "Paramètres"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -704,11 +706,11 @@ 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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Sources (Taille, Focus)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Liste des ports utilisés par tcpdump, séparés par des espaces."
@@ -728,20 +730,20 @@ msgstr "Statut / Version"
msgid "Suspend"
msgstr "Mettre en pause"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Répertoire cible des rapports 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:403
msgid "Target directory for blocklist backups."
msgstr "Répertoire cible des sauvegardes de Listes de blocage."
-#: 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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
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\"."
@@ -773,7 +775,7 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
"La sortie syslog, pré-filtrée pour les messages liés à adblock uniquement."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Troisième instance"
@@ -813,7 +815,7 @@ msgstr ""
msgid "Time"
msgstr "Heure"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
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."
@@ -829,7 +831,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 Statistiques"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Objet pour les notifications par e-mails d'adblock."
@@ -837,7 +839,7 @@ msgstr "Objet pour les notifications par e-mails d'adblock."
msgid "Total DNS Requests"
msgstr "Total des requêtes DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Délai de déclenchement"
@@ -846,12 +848,12 @@ 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:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Variantes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Logs en mode verbeux"
@@ -868,15 +870,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Liste Blanche..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -884,14 +886,17 @@ 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:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Videz également le cache DNS avant le traitement des adblocs."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr ""
#~ "Options de configuration spéciales pour l'utilitaire de téléchargement "
diff --git a/applications/luci-app-adblock/po/he/adblock.po b/applications/luci-app-adblock/po/he/adblock.po
index 9f67e69e77..31cf3ca8e5 100644
--- a/applications/luci-app-adblock/po/he/adblock.po
+++ b/applications/luci-app-adblock/po/he/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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -68,11 +68,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -83,15 +83,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -108,11 +108,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -128,7 +128,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -144,7 +144,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -159,8 +159,8 @@ msgstr ""
msgid "Cancel"
msgstr "ביטול"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -186,32 +186,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -219,21 +219,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -245,47 +245,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -299,11 +299,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -311,7 +317,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -333,17 +339,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -359,18 +365,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -383,15 +385,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -406,7 +408,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -430,7 +432,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -440,13 +442,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -455,11 +457,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -478,7 +480,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -490,13 +492,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -506,7 +508,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -533,7 +535,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -545,39 +547,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -611,17 +613,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -629,7 +631,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -637,17 +639,17 @@ msgstr ""
msgid "Settings"
msgstr "הגדרות"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -667,19 +669,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -709,7 +711,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -737,7 +739,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -751,7 +753,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -759,7 +761,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -768,12 +770,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -788,15 +790,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -804,10 +806,10 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 bc03eb6167..8c8c4d2a65 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -61,11 +61,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -76,15 +76,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -101,11 +101,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -121,7 +121,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -137,7 +137,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -152,8 +152,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -179,32 +179,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -212,21 +212,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -238,47 +238,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -292,11 +292,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -304,7 +310,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -326,17 +332,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -352,18 +358,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -376,15 +378,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -399,7 +401,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -423,7 +425,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -433,13 +435,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -448,11 +450,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -471,7 +473,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -483,13 +485,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -499,7 +501,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -526,7 +528,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -538,39 +540,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -604,17 +606,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -622,7 +624,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -630,17 +632,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -660,19 +662,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -702,7 +704,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -730,7 +732,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -744,7 +746,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -752,7 +754,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -761,12 +763,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -781,15 +783,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -797,10 +799,10 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 1a5e00abda..f523ea3db0 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr ""
@@ -51,7 +51,7 @@ msgstr ""
msgid "Additional Settings"
msgstr "További beállítások"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
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 "
@@ -69,11 +69,11 @@ msgstr "Haladó e-mail beállítások"
msgid "Advanced Report Settings"
msgstr "Haladó riport beállítások"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -84,15 +84,15 @@ msgstr ""
msgid "Answer"
msgstr "Válasz"
-#: 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:403
msgid "Backup Directory"
msgstr "Biztonsági mentés könyvtára"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Feketelista..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -132,7 +132,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr "Blokkolt domainek"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -149,7 +149,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Feketelista források"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -164,8 +164,8 @@ msgstr ""
msgid "Cancel"
msgstr "Mégse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategóriák"
@@ -191,32 +191,32 @@ msgstr ""
msgid "Count"
msgstr "Darabszám"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr "DNS könyvtár"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS riport"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
#, fuzzy
msgid "DNS Restart Timeout"
msgstr "DNS újraindítás időtúllépés"
@@ -225,21 +225,21 @@ msgstr "DNS újraindítás időtúllépés"
msgid "Date"
msgstr "Dátum"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "DNS újraindítás kikapcsolása"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -251,48 +251,48 @@ msgstr "Tartomány"
msgid "Domains"
msgstr "Domainek"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Letöltési sor"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Letöltési segédprogram"
-#: 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:360
msgid "E-Mail Notification"
msgstr "E-mail értesítés"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
#, fuzzy
msgid "E-Mail Notification Count"
msgstr "E-Mail értesítés számláló"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-Mail profil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "E-mail fogadócím"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "E-Mail küldő cím"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
#, fuzzy
msgid "E-Mail Topic"
msgstr "E-Mail téma"
@@ -307,11 +307,17 @@ msgstr "Feketelista szerkesztése"
msgid "Edit Whitelist"
msgstr "Fehérlista szerkesztése"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "SafeSearch engedélyezése"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -319,7 +325,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr "Adblock szolgáltatás engedélyezése."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -342,17 +348,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Létező munkamenet(ek)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -368,18 +374,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
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:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Helyi DNS kényszerítése"
@@ -392,15 +394,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -415,7 +417,7 @@ msgstr "Hozzáférés megadása a \"LuCI app adblock\"-nak"
msgid "Information"
msgstr "Információ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -439,7 +441,7 @@ msgstr ""
msgid "Line number to remove"
msgstr "Eltávolítandó sor száma"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -449,13 +451,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
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."
@@ -465,11 +467,11 @@ msgstr ""
msgid "Log View"
msgstr "Log nézet"
-#: 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:375
msgid "Low Priority Service"
msgstr "Alacsony prioritású szolgáltatás"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -488,7 +490,7 @@ msgstr "Még nincsenek adblock-os naplók!"
msgid "Overview"
msgstr "Áttekintés"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -500,13 +502,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Fogadó címe a reklámblokkoló értesítési e-mailekhez."
@@ -516,7 +518,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -544,7 +546,7 @@ msgstr "Időzítő frissítése..."
msgid "Refresh..."
msgstr "Frissítés..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -556,39 +558,39 @@ msgstr "Újratöltés"
msgid "Remove an existing job"
msgstr "Létező munkamenet eltávolítása"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Darabok számának jelentése"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Darabok méretének jelentése"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Könyvtár jelentése"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Csatoló jelentése"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "IP címek feloldása"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -623,17 +625,17 @@ msgstr ""
msgid "Save"
msgstr "Mentés"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -641,7 +643,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr "Új adblock munkamenet hozzáadása"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -649,17 +651,17 @@ msgstr ""
msgid "Settings"
msgstr "Beállítások"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -680,19 +682,19 @@ msgstr "Státusz / Verzió"
msgid "Suspend"
msgstr "Felfüggesztés"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -724,7 +726,7 @@ msgstr ""
"A rendszernapló kimenete, előre szűrve csak a reklámblokkolóhoz kapcsolódó "
"üzenetekhez."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -754,7 +756,7 @@ msgstr ""
msgid "Time"
msgstr "Idő"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -768,7 +770,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 statisztika"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -776,7 +778,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr "Összes DNS kérés"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Aktiváló késleltetése"
@@ -786,13 +788,13 @@ msgstr "Aktiváló késleltetése"
msgid "Unable to save changes: %s"
msgstr "Nem sikerült a/az %s változtatás mentése"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
#, fuzzy
msgid "Variants"
msgstr "Variánsok"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Részletes hibakeresési naplózás"
@@ -807,15 +809,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Fehérlista..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -823,11 +825,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 4740b86844..ea031f25c6 100644
--- a/applications/luci-app-adblock/po/it/adblock.po
+++ b/applications/luci-app-adblock/po/it/adblock.po
@@ -46,7 +46,7 @@ msgstr "Aggiungi questo (sotto)dominio alla tua lista nera locale."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Aggiungi questo (sotto)dominio alla tua lista bianca locale."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Jail Blocklist aggiuntivo"
@@ -54,7 +54,7 @@ msgstr "Jail Blocklist aggiuntivo"
msgid "Additional Settings"
msgstr "Impostazioni aggiuntive"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Tempo addizionale in secondi di attesa prima che adblock si avvii."
@@ -70,11 +70,11 @@ msgstr "Impostazioni E-Mail avanzate"
msgid "Advanced Report Settings"
msgstr "Impostazioni avanzate dei report"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Consenti IP dei client locali"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -88,15 +88,15 @@ msgstr ""
msgid "Answer"
msgstr "Risposta"
-#: 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:403
msgid "Backup Directory"
msgstr "Directory del Backup"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Base directory Temporanea"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Lista nera..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Blocca client IP locali"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -140,7 +140,7 @@ msgstr "Richieste DNS bloccate"
msgid "Blocked Domains"
msgstr "Domini bloccati"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Backup lista di blocco"
@@ -156,7 +156,7 @@ msgstr "Cerca lista di blocco..."
msgid "Blocklist Sources"
msgstr "Fonti lista di Blocco"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -175,8 +175,8 @@ msgstr ""
msgid "Cancel"
msgstr "Annulla"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Categorie"
@@ -197,8 +197,8 @@ msgid ""
msgstr ""
"Configurazione del pacchetto adblock per bloccare pubblicità/domini "
"fraudolenti usando il DNS. Per informazioni aggiuntive <a href=\"https://"
-"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" target="
-"\"_blank\" rel=\"noreferrer noopener\" >consulta la documentazione</a>"
+"github.com/openwrt/packages/blob/master/net/adblock/files/README.md\" "
+"target=\"_blank\" rel=\"noreferrer noopener\" >consulta la documentazione</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -206,7 +206,7 @@ msgstr ""
msgid "Count"
msgstr "Numero"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -215,25 +215,25 @@ msgstr ""
"nell'evenienza di errori nello scaricamento o all'avvio."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "Backend DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Directory DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Istanza DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Report del DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Tempo di riavvio del DNS"
@@ -241,15 +241,15 @@ msgstr "Tempo di riavvio del DNS"
msgid "Date"
msgstr "Data"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Disabilita Consenti DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Disabilita riavvio DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -257,7 +257,7 @@ msgstr ""
"Disattiva il riavvio innescato dal blocco pubblicità per i backend DNS con "
"funzionalità di autoload/inotify."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Disabilita whitelist DNS selettiva (RPZ-PASSTHRU)."
@@ -269,47 +269,47 @@ msgstr "Dominio"
msgid "Domains"
msgstr "Domini"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Non controllare i certificati del server SSL durante il download."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Download non sicuro"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Parametri di download"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Coda download"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Utilità di 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:360
msgid "E-Mail Notification"
msgstr "Notifica e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Conteggio notifiche e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Profilo e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Indirizzo e-mail destinatario"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Indirizzo e-mail mittente"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Oggetto e-mail"
@@ -323,11 +323,17 @@ msgstr "Modifica blacklist"
msgid "Edit Whitelist"
msgstr "Modifica whitelist"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Abilita SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Abilita moderazione filtri SafeSearch per Youtube."
@@ -335,7 +341,7 @@ msgstr "Abilita moderazione filtri SafeSearch per Youtube."
msgid "Enable the adblock service."
msgstr "Abilita il servizio adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Abilita log di debug verboso in caso di qualsiasi errore di elaborazione."
@@ -359,11 +365,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Processi esistenti"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Dominio DNS di lookup esterno"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -371,7 +377,7 @@ msgstr ""
"Dominio esterno per verificare il corretto riavvio del DNS interno. Nota: "
"per disabilitare questa verificare impostare questa opzione a 'false'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Quinta istanza"
@@ -387,18 +393,14 @@ msgstr "Porte del firewall da forzare localmente."
msgid "Firewall source zones that should be forced locally."
msgstr "Zone di origine del firewall da forzare 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:442
msgid "First instance (default)"
msgstr "Prima istanza (default)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Pulisci Cache DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Svuota anche la cache del DNS prima dell'elaborazione di adblock."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Forza DNS Locale"
@@ -411,15 +413,15 @@ msgstr "Porte forzate"
msgid "Forced Zones"
msgstr "Zone forzate"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Quarta istanza"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Raccogli il traffico di rete relativo al DNS attraverso tcpdump e fornisci "
"un Report DNS a richiesta. Nota: è necessaria l'installazione del pacchetti "
@@ -438,7 +440,7 @@ msgstr "Consenti l'accesso all'applicazione adblock di LuCI"
msgid "Information"
msgstr "Informazioni"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Cartella di detenzione"
@@ -462,7 +464,7 @@ msgstr "Limita SafeSearch a certi provider."
msgid "Line number to remove"
msgstr "Numero di riga da rimuovere"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Elenco dei dispositivi disponibili in uso da tcpdump."
@@ -475,13 +477,13 @@ msgstr ""
"avvio di adblock. Impostare 'unspecified' per utilizzare un timeout di avvio "
"classico invece di un trigger di rete."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Elenco delle utility di download supportate e completamente preconfigurate."
@@ -491,11 +493,11 @@ msgstr ""
msgid "Log View"
msgstr "Vista dei log"
-#: 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:375
msgid "Low Priority Service"
msgstr "Serviio a bassa priorità"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -514,7 +516,7 @@ msgstr ""
msgid "Overview"
msgstr "Riepilogo"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -526,13 +528,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
"Indirizzo del destinatario per e-mail di notifica di blocco degli annunci."
@@ -543,7 +545,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -570,7 +572,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -582,39 +584,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Directory dei report"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -648,17 +650,17 @@ msgstr ""
msgid "Save"
msgstr "Salva"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -666,7 +668,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -674,17 +676,17 @@ msgstr ""
msgid "Settings"
msgstr "Impostazioni"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -704,19 +706,19 @@ msgstr ""
msgid "Suspend"
msgstr "Sospendi"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -747,7 +749,7 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
"L'output di syslog, pre-filtrato solo per i messaggi relativi ad adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -775,7 +777,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -789,7 +791,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -797,7 +799,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Ritardo Innesco"
@@ -806,12 +808,12 @@ msgstr "Ritardo Innesco"
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Registro di Debug Dettagliato"
@@ -826,15 +828,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -842,14 +844,17 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr ""
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Svuota anche la cache del DNS prima dell'elaborazione di adblock."
+
#~ msgid "Blocked Domain"
#~ msgstr "Domini bloccati"
diff --git a/applications/luci-app-adblock/po/ja/adblock.po b/applications/luci-app-adblock/po/ja/adblock.po
index e065ecad10..0c53577e50 100644
--- a/applications/luci-app-adblock/po/ja/adblock.po
+++ b/applications/luci-app-adblock/po/ja/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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "追加のJailブロックリスト"
@@ -54,7 +54,7 @@ msgstr "追加のJailブロックリスト"
msgid "Additional Settings"
msgstr "追加設定"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Adblock の処理が開始されるまでの、追加の遅延時間(秒)です。"
@@ -70,11 +70,11 @@ msgstr "Eメールの詳細設定"
msgid "Advanced Report Settings"
msgstr "リポートの詳細設定"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -85,15 +85,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "バックアップ先 ディレクトリ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "ベースとなるテンポラリディレクトリ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -113,11 +113,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "ブラックリスト..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -133,7 +133,7 @@ msgstr "ブロックされたDNSリクエスト"
msgid "Blocked Domains"
msgstr "ブロックされたドメイン"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "ブロックリストのバックアップ"
@@ -149,7 +149,7 @@ msgstr "ブロックリストのクエリ..."
msgid "Blocklist Sources"
msgstr "ブロックリスト提供元"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -167,8 +167,8 @@ msgstr ""
msgid "Cancel"
msgstr "キャンセル"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -198,7 +198,7 @@ msgstr ""
msgid "Count"
msgstr "カウント"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -207,25 +207,25 @@ msgstr ""
"時に使用されます。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNSバックエンド"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS ディレクトリ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNSレポート"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS再起動タイムアウト"
@@ -233,15 +233,15 @@ msgstr "DNS再起動タイムアウト"
msgid "Date"
msgstr "日付"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "DNS許可を無効化"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "DNS再起動を無効化"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -249,7 +249,7 @@ msgstr ""
"autoload/inotify機能を使用してDNSバックエンドのadblockの再起動トリガーを無効"
"にします。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -261,47 +261,47 @@ msgstr "ドメイン"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "ダウンロードのパラメータ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "ダウンロードキュー"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr "Eメール通知"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Eメール通知数"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Eメールプロファイル"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Eメールトピック"
@@ -315,11 +315,17 @@ msgstr "ブラックリストの編集"
msgid "Edit Whitelist"
msgstr "ホワイトリストの編集"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "セーフサーチを有効化"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "youtube用の適度なセーフサーチフィルタを有効にします。"
@@ -327,7 +333,7 @@ msgstr "youtube用の適度なセーフサーチフィルタを有効にしま
msgid "Enable the adblock service."
msgstr "adblockサービスを有効にします。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "エラーが発生した際に詳細なデバッグロギングを有効にします。"
@@ -351,11 +357,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "既存のジョブ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "外部DNSルックアップドメイン"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -363,7 +369,7 @@ msgstr ""
"DNSバックエンドが正常に再起動したかチェックする外部ドメイン。注意: このチェッ"
"クを無効にするにはオプションを無効に設定してください。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -379,18 +385,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "DNS キャッシュのクリア"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。"
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "ローカル DNS の強制"
@@ -403,15 +405,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"tcpdumpを介してDNS関連のネットワークトラフィックを収集し、オンデマンドでDNSレ"
"ポートを提供します。 注意: これを有効にするには、追加の「tcpdump-mini」パッ"
@@ -429,7 +431,7 @@ msgstr "LuCIアプリのadblockへのアクセスを許可"
msgid "Information"
msgstr "情報"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Jailディレクトリ"
@@ -453,7 +455,7 @@ msgstr "セーフサーチを特定のプロバイダに制限します。"
msgid "Line number to remove"
msgstr "削除する行番号"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "tcpdumpが使用する利用可能なネットワークデバイス一覧です。"
@@ -465,7 +467,7 @@ msgstr ""
"adblockの開始をトリガーできるネットワークインターフェース一覧です。未指定を選"
"択するとトリガーの代わりに従来のスタートアップタイムアウトを使用します。"
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -473,7 +475,7 @@ msgstr ""
"デフォルトのリストディレクトリを使用するDNSバックエンド一覧です。デフォルトの"
"パスを上書きするには'DNSディレクトリ'オプションを使用してください。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "サポートされ、かつ設定済のダウンロード ユーティリティの一覧です。"
@@ -482,11 +484,11 @@ msgstr "サポートされ、かつ設定済のダウンロード ユーティ
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr "優先度が低いサービス"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -505,7 +507,7 @@ msgstr "まだadblolck関連のログがありません!"
msgid "Overview"
msgstr "概要"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp'をadblock通知Eメールに使用するプロファイル。"
@@ -517,7 +519,7 @@ msgstr "検索"
msgid "Query active blocklists and backups for a specific domain."
msgstr "特定のドメインのアクティブなブロックリストとバックアップを検索します。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -525,7 +527,7 @@ msgstr ""
"通知数を上げて、ブロックリスト全体の数が指定された制限以下の場合に電子メール"
"を取得します。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "adblock 通知メールの受信アドレスです。"
@@ -535,7 +537,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -565,7 +567,7 @@ msgstr "タイマーをリフレッシュ..."
msgid "Refresh..."
msgstr "リフレッシュ..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "リラックスセーフサーチ"
@@ -577,39 +579,39 @@ msgstr "リロード"
msgid "Remove an existing job"
msgstr "既存のジョブを削除"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "レポート チャンクカウント"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "レポート チャンクサイズ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "レポート ディレクトリ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "レポート インターフェース"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "レポートポート"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "tcpdumpによって使用されるレポートチャンク数。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "tcpdumpがメガバイト単位で使用するレポートチャンクサイズ。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -643,11 +645,11 @@ msgstr "実行ユーティリティー"
msgid "Save"
msgstr "保存"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -655,7 +657,7 @@ msgstr ""
"adblock関連の通知Eメールを送信します。注意: これは追加の'msmtp'パッケージのイ"
"ンストールが必要です。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "adblockの通知Eメール送信者アドレス。"
@@ -663,7 +665,7 @@ msgstr "adblockの通知Eメール送信者アドレス。"
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -671,7 +673,7 @@ msgstr ""
msgid "Settings"
msgstr "設定"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -679,11 +681,11 @@ msgstr ""
"ダウンロード処理(並べ替え、統合など)のダウンロードキューのサイズを並列で指定"
"します。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "ソース(サイズ、フォーカス)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdumpが使用するポートの、スペースで区切られたリスト。"
@@ -703,19 +705,19 @@ msgstr "ステータス / バージョン"
msgid "Suspend"
msgstr "一時停止"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"生成されたjailブロックリスト'adb_list.jail'のターゲットディレクトリです。"
@@ -746,7 +748,7 @@ msgstr "分(オプション、0-59の値)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Adblock に関連するメッセージのみが抽出された、システムログ出力です。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -780,7 +782,7 @@ msgstr ""
msgid "Time"
msgstr "時刻"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "DNSバックエンドの再起動が成功するまでのタイムアウト。"
@@ -796,7 +798,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "上位10項目"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "adblockの通知Eメールのトピック。"
@@ -804,7 +806,7 @@ msgstr "adblockの通知Eメールのトピック。"
msgid "Total DNS Requests"
msgstr "DNSリクエスト合計"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "トリガ遅延"
@@ -813,12 +815,12 @@ msgstr "トリガ遅延"
msgid "Unable to save changes: %s"
msgstr "変更を保存できませんでした: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "詳細なデバッグ ログ"
@@ -835,15 +837,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "ホワイトリスト..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -851,14 +853,18 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "最大の結果セットサイズ"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr ""
+#~ "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。"
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr "選択したダウンロードユーティリティーの特別な設定オプション。"
diff --git a/applications/luci-app-adblock/po/ko/adblock.po b/applications/luci-app-adblock/po/ko/adblock.po
index 4ab5d28f24..1cc3e31e45 100644
--- a/applications/luci-app-adblock/po/ko/adblock.po
+++ b/applications/luci-app-adblock/po/ko/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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "추가적인 Jail 블록리스트"
@@ -51,7 +51,7 @@ msgstr "추가적인 Jail 블록리스트"
msgid "Additional Settings"
msgstr "추가 설정"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr "고급 이메일 설정"
msgid "Advanced Report Settings"
msgstr "고급 리포트 설정"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -83,16 +83,16 @@ msgstr ""
msgid "Answer"
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:403
#, fuzzy
msgid "Backup Directory"
msgstr "백업 경로"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -111,11 +111,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "블랙리스트..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -131,7 +131,7 @@ msgstr "차단된 DNS 요청"
msgid "Blocked Domains"
msgstr "차단된 도메인들"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "차단목록 백업"
@@ -147,7 +147,7 @@ msgstr "블록리스트 등록..."
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -162,8 +162,8 @@ msgstr ""
msgid "Cancel"
msgstr "취소"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -189,32 +189,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -222,21 +222,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -248,47 +248,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -302,11 +302,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -314,7 +320,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -336,17 +342,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -362,18 +368,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -386,15 +388,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -409,7 +411,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -433,7 +435,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -443,13 +445,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -458,11 +460,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -481,7 +483,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -493,13 +495,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -509,7 +511,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +538,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -548,39 +550,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -614,17 +616,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -632,7 +634,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -640,17 +642,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -670,19 +672,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -712,7 +714,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -740,7 +742,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -754,7 +756,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -762,7 +764,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -771,12 +773,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -791,15 +793,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -807,11 +809,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 b3e175c971..53e5f357b5 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -298,11 +298,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr "आढावा"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,11 +805,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 e9b9d5f059..de20853e37 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Terdapat kelewatan picu dalam saat sebelum proses adblock bermula."
@@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
msgstr "Jawapan"
-#: 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:403
msgid "Backup Directory"
msgstr "Direktori Sandaran"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Punca Senarai Sekatan"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr "Kiraan"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr "Direktori DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr "Tarikh"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -298,11 +298,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,11 +805,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 a6b464ae30..aa9dc0bef2 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 "Legg til dette (under-)domenet til i din lokale svarteliste."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Legg til dette (under-)domenet til i din lokale hvitliste."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Ytterligere fengselssvarteliste"
@@ -51,7 +51,7 @@ msgstr "Ytterligere fengselssvarteliste"
msgid "Additional Settings"
msgstr "Ytterligere innstillinger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Ytterligere utløserforsinkelse i sekunder før behandling av "
@@ -69,11 +69,11 @@ msgstr "Avanserte e-postinnstillinger"
msgid "Advanced Report Settings"
msgstr "Avanserte rapporteringsinnstillinger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -84,15 +84,15 @@ msgstr ""
msgid "Answer"
msgstr "Svar"
-#: 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:403
msgid "Backup Directory"
msgstr "Sikkerhetskopimappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Svartelist …"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -132,7 +132,7 @@ msgstr "Blokkerte DNS-forespørsler"
msgid "Blocked Domains"
msgstr "Blokkerte domener"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Blokkeringslistesikkerhetskopi"
@@ -148,7 +148,7 @@ msgstr "Blokkeringslistespørring …"
msgid "Blocklist Sources"
msgstr "Blokklistekilder"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel"
msgstr "Avbryt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategorier"
@@ -190,32 +190,32 @@ msgstr ""
msgid "Count"
msgstr "Antall"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS-bakende"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS-mappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS-rapport"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS-omstartstidsavbrudd"
@@ -223,21 +223,21 @@ msgstr "DNS-omstartstidsavbrudd"
msgid "Date"
msgstr "Dato"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Skru av DNS-tillatelse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Skru av DNS-omstarter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -249,47 +249,47 @@ msgstr "Domene"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Nedlastingsparametre"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Nedlastingskø"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Nedlastingsverktøy"
-#: 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:360
msgid "E-Mail Notification"
msgstr "E-postmerknad"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "E-postmerknadsantall"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-postprofil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "E-postmottagersadresse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "E-postemne"
@@ -303,11 +303,17 @@ msgstr "Rediger svarteliste"
msgid "Edit Whitelist"
msgstr "Rediger hvitliste"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Skru på SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
#, fuzzy
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Skru på moderate SafeSearch-filtre for YouTube."
@@ -316,7 +322,7 @@ msgstr "Skru på moderate SafeSearch-filtre for YouTube."
msgid "Enable the adblock service."
msgstr "Skru på reklameblokkeringstjenesten."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -338,17 +344,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Eksisterende jobb(er)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Eksternt DNS-oppslagsdomene"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -364,18 +370,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "Tøm DNS-hurtiglageret"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Tving lokal DNS"
@@ -388,15 +390,15 @@ msgstr "Påtvingte porter"
msgid "Forced Zones"
msgstr "Påtvingte soner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -411,7 +413,7 @@ msgstr "Innvilg tilgang til LuCI-programreklameblokkering"
msgid "Information"
msgstr "Info"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Fengselsmappe"
@@ -435,7 +437,7 @@ msgstr "Begrens SafeSearch til gitte tilbydere."
msgid "Line number to remove"
msgstr "Linjenummer å fjerne"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Liste over tilgjengelige nettverksenheter brukt av tcpdump."
@@ -445,13 +447,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -460,11 +462,11 @@ msgstr ""
msgid "Log View"
msgstr "Loggvisning"
-#: 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:375
msgid "Low Priority Service"
msgstr "Lavprioritetstjeneste"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -483,7 +485,7 @@ msgstr ""
msgid "Overview"
msgstr "Oversikt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -495,13 +497,13 @@ msgstr "Spørring"
msgid "Query active blocklists and backups for a specific domain."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -511,7 +513,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -538,7 +540,7 @@ msgstr "Gjenoppfrisk tidsur …"
msgid "Refresh..."
msgstr "Gjenoppfrisk …"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -550,39 +552,39 @@ msgstr "Last inn igjen"
msgid "Remove an existing job"
msgstr "Fjern en eksisterende jobb"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Rapportmappe"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Rapportgrensesnitt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Rapportporter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -620,17 +622,17 @@ msgstr "Kjøringsverktøy"
msgid "Save"
msgstr "Lagre"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -638,7 +640,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -646,17 +648,17 @@ msgstr ""
msgid "Settings"
msgstr "Innstillinger"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Kilder (størrelse, fokus)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Mellomromsinndelt liste over porter brukt av tcpdump."
@@ -677,19 +679,19 @@ msgstr "Status/versjon"
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -719,7 +721,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -747,7 +749,7 @@ msgstr ""
msgid "Time"
msgstr "Tid"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -761,7 +763,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Topp 10-statistikk"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -769,7 +771,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr "Totalt antall DNS-forespørsler"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Utløserforsinkelse"
@@ -778,12 +780,12 @@ msgstr "Utløserforsinkelse"
msgid "Unable to save changes: %s"
msgstr "Kunne ikke lagre endringer: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Varianter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -798,15 +800,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Hvitliste …"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -814,11 +816,11 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "maks. resultatsettstørrelse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "rå (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
#, fuzzy
msgid "unbound (/var/lib/unbound)"
msgstr "ubundet (/var/lib/unbound)"
diff --git a/applications/luci-app-adblock/po/pl/adblock.po b/applications/luci-app-adblock/po/pl/adblock.po
index ff40151d8d..e841c2ad2a 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Dodatkowa lista blokująca"
@@ -52,7 +52,7 @@ msgstr "Dodatkowa lista blokująca"
msgid "Additional Settings"
msgstr "Dodatkowe ustawienia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Dodatkowe opóźnienie wyzwalacza w sekundach przed rozpoczęciem przetwarzania "
@@ -70,11 +70,11 @@ msgstr "Zaawansowane ustawienia e-mail"
msgid "Advanced Report Settings"
msgstr "Ustawienia raportowania"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Zezwalaj na adresy IP klientów lokalnych"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -88,15 +88,15 @@ msgstr ""
msgid "Answer"
msgstr "Odpowiedź"
-#: 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:403
msgid "Backup Directory"
msgstr "Katalog kopii zapasowej"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Podstawowy katalog tymczasowy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Czarna lista..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Blokuj adresy IP klientów lokalnych"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -140,7 +140,7 @@ msgstr "Zablokowane żądania DNS"
msgid "Blocked Domains"
msgstr "Zablokowane domeny"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Kopia zapasowa list blokujących"
@@ -156,7 +156,7 @@ msgstr "Zapytanie..."
msgid "Blocklist Sources"
msgstr "Źródła list"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -175,8 +175,8 @@ msgstr ""
msgid "Cancel"
msgstr "Anuluj"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategorie"
@@ -206,7 +206,7 @@ msgstr ""
msgid "Count"
msgstr "Licznik"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -215,25 +215,25 @@ msgstr ""
"błędów pobierania lub podczas startu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "Zaplecze DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Katalog DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Instancja DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Raport DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Limit czasu restartu DNS"
@@ -241,15 +241,15 @@ msgstr "Limit czasu restartu DNS"
msgid "Date"
msgstr "Data"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Wyłącz pozwolenie na DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Wyłącz restart DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -257,7 +257,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Wyłącz selektywne białe listy DNS (RPZ-PASSTHRU)."
@@ -269,47 +269,47 @@ msgstr "Domena"
msgid "Domains"
msgstr "Domeny"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Nie sprawdzaj certyfikatów SSL serwera podczas pobierania."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Niezabezpieczone pobieranie"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Parametry pobierania"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Kolejka pobierania"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Narzędzie 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:360
msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Licznik powiadomień e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Profil e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Temat e-mail"
@@ -323,11 +323,17 @@ msgstr "Czarna lista"
msgid "Edit Whitelist"
msgstr "Biała lista"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Włącz SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Włącz umiarkowane filtry SafeSearch dla youtube."
@@ -335,7 +341,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:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Włącz rejestrowanie debugowania w przypadku wystąpienia błędów w "
@@ -360,11 +366,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Istniejące zadania"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Zewnętrzna domena wyszukiwania DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -373,7 +379,7 @@ msgstr ""
"sukcesem. Uwaga: Aby wyłączyć to zaznaczenie, należy ustawić opcję na "
"'false'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Instancja piąta"
@@ -389,18 +395,14 @@ msgstr "Porty zapory, które powinny być wymuszane lokalnie."
msgid "Firewall source zones that should be forced locally."
msgstr "Strefy źródłowe zapory, które powinny być wymuszane 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:442
msgid "First instance (default)"
msgstr "Instancja pierwsza (domyślna)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Opróżnij pamięć podręczną DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Wymuś lokalny DNS"
@@ -413,15 +415,15 @@ msgstr "Wymuszone porty"
msgid "Forced Zones"
msgstr "Strefy wymuszone"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Instancja czwarta"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Zbierz ruch sieciowy związany z DNS za pośrednictwem tcpdump i na żądanie "
"dostarczaj raport DNS. Uwaga: wymaga to dodatkowej instalacji pakietu "
@@ -439,7 +441,7 @@ msgstr "Udziel dostępu LuCI do aplikacji adblock"
msgid "Information"
msgstr "Informacje"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Katalog więzienia"
@@ -463,7 +465,7 @@ msgstr "Limit SafeSearch dla certyfikowanych dostawców."
msgid "Line number to remove"
msgstr "Numer wiersza do usunięcia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Lista dostępnych urządzeń sieciowych używanych przez tcpdump."
@@ -476,7 +478,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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -484,7 +486,7 @@ msgstr ""
"Lista obsługiwanych zapleczy DNS z domyślnym katalogiem list. Aby zastąpić "
"domyślną ścieżkę, użyj opcji 'Katalog DNS'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Lista obsługiwanych i wstępnie skonfigurowanych narzędzi do pobierania."
@@ -494,11 +496,11 @@ msgstr ""
msgid "Log View"
msgstr "Widok dziennika"
-#: 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:375
msgid "Low Priority Service"
msgstr "Usługa niskopriorytetowa"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -519,7 +521,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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie e-mail."
@@ -533,7 +535,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -541,7 +543,7 @@ msgstr ""
"Zwiększ liczbę powiadomień, aby otrzymywać wiadomości e-mail 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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Adres odbiorcy dla powiadomień e-mail adblocka."
@@ -553,7 +555,7 @@ msgstr ""
"Przekieruj wszystkie zapytania DNS z określonych stref do lokalnego "
"resolwera DNS, dotyczy protokołów UDP i TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -582,7 +584,7 @@ msgstr "Harmonogram..."
msgid "Refresh..."
msgstr "Odświeżanie..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Odpoczynek SafeSearch"
@@ -594,39 +596,39 @@ msgstr "Przeładuj"
msgid "Remove an existing job"
msgstr "Usuń istniejące zadanie"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Zgłoś liczbę fragmentów"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Zgłoś wielkość porcji"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Katalog raportów"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Interfejs raportowania"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Porty raportowania"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
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:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
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:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Rozwiązuj adresy IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
"Rozwiązuj raportowane adresy IP za pomocą odwrotnych wyszukiwań DNS (PTR)."
@@ -661,11 +663,11 @@ msgstr "Uruchomione narzędzia"
msgid "Save"
msgstr "Zapisz"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Instancja druga"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -673,7 +675,7 @@ msgstr ""
"Wysyłaj powiadomienia e-mail związane z adblock. Uwaga: wymaga to dodatkowej "
"instalacji pakietu 'msmtp'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
@@ -681,7 +683,7 @@ msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
msgid "Set a new adblock job"
msgstr "Ustaw nowe zadanie adblocka"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Ustaw instancję backendu DNS używaną przez adblocka."
@@ -689,7 +691,7 @@ msgstr "Ustaw instancję backendu DNS używaną przez adblocka."
msgid "Settings"
msgstr "Ustawienia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -697,11 +699,11 @@ 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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Źródła (wielkość, skupienie)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump."
@@ -721,20 +723,20 @@ msgstr "Status / Wersja"
msgid "Suspend"
msgstr "Wstrzymaj"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Katalog docelowy dla plików raportów związanych z 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:403
msgid "Target directory for blocklist backups."
msgstr "Katalog docelowy dla kopii zapasowych listy blokującej."
-#: 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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'."
@@ -767,7 +769,7 @@ msgstr ""
"Dane wyjściowe dziennika systemowego, wstępnie przefiltrowane dla informacji "
"związanych z adblockiem."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Instancja trzecia"
@@ -804,7 +806,7 @@ msgstr ""
msgid "Time"
msgstr "Czas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Limit czasu oczekiwania na pomyślne ponowne uruchomienie zaplecza DNS."
@@ -820,7 +822,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Temat dla powiadomień e-mail adblocka."
@@ -828,7 +830,7 @@ msgstr "Temat dla powiadomień e-mail adblocka."
msgid "Total DNS Requests"
msgstr "Łączna liczba żądań DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Opóźnienie wyzwalacza"
@@ -837,12 +839,12 @@ 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:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Warianty"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Pełne rejestrowanie debugowania"
@@ -859,15 +861,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Biała lista ..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -875,14 +877,17 @@ 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:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr "Specjalne opcje konfiguracji dla wybranego narzędzia do pobierania."
diff --git a/applications/luci-app-adblock/po/pt/adblock.po b/applications/luci-app-adblock/po/pt/adblock.po
index 75e12cc56a..3124349cda 100644
--- a/applications/luci-app-adblock/po/pt/adblock.po
+++ b/applications/luci-app-adblock/po/pt/adblock.po
@@ -43,7 +43,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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Priosional"
@@ -51,7 +51,7 @@ msgstr "Lista de Bloqueio Priosional"
msgid "Additional Settings"
msgstr "Configurações adicionais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Atraso adicional do gatilho em segundos antes do processamento do adblock "
@@ -69,11 +69,11 @@ msgstr "Configurações avançadas de E-Mail"
msgid "Advanced Report Settings"
msgstr "Configurações Avançadas do Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Permitir os IPs dos clientes locais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -87,15 +87,15 @@ msgstr ""
msgid "Answer"
msgstr "Resposta"
-#: 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:403
msgid "Backup Directory"
msgstr "Diretório do Backup"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Diretório Base Temporário"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Lista negra..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Bloquear IPs de clientes locais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -140,7 +140,7 @@ msgstr "Solicitações de DNS bloqueadas"
msgid "Blocked Domains"
msgstr "Domínios Bloqueados"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Cópia de Segurança da Lista de Bloqueio"
@@ -156,7 +156,7 @@ msgstr "Pesquisando a Lista de Bloqueio..."
msgid "Blocklist Sources"
msgstr "Origem da Blocklist"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -175,8 +175,8 @@ msgstr ""
msgid "Cancel"
msgstr "Cancelar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Categorias"
@@ -197,8 +197,8 @@ msgid ""
msgstr ""
"Configuração do pacote de adblock para bloquear domínios de anúncios/abuso "
"usando DNS. Para obter mais informações <a href=\"https://github.com/openwrt/"
-"packages/blob/master/net/adblock/files/README.md\" target=\"_blank\" rel="
-"\"noreferrer noopener\" >verifique a documentação on-line</a>"
+"packages/blob/master/net/adblock/files/README.md\" target=\"_blank\" "
+"rel=\"noreferrer noopener\" >verifique a documentação on-line</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -206,7 +206,7 @@ msgstr ""
msgid "Count"
msgstr "Contagem"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -215,25 +215,25 @@ msgstr ""
"usados em caso de erros de descarregamento ou durante a inicialização."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "Infraestrutura do DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Diretório DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Instância de DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Relatório do DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS"
@@ -241,15 +241,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date"
msgstr "Data"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -257,7 +257,7 @@ msgstr ""
"Desativar o adblock 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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desativar a lista branca de DNS (RPZ-PASSTHRU)."
@@ -269,47 +269,47 @@ msgstr "Domínio"
msgid "Domains"
msgstr "Domínios"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Não verificar os certificados de SSL do servidor durante a descarrega."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Descarregar inseguro"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Parâmetros de Descarregamento"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Fila de Descarregamento"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Ferramenta para Descarregar"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Notificação por e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Perfil de e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
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:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Assunto do e-mail"
@@ -323,11 +323,17 @@ msgstr "Editar Lista Negra"
msgid "Edit Whitelist"
msgstr "Editar lista de permissões"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Ativar o SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Ativar os filtros SafeSearch de forma moderada para o Youtube."
@@ -335,7 +341,7 @@ msgstr "Ativar os filtros SafeSearch de forma moderada para o Youtube."
msgid "Enable the adblock service."
msgstr "Ativar o serviço adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Ativa o registo de depuração detalhado para casos de todos os erros de "
@@ -361,11 +367,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
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:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -374,7 +380,7 @@ msgstr ""
"infraestrutura do DNS. Nota: defina como 'falsa' para desativar esta "
"verificação."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Quinta instância"
@@ -390,18 +396,14 @@ msgstr "Portas da firewall que devem ser localmente forçadas."
msgid "Firewall source zones that should be forced locally."
msgstr "Zonas fonte da firewall que devem ser localmente forçadas."
-#: 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:442
msgid "First instance (default)"
msgstr "Primeira instância (padrão)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Limpar o cache de DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Também limpar o Cache do DNS antes do adblock."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Forçar o DNS Local"
@@ -414,15 +416,15 @@ msgstr "Portas forçadas"
msgid "Forced Zones"
msgstr "Zonas forçadas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Quarta instância"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Reúna o tráfego de rede relacionado ao DNS através do tcpdump e forneça um "
"Relatório do DNS em tempo real. Nota: é necessário a instalação adicional do "
@@ -441,7 +443,7 @@ msgstr "Conceder acesso à app LuCI adblock"
msgid "Information"
msgstr "Informação"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Diretório Prisional"
@@ -465,7 +467,7 @@ msgstr "Limite o SafeSearch a determinados provedores."
msgid "Line number to remove"
msgstr "Número da linha a remover"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Lista de aparelhos da rede disponíveis que foram usados pelo tcpdump."
@@ -478,7 +480,7 @@ msgstr ""
"'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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -487,7 +489,7 @@ msgstr ""
"de diretório. Para substituir o caminho predefinido, use a opção 'Diretório "
"DNS'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Lista de ferramentas de descarregamento suportadas e completamente pré-"
@@ -498,11 +500,11 @@ msgstr ""
msgid "Log View"
msgstr "Vista do registo log"
-#: 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:375
msgid "Low Priority Service"
msgstr "Serviço de Baixa Prioridade"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -523,7 +525,7 @@ msgstr "Ainda não há registos relacionados ao adblock!"
msgid "Overview"
msgstr "Visão Geral"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil dos e-mails de notificação do adblock utilizado por 'msmtp'."
@@ -537,7 +539,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -545,7 +547,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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Endereço do destinatário para e-mails de notificação do adblock."
@@ -557,7 +559,7 @@ msgstr ""
"Redirecionar todas as consultas DNS de zonas especificadas para o resolvedor "
"DNS local, aplica-se ao protocolo UDP e TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -587,7 +589,7 @@ msgstr "Atualizando o Temporizador..."
msgid "Refresh..."
msgstr "Atualizar..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Alivie o SafeSearch"
@@ -599,39 +601,39 @@ msgstr "Recarregar"
msgid "Remove an existing job"
msgstr "Remover uma tarefa existente"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Relatar Contagem de Porções"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Tamanho de Porções de Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Diretório de Relatórios"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Interface de Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Relatório das Portas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
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:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
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:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Resolver IPs"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
"Resolver os endereços IP de emissão de relatórios a usar pesquisas de DNS "
@@ -667,11 +669,11 @@ msgstr "Executar Utilitários"
msgid "Save"
msgstr "Guardar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Segunda instância"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -679,7 +681,7 @@ msgstr ""
"Envie e-mails de notificação relacionados ao adblock. Note que: a instalação "
"adicional do pacote 'msmtp' é necessária."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Endereço E-Mail do remetente para as notificações do adblock."
@@ -687,7 +689,7 @@ msgstr "Endereço E-Mail do remetente para as notificações do adblock."
msgid "Set a new adblock job"
msgstr "Definir uma nova tarefa de adblock"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Defina a instância do backend de dns usada pela adblock."
@@ -695,7 +697,7 @@ msgstr "Defina a instância do backend de dns usada pela adblock."
msgid "Settings"
msgstr "Configurações"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -703,11 +705,11 @@ msgstr ""
"Tamanho da fila de descarregamento para o processamento de descarregamento "
"(incl. classificação, fusão etc.) em paralelo."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
@@ -727,20 +729,20 @@ msgstr "Condição geral / versão"
msgid "Suspend"
msgstr "Suspender"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Diretório de destino para ficheiros de relatório relacionados ao 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:403
msgid "Target directory for blocklist backups."
msgstr "Diretório de destino para os backups de listas de bloqueio."
-#: 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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
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 "
@@ -774,7 +776,7 @@ msgstr ""
"A saída do syslog, pré-filtrada somente para mensagens relacionadas ao "
"adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Terceira instância"
@@ -810,7 +812,7 @@ msgstr ""
msgid "Time"
msgstr "Tempo"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@@ -826,7 +828,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
"Defina o assunto dos e-mails que serão usados nas notificações do adblock."
@@ -835,7 +837,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr "Total de solicitações de DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Atraso do Gatilho"
@@ -844,12 +846,12 @@ msgstr "Atraso do Gatilho"
msgid "Unable to save changes: %s"
msgstr "Impossível gravar as modificações: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Variantes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Registos detalhados de depuração"
@@ -866,15 +868,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista Branca..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "BIND (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -882,14 +884,17 @@ 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:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Também limpar o Cache do DNS antes do adblock."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr ""
#~ "Opções especiais de configuração para o utilitário de descarregamento "
diff --git a/applications/luci-app-adblock/po/pt_BR/adblock.po b/applications/luci-app-adblock/po/pt_BR/adblock.po
index 8f7ce57b77..ac7307831c 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Atraso de gatilho adicional em segundos antes do processamento do adblock "
@@ -72,11 +72,11 @@ msgstr "Configurações Avançadas do E-Mail"
msgid "Advanced Report Settings"
msgstr "Configurações Avançadas do Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Permita os IPs dos clientes locais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -90,15 +90,15 @@ msgstr ""
msgid "Answer"
msgstr "Resposta"
-#: 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:403
msgid "Backup Directory"
msgstr "Diretório da cópia de segurança"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Diretório Base Temporário"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -120,11 +120,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Lista negra..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Bloqueie os IPs dos clientes locais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -143,7 +143,7 @@ msgstr "Requisições bloqueadas do DNS"
msgid "Blocked Domains"
msgstr "Domínios Bloqueados"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Cópia de Segurança da Lista de Bloqueio"
@@ -159,7 +159,7 @@ msgstr "Pesquisando a Lista de Bloqueio..."
msgid "Blocklist Sources"
msgstr "Fontes das listas de bloqueio"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -178,8 +178,8 @@ msgstr ""
msgid "Cancel"
msgstr "Cancelar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Categorias"
@@ -200,8 +200,8 @@ msgid ""
msgstr ""
"Configuração do pacote de adblock para bloquear domínios de anúncio/abuso "
"usando DNS. Para obter mais informações <a href=\"https://github.com/openwrt/"
-"packages/blob/master/net/adblock/files/README.md\" target=\"_blank\" rel="
-"\"noreferrer noopener\" >verifique a documentação on-line</a>"
+"packages/blob/master/net/adblock/files/README.md\" target=\"_blank\" "
+"rel=\"noreferrer noopener\" >verifique a documentação on-line</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -209,7 +209,7 @@ msgstr ""
msgid "Count"
msgstr "Contagem"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -218,25 +218,25 @@ 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:237
-#: 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:427
msgid "DNS Backend"
msgstr "Infraestrutura do DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Diretório DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Instância DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Relatório do DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS"
@@ -244,15 +244,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date"
msgstr "Dia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -260,7 +260,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desative a lista branca do DNS (RPZ-PASSTHRU)."
@@ -272,47 +272,47 @@ msgstr "Domínio"
msgid "Domains"
msgstr "Domínios"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Não verifique os certificados do servidor SSL durante o download."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Download inseguro"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Parâmetros de Download"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Fila de Download"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Ferramenta para Baixar"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Notificação por E-Mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-Mail do Perfil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
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:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Assunto do E-Mail"
@@ -326,11 +326,17 @@ msgstr "Editar a Lista Negra"
msgid "Edit Whitelist"
msgstr "Editar a Lista Branca"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Ativar o SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Ativar os filtros SafeSearch de forma moderada para o youtube."
@@ -338,7 +344,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:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
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 "
@@ -364,11 +370,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
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:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -377,7 +383,7 @@ msgstr ""
"infraestrutura do DNS. Nota: Defina como 'falsa' para desativar esta "
"verificação."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Quinta instância"
@@ -393,18 +399,14 @@ msgstr "As portas do firewall que devem ser impostas localmente."
msgid "Firewall source zones that should be forced locally."
msgstr "Zonas de origem do firewall que devem ser imposta 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:442
msgid "First instance (default)"
msgstr "Primeira instância (padrão)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Limpar a Cache do DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Usar o DNS Local"
@@ -417,15 +419,15 @@ msgstr "Portas Impostas"
msgid "Forced Zones"
msgstr "Zonas Impostas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Quarta instância"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Reúna o tráfego de rede relacionado ao DNS através do tcpdump e forneça um "
"Relatório do DNS em tempo real. Nota: É necessário a instalação adicional do "
@@ -444,7 +446,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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Diretório Prisional"
@@ -468,7 +470,7 @@ msgstr "Limite o SafeSearch a determinados fornecedores."
msgid "Line number to remove"
msgstr "O número da linha para remover"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
"Lista de dispositivos da rede disponíveis que foram usados pelo tcpdump."
@@ -482,7 +484,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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -491,7 +493,7 @@ msgstr ""
"de diretório. Para substituir o caminho predefinido, use a opção 'Diretório "
"DNS'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download."
@@ -500,11 +502,11 @@ msgstr "Lista de ferramentas compatíveis e já pré-configuradas para download.
msgid "Log View"
msgstr "Exiba o registro log"
-#: 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:375
msgid "Low Priority Service"
msgstr "Serviço de Baixa Prioridade"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -525,7 +527,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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
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 "
@@ -541,7 +543,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -549,7 +551,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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
"Endereço do E-Mail do destinatário para o recebimento das notificações do "
@@ -563,7 +565,7 @@ msgstr ""
"Redirecione todas as consultas DNS das zonas especificadas para o resolvedor "
"do DNS local, aplica-se ao protocolo UDP e TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -594,7 +596,7 @@ msgstr "Atualizando o Temporizador..."
msgid "Refresh..."
msgstr "Atualizar..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Alivie o SafeSearch"
@@ -606,39 +608,39 @@ msgstr "Recarregar"
msgid "Remove an existing job"
msgstr "Exclua uma tarefa já existente"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Contagem de Pedaços do Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Tamanho dos Pedaços do Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Diretório do Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Interface do Relatório"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Relatório das Portas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
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:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
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:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Resolva os IPs"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
"Resolva os endereços IP reportados usando a pesquisa reversa do DNS (PTR)."
@@ -673,11 +675,11 @@ msgstr "Executar Utilitários"
msgid "Save"
msgstr "Salvar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Segunda instância"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -685,7 +687,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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
"Endereço E-Mail do remetente para as notificações do bloqueador de anúncios."
@@ -694,7 +696,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr "Defina uma nova tarefa ao adblock"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Defina a estrutura da instância do dns usado pelo adblock."
@@ -702,7 +704,7 @@ msgstr "Defina a estrutura da instância do dns usado pelo adblock."
msgid "Settings"
msgstr "Configurações"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -710,11 +712,11 @@ 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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
@@ -734,20 +736,20 @@ msgstr "Condição Geral / Versão"
msgid "Suspend"
msgstr "Suspender"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr ""
"Diretório de destino dos relatórios para os arquivos relacionados ao 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:403
msgid "Target directory for blocklist backups."
msgstr "O diretório de destino para os backups da lista de bloqueio."
-#: 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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
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 "
@@ -780,7 +782,7 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
"Saída do syslog, previamente filtrada para mensagens relacionadas ao adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Terceira instância"
@@ -818,7 +820,7 @@ msgstr ""
msgid "Time"
msgstr "Tempo"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@@ -834,7 +836,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
"Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador "
@@ -844,7 +846,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr "Total das solicitações do DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Gatilho de Atraso"
@@ -853,12 +855,12 @@ 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:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Variantes"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Registros Detalhados de Depuração"
@@ -875,15 +877,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista Branca..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -891,14 +893,17 @@ 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:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr ""
#~ "Opções especiais de configuração para o utilitário de download "
diff --git a/applications/luci-app-adblock/po/ro/adblock.po b/applications/luci-app-adblock/po/ro/adblock.po
index d48580377b..ad1b70e799 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Lista blocurilor de închisori suplimentare"
@@ -52,7 +52,7 @@ msgstr "Lista blocurilor de închisori suplimentare"
msgid "Additional Settings"
msgstr "Setări suplimentare"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Întârziere adițională înainte ca procesarea adblock-ului să înceapă (în "
@@ -70,11 +70,11 @@ msgstr "Setări avansate de e-mail"
msgid "Advanced Report Settings"
msgstr "Setări Avansate Raport"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Permiteți IP-urile clienților locali"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -88,15 +88,15 @@ msgstr ""
msgid "Answer"
msgstr "Răspuns"
-#: 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:403
msgid "Backup Directory"
msgstr "Director copie de siguranţă"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Directorul Temp de bază"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Lista de Interzise..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Blocați IP-urile clienților locali"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -140,7 +140,7 @@ msgstr "Solicitări DNS blocate"
msgid "Blocked Domains"
msgstr "Domenii Blocate"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Copie de Rezervă Pentru Lista de Blocate"
@@ -156,7 +156,7 @@ msgstr "Interogare Lista de Blocare..."
msgid "Blocklist Sources"
msgstr "Surse din lista de blocuri"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -175,8 +175,8 @@ msgstr ""
msgid "Cancel"
msgstr "Anulare"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Categorii"
@@ -197,8 +197,9 @@ msgid ""
msgstr ""
"Configurarea pachetului adblock pentru a bloca reclamele/domeniile abuzive "
"prin utilizarea DNS. Pentru informații suplimentare <a href=\"https://github."
-"com/openwrt/packages/blob/master/net/adblock/files/README.md\" target="
-"\"_blank\" rel=\"noreferrer noopener\" >verificați documentația online</a>"
+"com/openwrt/packages/blob/master/net/adblock/files/README.md\" "
+"target=\"_blank\" rel=\"noreferrer noopener\" >verificați documentația "
+"online</a>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -206,7 +207,7 @@ msgstr ""
msgid "Count"
msgstr "Număr"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -215,25 +216,25 @@ msgstr ""
"utilizate în cazul erorilor de descărcare sau în timpul pornirii."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS Backend"
-#: 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:437
msgid "DNS Directory"
msgstr "Director DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Instanța DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Raport DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Timp Repornire DNS"
@@ -241,15 +242,15 @@ msgstr "Timp Repornire DNS"
msgid "Date"
msgstr "Data"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Dezactivare Permite DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Dezactivare Repornire DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -257,7 +258,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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Dezactivați lista albă DNS selectivă (RPZ-PASSTHRU)."
@@ -269,47 +270,47 @@ msgstr "Domeniu"
msgid "Domains"
msgstr "Domenii"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Nu verificați certificatele serverului SSL în timpul descărcării."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Descărcați Insecure"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Parametrii de descărcare"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Coadă de descărcare"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Utilitar 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:360
msgid "E-Mail Notification"
msgstr "Notificare prin e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Profil de e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Adresa de e-mail a destinatarului"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Adresa expeditorului de e-mail"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Subiect E-Mail"
@@ -323,11 +324,17 @@ msgstr "Editare listă neagră"
msgid "Edit Whitelist"
msgstr "Editare listă albă"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Activare Căutare Sigură"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Activare filtre moderate SafeSearch pentru YouTube."
@@ -335,7 +342,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:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Activați jurnalizarea verbală a depanării în cazul în care apar erori de "
@@ -361,11 +368,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Loc de muncă existent(e)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Domeniul de căutare DNS extern"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -374,7 +381,7 @@ msgstr ""
"rugăm să rețineți: pentru a dezactiva această verificare, setați această "
"opțiune pe „falsă”."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "A cincea instanță"
@@ -390,18 +397,14 @@ msgstr "Porturile firewall care trebuie forțate la nivel local."
msgid "Firewall source zones that should be forced locally."
msgstr "Zonele sursă de firewall care ar trebui să fie forțate la nivel local."
-#: 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:442
msgid "First instance (default)"
msgstr "Prima instanță (implicit)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Eliberează cache-ul DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Spălare memoria cache DNS înainte de procesarea adblock."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Forţează DNS Local"
@@ -414,15 +417,15 @@ msgstr "Porturi forțate"
msgid "Forced Zones"
msgstr "Zonele forțate"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "A patra instanță"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Adunare trafic de rețea aferent DNS prin tcpdump și realizare raport DNS la "
"cerere. Vă rugăm să rețineți: aceasta necesită instalare suplimentară a "
@@ -441,7 +444,7 @@ msgstr "Acordă acces la aplicația LuCI adblock"
msgid "Information"
msgstr "Informație"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Director Închisoare"
@@ -465,7 +468,7 @@ msgstr "Limitați SafeSearch la anumiți furnizori."
msgid "Line number to remove"
msgstr "Numărul liniei de eliminat"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Lista dispozitivelor de rețea utilizate de tcpdump."
@@ -478,7 +481,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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -486,7 +489,7 @@ msgstr ""
"Lista DNS-urilor acceptate cu directorul lor al listelor implicite. Pentru a "
"rescrie calea implicită, utilizați opțiunea „Director DNS”."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista utilităților de descărcare acceptate și complet pre-configurate."
@@ -495,11 +498,11 @@ msgstr "Lista utilităților de descărcare acceptate și complet pre-configurat
msgid "Log View"
msgstr "Vizualizare jurnal"
-#: 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:375
msgid "Low Priority Service"
msgstr "Serviciu cu prioritate scăzută"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -520,7 +523,7 @@ msgstr "Nu există încă jurnale adblock!"
msgid "Overview"
msgstr "Prezentare generală"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilizat de „msmtp” pentru e-mailurile de notificare adblock."
@@ -534,7 +537,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -542,7 +545,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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Adresa destinatarului pentru e-mailurile de notificare adblock."
@@ -554,7 +557,7 @@ msgstr ""
"Redirecționează toate interogările DNS din zonele specificate către "
"rezolvatorul DNS local; se aplică protocoalelor UDP și TCP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -584,7 +587,7 @@ msgstr "Cronometru de reîmprospătare..."
msgid "Refresh..."
msgstr "Reîmprospătați..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Relaxare SafeSearch"
@@ -596,39 +599,39 @@ msgstr "Reîncărcare"
msgid "Remove an existing job"
msgstr "Îndepărtarea unei lucrări existente"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Raportați numărul de bucăți"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Raportați dimensiunea bucăților"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Director de rapoarte"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Raport de interfață"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Raport porturi"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "Raportează numărul de bucăți utilizate de tcpdump."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Raportează dimensiunea chunk folosită de tcpdump în MByte."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Rezolvarea IP-urilor"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
"Rezolvarea adreselor IP de raportare prin utilizarea căutărilor DNS invers "
@@ -664,11 +667,11 @@ msgstr "Rulați Utils"
msgid "Save"
msgstr "Salvați"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "A doua instanță"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -676,7 +679,7 @@ msgstr ""
"Trimiteți e-mailuri de notificare legate de adblock. Vă rugăm să rețineți: "
"acest lucru necesită instalarea suplimentară a pachetului 'msmtp'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Adresa expeditorului pentru e-mailurile de notificare adblock."
@@ -684,7 +687,7 @@ msgstr "Adresa expeditorului pentru e-mailurile de notificare adblock."
msgid "Set a new adblock job"
msgstr "Setați un nou job adblock"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Stabilește instanța dns backend utilizată de adblock."
@@ -692,7 +695,7 @@ msgstr "Stabilește instanța dns backend utilizată de adblock."
msgid "Settings"
msgstr "Setări"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -700,11 +703,11 @@ msgstr ""
"Dimensiunea cozii de descărcare pentru procesarea descărcărilor (inclusiv "
"sortare, fuziune etc.) în paralel."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Surse (mărime, focalizare)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Lista de porturi utilizate de tcpdump, separate prin spații."
@@ -724,19 +727,20 @@ msgstr "Stare / Versiune"
msgid "Suspend"
msgstr "Suspendați"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Directorul țintă pentru fișierele de raportare referitoare la 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:403
msgid "Target directory for blocklist backups."
msgstr "Directorul țintă pentru copiile de rezervă ale listei de blocare."
-#: 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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
-msgstr "Directorul țintă pentru lista de blocuri generată \"adb_list.overall\"."
+msgstr ""
+"Directorul țintă pentru lista de blocuri generată \"adb_list.overall\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
"Directorul de destinație pentru lista de blocuri jail generată \"adb_list."
@@ -768,7 +772,7 @@ msgstr "Porțiunea de minute (opțional, interval: 0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Ieșirea syslog, prefiltrată numai pentru mesajele legate de adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "A treia instanță"
@@ -806,7 +810,7 @@ msgstr ""
msgid "Time"
msgstr "Timp"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Timpul de așteptare pentru o repornire reușită a backend-ului DNS."
@@ -822,7 +826,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "Top 10 statistici"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Subiect pentru e-mailuri de notificare adblock."
@@ -830,7 +834,7 @@ msgstr "Subiect pentru e-mailuri de notificare adblock."
msgid "Total DNS Requests"
msgstr "Solicitări DNS totale"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Intârzierea declanșării"
@@ -839,12 +843,12 @@ msgstr "Intârzierea declanșării"
msgid "Unable to save changes: %s"
msgstr "Nu se pot salva modificările: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Variante"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Jurnalizare Verbală de Depanare"
@@ -861,15 +865,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Lista albă..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "legare (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -877,14 +881,17 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "dimensiunea maximă a setului de rezultate"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "brut (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "fără legătură (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Spălare memoria cache DNS înainte de procesarea adblock."
+
#~ msgid "Blocked Domain"
#~ msgstr "Domeniu blocat"
diff --git a/applications/luci-app-adblock/po/ru/adblock.po b/applications/luci-app-adblock/po/ru/adblock.po
index 82bacbb803..3a27d53f19 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "Дополнительная задержка в секундах до начала работы Adblock."
@@ -73,11 +73,11 @@ msgstr "Расширенные настройки электронной поч
msgid "Advanced Report Settings"
msgstr "Расширенные настройки отчётов"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Разрешить локальные IP-адреса клиента"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -91,15 +91,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "Папка для резервных копий"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Расположение временных файлов"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -120,11 +120,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Чёрный список..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Блокировать локальные IP-адреса клиента"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -143,7 +143,7 @@ msgstr "Заблокированные DNS-запросы"
msgid "Blocked Domains"
msgstr "Блокируемые домены"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Резервная копия чёрного списка"
@@ -159,7 +159,7 @@ msgstr "Поиск по чёрному списку..."
msgid "Blocklist Sources"
msgstr "Источники черного списка"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -178,8 +178,8 @@ msgstr ""
msgid "Cancel"
msgstr "Отмена"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Категории"
@@ -199,9 +199,10 @@ msgid ""
"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>"
+"помощью 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:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -209,7 +210,7 @@ msgstr ""
msgid "Count"
msgstr "Количество"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -218,25 +219,25 @@ msgstr ""
"различных проблемах с загрузкой или во время запуска."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "Служба DNS"
-#: 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:437
msgid "DNS Directory"
msgstr "Папка DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "Экземляр DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "Отчёт DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Тайм-аут перезапуска DNS"
@@ -244,15 +245,15 @@ msgstr "Тайм-аут перезапуска DNS"
msgid "Date"
msgstr "Дата"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Отключить пропуск DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Отключить перезагрузки DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -260,7 +261,7 @@ msgstr ""
"Отключить перезапуски служб DNS с функциями автозагрузки/inotify, вызываемые "
"Adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Отключить выборочные белые списки DNS (RPZ-PASSTHRU)."
@@ -272,47 +273,47 @@ msgstr "Домен"
msgid "Domains"
msgstr "Домены"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "Не проверять SSL сертификаты сервера во время загрузки."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Небезопасная загрузка"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Параметры загрузки"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Очередь загрузки"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr "Уведомление по электронной почте"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Счётчик e-mail уведомлений"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "Профиль электронной почты"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Адрес получателя"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Адрес отправителя"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "Тема"
@@ -326,11 +327,17 @@ msgstr "Редактировать чёрный список"
msgid "Edit Whitelist"
msgstr "Редактировать белый список"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Включить Безопасный поиск"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Включить более умеренные фильтры Безопасного поиска для УouTube."
@@ -338,7 +345,7 @@ msgstr "Включить более умеренные фильтры Безоп
msgid "Enable the adblock service."
msgstr "Включить службу Adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Включить подробное формирование отчёта на случай возникновения ошибок."
@@ -362,11 +369,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Существующие задания"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Внешний домен DNS Lookup"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -375,7 +382,7 @@ msgstr ""
"<i>Обратите внимание: чтобы отключить эту проверку, установите для этой "
"опции значение «false».</i>"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Пятая инстанция"
@@ -391,18 +398,14 @@ msgstr "Порты файерволла, перенаправляемые лок
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "Очистка кэша DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Дополнительная очистка кэша DNS до его обработки Adblock."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Принудительный локальный DNS"
@@ -415,15 +418,15 @@ msgstr "Перенаправляемые порты"
msgid "Forced Zones"
msgstr "Перенаправляемые зоны"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Четвёртая инстанция"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Сбор информации о трафике DNS через tcpdump и создание отчётов DNS. <br /> "
"<i>Обратите внимание: для работы этой функции необходим пакет 'tcpdump-mini' "
@@ -441,7 +444,7 @@ msgstr "Предоставить доступ к приложению Adblock д
msgid "Information"
msgstr "Информация"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Папка для «тюрьмы»"
@@ -467,7 +470,7 @@ msgstr ""
msgid "Line number to remove"
msgstr "Номер строки для удаления"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Список доступных сетевых устройств, используемых tcpdump."
@@ -479,7 +482,7 @@ msgstr ""
"Список сетевых интерфейсов для запуска Adblock в случае их доступности. "
"Выберите «не определено» для стандартного запуска по тайм-ауту."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -487,7 +490,7 @@ msgstr ""
"Список поддерживаемых служб DNS с их каталогом по умолчанию. Чтобы "
"перезаписать путь по умолчанию, используйте опцию «Каталог DNS»."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Список поддерживаемых предварительно настроенных утилит для загрузки списков."
@@ -497,11 +500,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr "Низкий приоритет службы"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -522,7 +525,7 @@ msgstr "Ещё нет журналов, связанных с Adblock!"
msgid "Overview"
msgstr "Обзор"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Профиль, используемый 'msmtp' для отправки почтовых уведомлений."
@@ -535,7 +538,7 @@ msgid "Query active blocklists and backups for a specific domain."
msgstr ""
"Поиск определенного домена в активных списках блокировок и резервных копиях."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -543,7 +546,7 @@ msgstr ""
"Увеличение количества уведомлений для отправки письма в случае, если "
"количество блокировок не превышает указанного числа."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Адрес получателя для уведомлений по электронной почте."
@@ -555,7 +558,7 @@ msgstr ""
"Перенаправление всех DNS-запросов из указанных зон к локальной службе DNS "
"Lookup. Применяется к протоколам TCP и UDP."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -585,7 +588,7 @@ msgstr "Обновить таймер..."
msgid "Refresh..."
msgstr "Обновить..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Ослабить Безопасный поиск"
@@ -597,39 +600,39 @@ msgstr "Перезапустить"
msgid "Remove an existing job"
msgstr "Удалить существующее задание"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Количество фрагментов отчёта"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Размер фрагментов отчёта"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Папка для отчётов"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Интерфейсы в отчёте"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Порты в отчёте"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "Количество фрагментов отчёта, используемых tcpdump."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Размер фрагментов отчёта, используемых tcpdump, в мегабайтах."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "Разрешение IP-адресов"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "Разрешение IP-адресов в отчетах с помощью обратного поиска DNS (PTR)."
@@ -663,11 +666,11 @@ msgstr "Рабочие утилиты"
msgid "Save"
msgstr "Сохранить"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -675,7 +678,7 @@ msgstr ""
"Отправлять связанные с adblock уведомления на e-mail. Замечание: требуется "
"установка дополнительного пакета \"msmtp\"."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "E-Mail адрес отправителя уведомлений Adblock."
@@ -683,7 +686,7 @@ msgstr "E-Mail адрес отправителя уведомлений Adblock.
msgid "Set a new adblock job"
msgstr "Задать новое задание adblock"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Установить серверный экземпляр DNS, используемый adblock."
@@ -691,7 +694,7 @@ msgstr "Установить серверный экземпляр DNS, испо
msgid "Settings"
msgstr "Настройки"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -699,11 +702,11 @@ msgstr ""
"Размер очереди параллельной загрузки для обработки загрузки (вкл. "
"сортировку, слияние и т. д.)."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Источники (Размер, Фокусировка)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Разделенный пробелами список портов, используемых tcpdump."
@@ -723,19 +726,19 @@ msgstr "Статус / Версия"
msgid "Suspend"
msgstr "Приостановить"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Целевой каталог для файлов отчетов, связанных с 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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Папка для «тюремного» списка блокировки 'adb_list.jail'."
@@ -767,7 +770,7 @@ msgstr ""
"Вывод системного журнала, предварительно отфильтрованного только для показа "
"сообщений, связанных с Adblock."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Третья инстанция"
@@ -805,7 +808,7 @@ msgstr ""
msgid "Time"
msgstr "Время"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Тайм-аут ожидания успешного перезапуска службы DNS."
@@ -819,7 +822,7 @@ msgstr "Чтобы списки были актуальны, настройте
msgid "Top 10 Statistics"
msgstr "Топ-10 статистики"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Тема, используемая для отправки электронных писем."
@@ -827,7 +830,7 @@ msgstr "Тема, используемая для отправки электр
msgid "Total DNS Requests"
msgstr "Всего DNS-запросов"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Задержка запуска"
@@ -836,12 +839,12 @@ msgstr "Задержка запуска"
msgid "Unable to save changes: %s"
msgstr "Невозможно сохранить изменения: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Варианты"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Подробный журнал отладки"
@@ -858,15 +861,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Белый список..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -874,14 +877,17 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "макс. размер списка результатов"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Дополнительная очистка кэша DNS до его обработки Adblock."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr "Специальные опции конфигурации для выбранной утилиты загрузки."
@@ -1127,8 +1133,8 @@ msgstr "unbound (/var/lib/unbound)"
#~ "For further information <a href=\"%s\" target=\"_blank\">check the online "
#~ "documentation</a>"
#~ msgstr ""
-#~ "<br />Для получения дополнительной информации <a href=\"%s\" target="
-#~ "\"_blank\"> смотрите онлайн документацию</a>."
+#~ "<br />Для получения дополнительной информации <a href=\"%s\" "
+#~ "target=\"_blank\"> смотрите онлайн документацию</a>."
#~ msgid ""
#~ "For further performance improvements you can raise this value, e.g. '8' "
diff --git a/applications/luci-app-adblock/po/si/adblock.po b/applications/luci-app-adblock/po/si/adblock.po
index 90458f117c..fe5a4e97f7 100644
--- a/applications/luci-app-adblock/po/si/adblock.po
+++ b/applications/luci-app-adblock/po/si/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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -82,15 +82,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -127,7 +127,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -185,32 +185,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -218,21 +218,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -244,47 +244,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -298,11 +298,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -310,7 +316,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -332,17 +338,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -358,18 +364,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -382,15 +384,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -405,7 +407,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -429,7 +431,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -439,13 +441,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -454,11 +456,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -477,7 +479,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -489,13 +491,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -505,7 +507,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
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,7 +534,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -544,39 +546,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -610,17 +612,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -628,7 +630,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -636,17 +638,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -666,19 +668,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -708,7 +710,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -736,7 +738,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -750,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -758,7 +760,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -767,12 +769,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -787,15 +789,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -803,11 +805,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr ""
diff --git a/applications/luci-app-adblock/po/sk/adblock.po b/applications/luci-app-adblock/po/sk/adblock.po
index a4f60aed47..8ac318c740 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Dodatočné oneskorenie v sekundách pred začiatkom spracovania blokovania "
@@ -70,11 +70,11 @@ msgstr "Pokročilé nastavenia e-mailu"
msgid "Advanced Report Settings"
msgstr "Pokročilé nastavenia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Povoliť adresy IP miestnych klientov"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -85,15 +85,15 @@ msgstr ""
msgid "Answer"
msgstr "Odpoveď"
-#: 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:403
msgid "Backup Directory"
msgstr "Záložný priečinok"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Základný Temp priečinok"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Zoznam zakázaných domén..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Blokovať adresy IP miestnych klientov"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -132,7 +132,7 @@ msgstr "Zablokované požiadavky servera DNS"
msgid "Blocked Domains"
msgstr "Blokované domény"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Záloha zoznamu blokovaných domén"
@@ -148,7 +148,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Zdroje zoznamov blokovaní"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel"
msgstr "Zrušiť"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategórie"
@@ -190,32 +190,32 @@ msgstr ""
msgid "Count"
msgstr "Počet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr "DNS adresár"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -223,21 +223,21 @@ msgstr ""
msgid "Date"
msgstr "Dátum"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -249,47 +249,47 @@ msgstr "Doména"
msgid "Domains"
msgstr "Domény"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Nástroj na sťahovanie"
-#: 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:360
msgid "E-Mail Notification"
msgstr "Upozornenie e-mailom"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "Adresa príjemcu e-mailu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -303,11 +303,17 @@ msgstr "Upraviť čiernu listinu"
msgid "Edit Whitelist"
msgstr "Upraviť bielu listinu"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -315,7 +321,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -337,17 +343,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -363,18 +369,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "Vyprázdniť medzipamäť DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -387,15 +389,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -410,7 +412,7 @@ msgstr ""
msgid "Information"
msgstr "Informácie"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -434,7 +436,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -444,13 +446,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -459,11 +461,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -482,7 +484,7 @@ msgstr ""
msgid "Overview"
msgstr "Prehľad"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -494,13 +496,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -510,7 +512,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -537,7 +539,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -549,39 +551,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -615,17 +617,17 @@ msgstr ""
msgid "Save"
msgstr "Uložiť"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -633,7 +635,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -641,17 +643,17 @@ msgstr ""
msgid "Settings"
msgstr "Nastavenia"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -671,19 +673,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -713,7 +715,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -741,7 +743,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -755,7 +757,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -763,7 +765,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -772,12 +774,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -792,15 +794,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -808,11 +810,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 8290e04d0c..dd40c60a9a 100644
--- a/applications/luci-app-adblock/po/sv/adblock.po
+++ b/applications/luci-app-adblock/po/sv/adblock.po
@@ -43,7 +43,7 @@ msgstr "Lägg till denna (under-)domän till din lokala svartlista."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Lägg till denna (under-)domän i din lokala vitlista."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Ytterligare arrest-blocklista"
@@ -51,7 +51,7 @@ msgstr "Ytterligare arrest-blocklista"
msgid "Additional Settings"
msgstr "Fler inställningar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Ytterligare trigger fördröjning i sekunder innan Adblock-bearbetningen "
@@ -69,11 +69,11 @@ msgstr "Avancerade e-post-inställingar"
msgid "Advanced Report Settings"
msgstr "Avancerade rapportinställningar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Tillåt lokala klienters IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -84,15 +84,15 @@ msgstr ""
msgid "Answer"
msgstr "Svar"
-#: 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:403
msgid "Backup Directory"
msgstr "Säkerhetskopiera mapp"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Tempkatalogbas"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -113,11 +113,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Svartlista..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Blockera lokala klienters IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -133,7 +133,7 @@ msgstr "Blockerade DNS-uppslag"
msgid "Blocked Domains"
msgstr "Blockerade domäner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Blockeringslistssäkerhetskopia"
@@ -149,7 +149,7 @@ msgstr "Blockeringslistsfråga..."
msgid "Blocklist Sources"
msgstr "Källor för blockeringslistor"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -167,8 +167,8 @@ msgstr ""
msgid "Cancel"
msgstr "Avbryt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategorier"
@@ -198,7 +198,7 @@ msgstr ""
msgid "Count"
msgstr "Räkna"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -207,25 +207,25 @@ msgstr ""
"uppstart i händelse av nedladdningsfel."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS-bakände"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS-mapp"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "DNS-instans"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS-rapport"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "Tidsgräns för DNS-omstart"
@@ -233,15 +233,15 @@ msgstr "Tidsgräns för DNS-omstart"
msgid "Date"
msgstr "Datum"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "Inaktivera DNS-tillåtelse"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "Inaktivera DNS-omstarter"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -249,7 +249,7 @@ msgstr ""
"Inaktivera annonsblockeringsstyrda omstarter av DNS-bakändar med autoload/"
"inotify funktionalitet."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -261,47 +261,47 @@ msgstr "Domän"
msgid "Domains"
msgstr "Domäner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Ladda ner osäkert"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "Ladda ner parametrar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Nedladdningskö"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "Ladda ner verktyget"
-#: 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:360
msgid "E-Mail Notification"
msgstr "E-postavisering"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "Antal E-postaviseringar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-postprofil"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "E-postmottagaradress"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "E-postämne"
@@ -315,11 +315,17 @@ msgstr "Redigera svartlista"
msgid "Edit Whitelist"
msgstr "Redigera vitlista"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "Aktivera SafeSearch"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Aktivera måttliga SafeSearch-filter för Youtube."
@@ -327,7 +333,7 @@ msgstr "Aktivera måttliga SafeSearch-filter för Youtube."
msgid "Enable the adblock service."
msgstr "Aktivera annonsblockerinstjänsten."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "Aktivera utförlig avlusningsloggning i händelse av behandlingsfel."
@@ -349,11 +355,11 @@ msgstr "Påtvingar SafeSearch på Google, Bing, DuckDuckGo, Yandex och Pixbay."
msgid "Existing job(s)"
msgstr "Befintliga jobb"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Extern DNS-uppslagsdomän"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -361,7 +367,7 @@ msgstr ""
"Extern domän för att verifiera en lyckad omstart av DNS-bakände. Notera: "
"Inaktivera denna verifiering genom att välja alternativet 'false'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Femte instans"
@@ -377,18 +383,14 @@ msgstr "Brandväggsportar som ska forceras lokalt."
msgid "Firewall source zones that should be forced locally."
msgstr "Brandväggskällzoner som ska forceras lokalt."
-#: 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:442
msgid "First instance (default)"
msgstr "Första instans (standard)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "Töm DNS-cache"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Spola också DNS-cachen innan annonsblockeringshantering."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Tvinga lokal DNS"
@@ -401,15 +403,15 @@ msgstr "Forcerade portar"
msgid "Forced Zones"
msgstr "Forcerade zoner"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Fjärde instans"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"Samla in DNS-relaterad nätverkstrafik med tcpdump och tillhandahåll en DNS-"
"rapport på begäran. Notera: detta kräver ytterligare installation av "
@@ -428,7 +430,7 @@ msgstr "Ge tillgång till LuCi-programmet annonsblockering"
msgid "Information"
msgstr "Information"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Arrestkatalog"
@@ -452,7 +454,7 @@ msgstr "Begränsa SafeSearch till vissa leverantörer."
msgid "Line number to remove"
msgstr "Radnummer att ta bort"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "Lista med tillgängliga nätverksenheter använda av tcpdump."
@@ -465,7 +467,7 @@ msgstr ""
"annonsblockeringen. Välj 'unspecified' för att använda en klassisk "
"upstartstidsgräns istället för en nätverksaktivering."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -473,7 +475,7 @@ msgstr ""
"Lista med tillgängliga DNS-bakändar med deras standardlistskatalog. För att "
"åsidosätta standardsökvägen; använd alternativet 'DNS-katalog'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "Lista över stödda och helt förkonfigurerade nedladdningsverktyg."
@@ -482,11 +484,11 @@ msgstr "Lista över stödda och helt förkonfigurerade nedladdningsverktyg."
msgid "Log View"
msgstr "Logutsikt"
-#: 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:375
msgid "Low Priority Service"
msgstr "Lågprioriterad tjänst"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -505,7 +507,7 @@ msgstr "Inga annonsblockerinsrelaterade loggar ännu!"
msgid "Overview"
msgstr "Överblick"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
"Profil som används av 'msmtp' för annonsblockeringsaviserinse-"
@@ -519,7 +521,7 @@ msgstr "Fråga"
msgid "Query active blocklists and backups for a specific domain."
msgstr "Fråga aktiva svartlistor och säkerhetskopior efter en given domän."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -527,7 +529,7 @@ msgstr ""
"Öka aviseringsantalet för att få e-post om den sammantagna spärrlistans "
"antal är mindre än eller lika med den givna gränsen."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Mottagande adress för annonsblockeringsaviserings-e-postmeddelanden."
@@ -539,7 +541,7 @@ msgstr ""
"Omdirigera alla DNS-frågor från specifika zoner till den lokala DNS-"
"utredaren, gäller för UDP- och TCP-protokoll."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -569,7 +571,7 @@ msgstr "Förnya stoppuret..."
msgid "Refresh..."
msgstr "Fräscha upp..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Slappna av SafeSearch"
@@ -581,39 +583,39 @@ msgstr "Ladda om"
msgid "Remove an existing job"
msgstr "Ta bort ett befintligt jobb"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Rapportera klimpantal"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Rapportera klimpstorlek"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Rapportkatalog"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Rapportgränssnitt"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Rapporthamnar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "Rapportera klimpantal använt av tcpdump."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Rapportera klimpstorlek som används av tcpdump i MByte."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -647,11 +649,11 @@ msgstr "Kör verktyg"
msgid "Save"
msgstr "Spara"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "Andra instans"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -659,7 +661,7 @@ msgstr ""
"Skicka adblock-relaterade aviseringar via e-post. Vänligen notera att: det "
"här kräver installation av 'msmtp'-paketet."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Avsändaradress för adblock-aviseringar via e-post."
@@ -667,7 +669,7 @@ msgstr "Avsändaradress för adblock-aviseringar via e-post."
msgid "Set a new adblock job"
msgstr "Ställ in ett nytt adblock-jobb"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Ställ in DNS-bakändens instans som används av adblock."
@@ -675,17 +677,17 @@ msgstr "Ställ in DNS-bakändens instans som används av adblock."
msgid "Settings"
msgstr "Inställningar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Källor (Storlek, Fokus)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "Utrymmesseparerad lista över portar som används av tcpdump."
@@ -705,19 +707,19 @@ msgstr "Status / Version"
msgid "Suspend"
msgstr "Stäng av"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "Målmapp för DNS-relaterade rapport-filer."
-#: 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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Målmapp för den genererade blockeringslistan 'adb_list.overall'."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -747,7 +749,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -775,7 +777,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -789,7 +791,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -797,7 +799,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -806,12 +808,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -826,15 +828,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -842,14 +844,17 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr ""
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Spola också DNS-cachen innan annonsblockeringshantering."
+
#~ msgid "- unspecified -"
#~ msgstr "- ospecificerad -"
diff --git a/applications/luci-app-adblock/po/templates/adblock.pot b/applications/luci-app-adblock/po/templates/adblock.pot
index 710a216f69..7caeb81f99 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -58,11 +58,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -73,15 +73,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -98,11 +98,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -118,7 +118,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -134,7 +134,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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,8 +149,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -176,32 +176,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -209,21 +209,21 @@ msgstr ""
msgid "Date"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -235,47 +235,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -289,11 +289,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -301,7 +307,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -323,17 +329,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -349,18 +355,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -373,11 +375,11 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
@@ -396,7 +398,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -420,7 +422,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -430,13 +432,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -445,11 +447,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -468,7 +470,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -480,13 +482,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -496,7 +498,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -523,7 +525,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -535,39 +537,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -601,17 +603,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -619,7 +621,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -627,17 +629,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -657,19 +659,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -699,7 +701,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -727,7 +729,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -741,7 +743,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -749,7 +751,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -758,12 +760,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -778,15 +780,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -794,10 +796,10 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 a94778efa6..dd0f9cbaf3 100644
--- a/applications/luci-app-adblock/po/tr/adblock.po
+++ b/applications/luci-app-adblock/po/tr/adblock.po
@@ -43,7 +43,7 @@ msgstr "Bu (alt-)alan adını yerel kara listenize ekleyin."
msgid "Add this (sub-)domain to your local whitelist."
msgstr "Bu (alt)alan adını yerel izin verilen listenize ekleyin."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "Ek \"Hapis\" Engelleme listesi"
@@ -51,7 +51,7 @@ msgstr "Ek \"Hapis\" Engelleme listesi"
msgid "Additional Settings"
msgstr "Ek Ayarlar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
"Reklam engelleme işlemi başlamadan önce saniye cinsinden gecikme süresi."
@@ -68,11 +68,11 @@ msgstr "Gelişmiş E-Posta Ayarları"
msgid "Advanced Report Settings"
msgstr "Gelişmiş Rapor Ayarları"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "Yerel İstemci IP'lerine İzin Ver"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -86,15 +86,15 @@ msgstr ""
msgid "Answer"
msgstr "Cevap"
-#: 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:403
msgid "Backup Directory"
msgstr "Yedekleme Dizini"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "Temel Geçici Dizin"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -115,11 +115,11 @@ msgstr ""
msgid "Blacklist..."
msgstr "Kara liste..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "Yerel İstemci IP'lerini Engelle"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -138,7 +138,7 @@ msgstr "Engellenen DNS İstekleri"
msgid "Blocked Domains"
msgstr "Engellenen Alan Adları"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "Engelleme Listesi Yedekleme"
@@ -154,7 +154,7 @@ msgstr "Engelleme Listesi Sorgusu..."
msgid "Blocklist Sources"
msgstr "Engelleme Listesi Kaynakları"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -173,8 +173,8 @@ msgstr ""
msgid "Cancel"
msgstr "İptal"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "Kategoriler"
@@ -205,7 +205,7 @@ msgstr ""
msgid "Count"
msgstr "Adet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid ""
"Create compressed blocklist backups, they will be used in case of download "
"errors or during startup."
@@ -214,25 +214,25 @@ msgstr ""
"başlatma sırasında kullanılacaktır."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS Arka Uç"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS Dizini"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "DNS Örneği"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS Raporu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS Yeniden Başlatma Zaman Aşımı"
@@ -240,15 +240,15 @@ msgstr "DNS Yeniden Başlatma Zaman Aşımı"
msgid "Date"
msgstr "Tarih"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "DNS İzin Vermeyi Devre Dışı bırakın"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "DNS Yeniden Başlatmalarını Devre Dışı bırakın"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
@@ -256,7 +256,7 @@ msgstr ""
"Adblock tarafından tetiklenen autoload/inotify fonksiyonları ile dns arka uç "
"yeniden başlatmasını devre dışı bırakın."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Seçici DNS beyaz listeyi (RPZ-PASSTHRU) devre dışı bırakın."
@@ -268,47 +268,47 @@ msgstr "Alan"
msgid "Domains"
msgstr "Alan adları"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "İndirme sırasında SSL sunucu sertifikalarını kontrol etme."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "Güvensiz İndir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "İndirme Parametreleri"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "Kuyruktakileri İndir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
msgstr "İndirme Aracı"
-#: 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:360
msgid "E-Mail Notification"
msgstr "E-Posta Bildirimi"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "E-Posta Bildirim Sayısı"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "E-Posta Profili"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "E-Posta Konusu"
@@ -322,11 +322,17 @@ msgstr "Karalisteyi Düzenle"
msgid "Edit Whitelist"
msgstr "Beyazlisteyi Düzenle"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "GüvenliArama'yı Etkinleştir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "Youtube için hafif GüvenliArama'yı etkinleştir."
@@ -334,7 +340,7 @@ msgstr "Youtube için hafif GüvenliArama'yı etkinleştir."
msgid "Enable the adblock service."
msgstr "Adblock servisini etkinleştir."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
"Herhangi bir işleme hatası durumunda ayrıntılı hata ayıklama günlüğünü "
@@ -360,11 +366,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "Mevcut iş(ler)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "Harici DNS Arama Alanı"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -373,7 +379,7 @@ msgstr ""
"alan. Lütfen dikkat: Bu kontrolü devre dışı bırakmak için 'false' olarak "
"ayarlayın."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "Beşinci örnek"
@@ -389,18 +395,14 @@ msgstr "Yerel olarak zorlanması gereken güvenlik duvarı bağlantı noktaları
msgid "Firewall source zones that should be forced locally."
msgstr "Yerel olarak zorunlu olması gereken güvenlik duvarı kaynak bölgeleri."
-#: 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:442
msgid "First instance (default)"
msgstr "İlk örnek (varsayılan)"
-#: 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:461
msgid "Flush DNS Cache"
msgstr "DNS Önbelleğini Temizle"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "Adblock işleminden önce de DNS Önbelleğini temizle."
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "Yerel DNS zorla"
@@ -413,15 +415,15 @@ msgstr "Zorlanan Erişim Noktaları"
msgid "Forced Zones"
msgstr "Zorlanan Bölgeler"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "Dördüncü örnek"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"DNS ile ilgili ağ trafiğini tcpdump aracılığıyla toplayın ve talep üzerine "
"bir DNS Raporu oluşturun. Lütfen dikkat: etkili olması için ek olarak "
@@ -440,7 +442,7 @@ msgstr "LuCI uygulaması adblock'a izin verin"
msgid "Information"
msgstr "Bilgi"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Kafes Dizini"
@@ -464,7 +466,7 @@ msgstr "Belirli sağlayıcılar için GüvenliArama'yı limitle."
msgid "Line number to remove"
msgstr "Kaldırılacak satırın numarası"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "tcpdump tarafından kullanılan mevcut ağ aygıtlarının listesi."
@@ -477,7 +479,7 @@ msgstr ""
"tetikleyicisi yerine klasik bir başlangıç zaman aşımı kullanmak için "
"\"belirtilmemiş\" i seçin."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
@@ -486,7 +488,7 @@ msgstr ""
"listesi. Varsayılan yolun üzerine yazmak için 'DNS Dizini' seçeneğini "
"kullanın."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
"Desteklenen ve tam olarak önceden yapılandırılmış indirme yardımcı "
@@ -497,11 +499,11 @@ msgstr ""
msgid "Log View"
msgstr "Günlük Kayıtlarını Göster"
-#: 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:375
msgid "Low Priority Service"
msgstr "Düşük Öncelikli Servis"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -522,7 +524,7 @@ msgstr "Henüz adblock ile ilgili kayıt yok!"
msgid "Overview"
msgstr "Genel bakış"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
"Adblock bildirim e-postaları için 'msmtp' tarafından kullanılan profil."
@@ -537,7 +539,7 @@ msgstr ""
"Belirli bir etki alanı için etkin engelleme listelerini ve yedeklemeleri "
"sorgulayın."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -545,7 +547,7 @@ msgstr ""
"Genel engelleme listesi verilen sınırdan az veya buna eşitse, E-Posta almak "
"için bildirim sayısını artırın."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Adblock bildirim e-postaları için alıcı adresi."
@@ -557,7 +559,7 @@ msgstr ""
"Tüm DNS sorgularını belirtilen bölgelerden yerel DNS çözümleyiciye yeniden "
"yönlendir, UDP ve TCP protokolü için geçerlidir."
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -587,7 +589,7 @@ msgstr "Zamanlayıcıyı Yenile .."
msgid "Refresh..."
msgstr "Yenile.."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "Güvenli Aramayı Rahatlat"
@@ -599,39 +601,39 @@ msgstr "Yeniden yükle"
msgid "Remove an existing job"
msgstr "Mevcut bir işi kaldırın"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "Yığın Sayısını Bildir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "Yığın Boyutunu Bildir"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "Rapor Dizini"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "Rapor Arayüzü"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "Rapor Bağlantı Noktaları"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "Tcpdump tarafından kullanılan yığın sayısını bildirin."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "Tcpdump tarafından kullanılan yığın boyutunu MByte cinsinden bildirin."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "IP'leri çözümle"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "Ters DNS (PTR) aramalarını kullanarak raporlama IP adreslerini çözün."
@@ -665,11 +667,11 @@ msgstr "Araçları Çalıştır"
msgid "Save"
msgstr "Kaydet"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
msgstr "İkinci örnek"
-#: 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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
@@ -677,7 +679,7 @@ msgstr ""
"Adblock ile ilgili bildirim e-postaları gönderin. Lütfen dikkat: bu, ek "
"'msmtp' paket kurulumuna ihtiyaç duyar."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Adblock bildirim e-postaları için gönderen adresi."
@@ -685,7 +687,7 @@ msgstr "Adblock bildirim e-postaları için gönderen adresi."
msgid "Set a new adblock job"
msgstr "Yeni bir reklam engelleme işi ayarlayın"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "Adblock tarafından kullanılan dns sunucu ayarları örneğini ayarlayın."
@@ -693,7 +695,7 @@ msgstr "Adblock tarafından kullanılan dns sunucu ayarları örneğini ayarlay
msgid "Settings"
msgstr "Ayarlar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid ""
"Size of the download queue for download processing (incl. sorting, merging "
"etc.) in parallel."
@@ -701,11 +703,11 @@ msgstr ""
"Paralel olarak indirme işlemi için indirme kuyruğunun boyutu (sıralama, "
"birleştirme vb.) Dahil."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "Kaynaklar (Boyut, Odak)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
"Tcpdump tarafından kullanılan bağlantı noktalarının boşlukla ayrılmış "
@@ -727,19 +729,19 @@ msgstr "Durum / Sürüm"
msgid "Suspend"
msgstr "Askıya al"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "DNS ile ilgili rapor dosyaları için hedef dizin."
-#: 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:403
msgid "Target directory for blocklist backups."
msgstr "Engelleme listesi yedeklemeleri için hedef dizin."
-#: 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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Oluşturulan engelleme listesi 'adb_list.overall' için hedef dizin."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Oluşturulan engelleme listesi 'adb_list.jail' için hedef dizin."
@@ -771,7 +773,7 @@ msgstr ""
"Yalnızca adblock ile ilgili mesajlar için önceden filtrelenmiş syslog "
"çıktısı."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "Üçüncü örnek"
@@ -809,7 +811,7 @@ msgstr ""
msgid "Time"
msgstr "Zaman"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Başarılı bir DNS arka uç yeniden başlatması için bekleme süresi."
@@ -825,7 +827,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr "En İyi 10 İstatistik"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Adblock bildirim e-postaları için konu."
@@ -833,7 +835,7 @@ msgstr "Adblock bildirim e-postaları için konu."
msgid "Total DNS Requests"
msgstr "Toplam DNS İstekleri"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Tetikleme Gecikmesi"
@@ -842,12 +844,12 @@ msgstr "Tetikleme Gecikmesi"
msgid "Unable to save changes: %s"
msgstr "Değişiklikler kaydedilemiyor: %s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "Varyantlar"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "Ayrıntılı Hata Ayıklama Günlüğü"
@@ -864,15 +866,15 @@ msgstr ""
msgid "Whitelist..."
msgstr "Beyaz liste..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -880,14 +882,17 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "maks. sonuç kümesi boyutu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "raw (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "Adblock işleminden önce de DNS Önbelleğini temizle."
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr ""
#~ "Seçilen indirme yardımcı programı için özel yapılandırma seçenekleri."
diff --git a/applications/luci-app-adblock/po/uk/adblock.po b/applications/luci-app-adblock/po/uk/adblock.po
index 0f8edea221..e3f67eb974 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr ""
@@ -68,11 +68,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -83,15 +83,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -108,11 +108,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -128,7 +128,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -144,7 +144,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -159,8 +159,8 @@ msgstr ""
msgid "Cancel"
msgstr "Скасувати"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -186,32 +186,32 @@ msgstr ""
msgid "Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
msgid "DNS Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -219,21 +219,21 @@ msgstr ""
msgid "Date"
msgstr "Дата"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -245,47 +245,47 @@ msgstr "Домен"
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -299,11 +299,17 @@ msgstr "Редагувати чорний список"
msgid "Edit Whitelist"
msgstr "Редагувати білий список"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -311,7 +317,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -333,17 +339,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -359,18 +365,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -383,15 +385,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -406,7 +408,7 @@ msgstr ""
msgid "Information"
msgstr "Інформація"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -430,7 +432,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -440,13 +442,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -455,11 +457,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -478,7 +480,7 @@ msgstr ""
msgid "Overview"
msgstr "Огляд"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -490,13 +492,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -506,7 +508,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -533,7 +535,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -545,39 +547,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -611,17 +613,17 @@ msgstr ""
msgid "Save"
msgstr "Зберегти"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -629,7 +631,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -637,17 +639,17 @@ msgstr ""
msgid "Settings"
msgstr "Параметри"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -667,19 +669,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -709,7 +711,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -737,7 +739,7 @@ msgstr ""
msgid "Time"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -751,7 +753,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -759,7 +761,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr ""
@@ -768,12 +770,12 @@ msgstr ""
msgid "Unable to save changes: %s"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr ""
@@ -788,15 +790,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -804,11 +806,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 72494733e2..c620281acf 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
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."
@@ -68,11 +68,11 @@ msgstr ""
msgid "Advanced Report Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -83,15 +83,15 @@ msgstr ""
msgid "Answer"
msgstr "Phản hồi"
-#: 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:403
msgid "Backup Directory"
msgstr "Thư mục sao lưu"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -108,11 +108,11 @@ msgstr ""
msgid "Blacklist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -128,7 +128,7 @@ msgstr ""
msgid "Blocked Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr ""
@@ -144,7 +144,7 @@ msgstr ""
msgid "Blocklist Sources"
msgstr "Bộ lọc"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -159,8 +159,8 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr ""
@@ -186,33 +186,33 @@ msgstr ""
msgid "Count"
msgstr "Bộ đếm"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
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:437
#, fuzzy
msgid "DNS Directory"
msgstr "Thư mục DNS"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr ""
@@ -220,21 +220,21 @@ msgstr ""
msgid "Date"
msgstr "Ngày"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
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:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr ""
@@ -246,47 +246,47 @@ msgstr ""
msgid "Domains"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr ""
@@ -300,11 +300,17 @@ msgstr ""
msgid "Edit Whitelist"
msgstr ""
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr ""
@@ -312,7 +318,7 @@ msgstr ""
msgid "Enable the adblock service."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr ""
@@ -334,17 +340,17 @@ msgstr ""
msgid "Existing job(s)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr ""
@@ -360,18 +366,14 @@ msgstr ""
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr ""
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr ""
@@ -384,15 +386,15 @@ msgstr ""
msgid "Forced Zones"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:299
@@ -407,7 +409,7 @@ msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr ""
@@ -431,7 +433,7 @@ msgstr ""
msgid "Line number to remove"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr ""
@@ -441,13 +443,13 @@ 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:426
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr ""
@@ -456,11 +458,11 @@ msgstr ""
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -479,7 +481,7 @@ msgstr ""
msgid "Overview"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr ""
@@ -491,13 +493,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr ""
@@ -507,7 +509,7 @@ msgid ""
"applies to UDP and TCP protocol."
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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -534,7 +536,7 @@ msgstr ""
msgid "Refresh..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr ""
@@ -546,39 +548,39 @@ msgstr ""
msgid "Remove an existing job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr ""
@@ -612,17 +614,17 @@ msgstr ""
msgid "Save"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
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:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr ""
@@ -630,7 +632,7 @@ msgstr ""
msgid "Set a new adblock job"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr ""
@@ -638,17 +640,17 @@ msgstr ""
msgid "Settings"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr ""
@@ -668,19 +670,19 @@ msgstr ""
msgid "Suspend"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
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:403
msgid "Target directory for blocklist backups."
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:437
msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr ""
@@ -710,7 +712,7 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr ""
@@ -738,7 +740,7 @@ msgstr ""
msgid "Time"
msgstr "Thời gian"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr ""
@@ -752,7 +754,7 @@ msgstr ""
msgid "Top 10 Statistics"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr ""
@@ -760,7 +762,7 @@ msgstr ""
msgid "Total DNS Requests"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "Kích hoạt độ trễ"
@@ -769,12 +771,12 @@ 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:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
#, fuzzy
msgid "Verbose Debug Logging"
msgstr "Nhật ký gỡ lỗi khởi động"
@@ -790,15 +792,15 @@ msgstr ""
msgid "Whitelist..."
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
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:432
msgid "kresd (/etc/kresd)"
msgstr ""
@@ -806,11 +808,11 @@ msgstr ""
msgid "max. result set size"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr ""
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
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 771316a2d8..6f1d8921fd 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "事件触发启动前的延时(秒)。"
@@ -74,11 +74,11 @@ msgstr "高级设置 - 邮箱"
msgid "Advanced Report Settings"
msgstr "高级设置 - 报告"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "允许本地客户端 IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -91,15 +91,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "备份目录"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "基础临时目录"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -116,11 +116,11 @@ msgstr "黑名单更改已保存。刷新您的广告拦截列表以使更改生
msgid "Blacklist..."
msgstr "黑名单..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "拦截本地客户端IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -138,7 +138,7 @@ msgstr "阻止的DNS请求"
msgid "Blocked Domains"
msgstr "已拦截域名"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "黑名单列表的备份"
@@ -154,7 +154,7 @@ msgstr "黑名单查询..."
msgid "Blocklist Sources"
msgstr "阻止列表内容"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -171,8 +171,8 @@ msgstr ""
msgid "Cancel"
msgstr "取消"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "类别"
@@ -191,9 +191,9 @@ msgid ""
"master/net/adblock/files/README.md\" target=\"_blank\" rel=\"noreferrer "
"noopener\" >check the online documentation</a>"
msgstr ""
-"配置广告拦截软件包,以通过 DNS 屏蔽广告/滥用域名。更多有关信息,请<a href="
-"\"https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md"
-"\" target=\"_blank\" rel=\"noreferrer noopener\" >查看在线文档</a>"
+"配置广告拦截软件包,以通过 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:206
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:208
@@ -201,32 +201,32 @@ msgstr ""
msgid "Count"
msgstr "计数"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS后端"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS 目录"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "DNS 实例"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS报告"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS重新启动超时"
@@ -234,21 +234,21 @@ msgstr "DNS重新启动超时"
msgid "Date"
msgstr "日期"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "禁用DNS允许"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "禁用DNS重新启动"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr "禁止广告拦截触发具有 自动加载/inotify 功能的 DNS 后端的重新启动。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "禁用选择性DNS白名单(RPZ-PASSTHRU)。"
@@ -260,47 +260,47 @@ msgstr "域名"
msgid "Domains"
msgstr "域名"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "下载期间不检查 SSL 服务器证书。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "下载不安全"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "下载参数"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "下载队列"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr "电子邮件通知"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "电子邮件通知计数"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "电子邮件概要"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "电子邮件主题"
@@ -314,11 +314,17 @@ msgstr "编辑黑名单"
msgid "Edit Whitelist"
msgstr "编辑白名单"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "启用安全搜索"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "为YouTube启用适度的安全搜索过滤器."
@@ -326,7 +332,7 @@ msgstr "为YouTube启用适度的安全搜索过滤器."
msgid "Enable the adblock service."
msgstr "启用广告拦截服务。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "在出现任何处理错误时启用详细的调试日志。"
@@ -348,11 +354,11 @@ msgstr "强制执行Google,Bing,Duckduckgo,Yandex,youtube和Google的Saf
msgid "Existing job(s)"
msgstr "现有任务"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "外部DNS查找域"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -360,7 +366,7 @@ msgstr ""
"外部域,用于检查DNS后端是否成功重启。请注意:要禁用此检查,请将此选项设置为“ "
"false”。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "第五个实例"
@@ -376,18 +382,14 @@ msgstr "本地应强制使用的防火墙端口。"
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "清空 DNS 缓存"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "在处理广告过滤之前刷新 DNS 缓存。"
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "强制本地 DNS"
@@ -400,15 +402,15 @@ msgstr "强制端口"
msgid "Forced Zones"
msgstr "强制域"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "第四个实例"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"通过 tcpdump 收集与 DNS 相关的网络流量,并按需提供 DNS 报告。请注意:这需要额"
"外的“tcpdump-mini”软件包,并重新启动完整的广告拦截服务才能生效。"
@@ -425,7 +427,7 @@ msgstr "授予访问 LuCI 应用 adblock 的权限"
msgid "Information"
msgstr "信息"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "黑名单目录"
@@ -449,7 +451,7 @@ msgstr "限定特定搜索引擎使用安全搜索。"
msgid "Line number to remove"
msgstr "要移除的行号"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "tcpdump使用的可用网络设备列表."
@@ -461,14 +463,14 @@ msgstr ""
"触发adblock启动的可用网络接口列表.选择“未指定”以使用传统的启动超时而不是网络"
"触发器."
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
"支持的DNS后端列表及其默认列表目录.要覆盖默认路径,请使用“ DNS目录”选项."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "支持和完全预配置的下载实用程序列表。"
@@ -477,11 +479,11 @@ msgstr "支持和完全预配置的下载实用程序列表。"
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr "低优先级服务"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -500,7 +502,7 @@ msgstr "尚无与广告拦截相关的日志!"
msgid "Overview"
msgstr "概览"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp' 用于adblock通知电子邮件的配置文件。"
@@ -512,14 +514,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:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
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:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "adblock 通知 E-Mail 的收件人地址。"
@@ -529,7 +531,7 @@ msgid ""
"applies to UDP and TCP protocol."
msgstr "将所有DNS查询从指定区域重定向到本地DNS解析器,适用于UDP和TCP协议。"
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -558,7 +560,7 @@ msgstr "定时恢复中..."
msgid "Refresh..."
msgstr "刷新..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "放宽安全搜寻"
@@ -570,39 +572,39 @@ msgstr "重新加载"
msgid "Remove an existing job"
msgstr "移除一个现有任务"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "报告区块计数"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "报告区块大小"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "报告目录"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "报告接口"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "报告端口"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "报告 tcpdump 所使用的区块数量。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "报告 tcpdump 所使用的区块大小 (以 MByte 显示)。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "解析多个 IP 地址"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "使用 DNS (PTR) 反查找解析报告中的IP地址。"
@@ -636,17 +638,17 @@ msgstr "运行工具"
msgid "Save"
msgstr "保存"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
msgstr "发送 AdBlock 相关的通知邮件。请留意:此功能需要安装 \"msmtp\"。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "AdBlock 通知邮件的发送地址。"
@@ -654,7 +656,7 @@ msgstr "AdBlock 通知邮件的发送地址。"
msgid "Set a new adblock job"
msgstr "设置一个新的广告拦截作业"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "设置 adblock 所用的 dns 后端实例。"
@@ -662,17 +664,17 @@ msgstr "设置 adblock 所用的 dns 后端实例。"
msgid "Settings"
msgstr "设置"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "来源(大小,焦点)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump使用的端口列表,用空格分隔端口。"
@@ -692,19 +694,19 @@ msgstr "状态 / 版本"
msgid "Suspend"
msgstr "暂停"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。"
@@ -734,7 +736,7 @@ msgstr "分钟(可选。取值范围:0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "系统日志输出,仅针对 adblock 相关的消息进行了预筛选。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "第三个实例"
@@ -766,7 +768,7 @@ msgstr "此选项卡显示上次生成的 DNS 报告,按“刷新”按钮获
msgid "Time"
msgstr "时间"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "等待成功的DNS后端重新启动的超时。"
@@ -780,7 +782,7 @@ msgstr "为了使您的广告过滤列表保持最新,您应该为这些列表
msgid "Top 10 Statistics"
msgstr "前 10 统计数据"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "广告拦截通知邮件的主题。"
@@ -788,7 +790,7 @@ msgstr "广告拦截通知邮件的主题。"
msgid "Total DNS Requests"
msgstr "DNS 请求总数"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "触发延时"
@@ -797,12 +799,12 @@ msgstr "触发延时"
msgid "Unable to save changes: %s"
msgstr "无法保存更改:%s"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "变种"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "详细的调试记录"
@@ -817,15 +819,15 @@ msgstr "白名单更改已保存。刷新您的广告拦截列表以使更改生
msgid "Whitelist..."
msgstr "白名单..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "抑制 (/etc/kresd)"
@@ -833,14 +835,17 @@ msgstr "抑制 (/etc/kresd)"
msgid "max. result set size"
msgstr "最大结果集大小"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "原始(/ tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "未绑定 (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "在处理广告过滤之前刷新 DNS 缓存。"
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr "所选下载工具的特殊配置选项。"
@@ -880,11 +885,11 @@ msgstr "未绑定 (/var/lib/unbound)"
#~ 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>"
+#~ "小信息,如下所示:<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>"
#~ msgid ""
#~ "Resets the final DNS blocklist 'adb_list.overall' after DNS backend "
diff --git a/applications/luci-app-adblock/po/zh_Hant/adblock.po b/applications/luci-app-adblock/po/zh_Hant/adblock.po
index 6e2b0cddea..6ea3676bad 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:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
msgid "Additional Jail Blocklist"
msgstr "附加 Jail 封鎖清單"
@@ -57,7 +57,7 @@ msgstr "附加 Jail 封鎖清單"
msgid "Additional Settings"
msgstr "附加設定"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Additional trigger delay in seconds before adblock processing begins."
msgstr "附加觸發 Adblock 行程延遲開始的秒數。"
@@ -73,11 +73,11 @@ msgstr "進階電子郵件設定"
msgid "Advanced Report Settings"
msgstr "進階報告設定"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid "Allow Local Client IPs"
msgstr "允許本地用戶端 IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:473
msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -90,15 +90,15 @@ msgstr ""
msgid "Answer"
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:403
msgid "Backup Directory"
msgstr "備份目錄"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid "Base Temp Directory"
msgstr "基本臨時目錄"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:393
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:394
msgid ""
"Base Temp Directory for all adblock related runtime operations, e.g. "
"downloading, sorting, merging etc."
@@ -116,11 +116,11 @@ msgstr "黑名單變更已儲存;請重新整理您的 Adblock 清單來使變
msgid "Blacklist..."
msgstr "黑名單…"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid "Block Local Client IPs"
msgstr "封鎖本地用戶端 IP"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:467
msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-"
"CLIENT-IP). Please note: This feature is currently only supported by bind "
@@ -138,7 +138,7 @@ msgstr "封鎖的 DNS 請求"
msgid "Blocked Domains"
msgstr "封鎖的域名"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
msgid "Blocklist Backup"
msgstr "黑名單備份"
@@ -154,7 +154,7 @@ msgstr "黑名單查詢…"
msgid "Blocklist Sources"
msgstr "封鎖清單來源"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:479
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 "
@@ -171,8 +171,8 @@ msgstr ""
msgid "Cancel"
msgstr "取消"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:585
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:586
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:601
msgid "Categories"
msgstr "類別"
@@ -202,32 +202,32 @@ msgstr ""
msgid "Count"
msgstr "計數"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:398
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:399
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:237
-#: 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:427
msgid "DNS Backend"
msgstr "DNS 後端"
-#: 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:437
msgid "DNS Directory"
msgstr "DNS 目錄"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "DNS Instance"
msgstr "DNS 實例"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
#: 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"
msgstr "DNS 報告"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "DNS Restart Timeout"
msgstr "DNS 重新啟動逾時值"
@@ -235,21 +235,21 @@ msgstr "DNS 重新啟動逾時值"
msgid "Date"
msgstr "日期"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable DNS Allow"
msgstr "停用 DNS 解析修改"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid "Disable DNS Restarts"
msgstr "停用 DNS 重新啟動"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488
msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions."
msgstr "停用 Adblock 觸發具有「自動載入/inotify 」功能的 DNS 後端重新啟動。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:464
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "停用選擇性 DNS 白名單 (RPZ-PASSTHRU)。"
@@ -261,47 +261,47 @@ msgstr "網域名稱"
msgid "Domains"
msgstr "網域"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Don't check SSL server certificates during download."
msgstr "下載期間不檢查 SSL 伺服器證書。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:415
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:416
msgid "Download Insecure"
msgstr "下載不安全"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid "Download Parameters"
msgstr "下載參數"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
msgid "Download Queue"
msgstr "下載佇列"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "Download Utility"
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:360
msgid "E-Mail Notification"
msgstr "電子郵件通知"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid "E-Mail Notification Count"
msgstr "電郵通知數量"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "E-Mail Profile"
msgstr "電郵設定檔"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "E-Mail Topic"
msgstr "電郵主旨"
@@ -315,11 +315,17 @@ msgstr "編輯黑名單"
msgid "Edit Whitelist"
msgstr "編輯白名單"
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:461
+msgid ""
+"Empty the DNS cache before adblock processing starts to reduce the memory "
+"consumption."
+msgstr ""
+
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:339
msgid "Enable SafeSearch"
msgstr "啟用安全搜尋"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Enable moderate SafeSearch filters for youtube."
msgstr "啟用為 YouTube 設定的中度安全搜尋篩選器。"
@@ -327,7 +333,7 @@ msgstr "啟用為 YouTube 設定的中度安全搜尋篩選器。"
msgid "Enable the adblock service."
msgstr "啟用 Adblock 服務。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Enable verbose debug logging in case of any processing errors."
msgstr "在出現任何處理錯誤的情況下,請啟用詳細除錯日誌記錄。"
@@ -351,11 +357,11 @@ msgstr ""
msgid "Existing job(s)"
msgstr "現存工作"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid "External DNS Lookup Domain"
msgstr "供 DNS 查詢的外部域名"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:455
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456
msgid ""
"External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'."
@@ -363,7 +369,7 @@ msgstr ""
"使用外部網域來檢查「DNS 後端」是否成功重新啟動;請注意:要停用此檢查,請輸入 "
"\"false\"。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:446
msgid "Fifth instance"
msgstr "第五個實例"
@@ -379,18 +385,14 @@ msgstr "本地應被強制重新導向的防火牆通訊埠號。"
msgid "Firewall source zones that should be forced 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:442
msgid "First instance (default)"
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:461
msgid "Flush DNS Cache"
msgstr "清除 DNS 快取"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
-msgid "Flush the DNS Cache before adblock processing as well."
-msgstr "在 Adblock 行程啟動前也要清除 DNS 快取。"
-
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:318
msgid "Force Local DNS"
msgstr "強制本地 DNS"
@@ -403,15 +405,15 @@ msgstr "強制埠號"
msgid "Forced Zones"
msgstr "強制區域"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fourth instance"
msgstr "第四個實例"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:355
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:356
msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on "
-"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' package "
-"installation and a full adblock service restart to take effect."
+"demand. Please note: this needs additional 'tcpdump' or 'tcpdump-mini' "
+"package installation and a full adblock service restart to take effect."
msgstr ""
"透過 tcpdump 收集與 DNS 相關的網路流量,並隨需提供 DNS 報告;請注意:這需要安"
"裝 \"tcpdump-mini\" 附加套件,且在完全重新啟動 Adblock 服務後才能生效。"
@@ -428,7 +430,7 @@ msgstr "授予 luci-app-adblock 擁有 UCI 存取的權限"
msgid "Information"
msgstr "資訊"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Jail Directory"
msgstr "Jail 檔案目錄"
@@ -452,7 +454,7 @@ msgstr "啟用限制性安全搜尋,以限制給定搜尋引擎的搜尋範圍
msgid "Line number to remove"
msgstr "要移除的行號"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "List of available network devices used by tcpdump."
msgstr "用於 tcpdump 的可用網路裝置清單。"
@@ -464,14 +466,14 @@ msgstr ""
"用來觸發 Adblock 啟動的可用網路介面清單;選擇「未指定」則使用傳統的啟動逾時,"
"而不透過網路觸發。"
-#: 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:427
msgid ""
"List of supported DNS backends with their default list directory. To "
"overwrite the default path use the 'DNS Directory' option."
msgstr ""
"支援的 DNS 後端清單及其預設清單目錄;要重寫預設路徑,請使用「DNS 目錄」選項。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:407
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:408
msgid "List of supported and fully pre-configured download utilities."
msgstr "支援的下載工具清單(完全預先配置)。"
@@ -480,11 +482,11 @@ msgstr "支援的下載工具清單(完全預先配置)。"
msgid "Log View"
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:375
msgid "Low Priority Service"
msgstr "低優先權服務"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:419
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:420
msgid ""
"Manually override the pre-configured download options for the selected "
"download utility."
@@ -503,7 +505,7 @@ msgstr "尚無與 Adblock 相關的日誌!"
msgid "Overview"
msgstr "概覽"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:536
msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "\"msmtp\" 使用的設定檔,用於 Adblock 寄送通知電子郵件。"
@@ -515,7 +517,7 @@ msgstr "查詢"
msgid "Query active blocklists and backups for a specific domain."
msgstr "查詢「特定網域」的活躍封鎖清單和備份。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:540
msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit."
@@ -523,7 +525,7 @@ msgstr ""
"提高通知數量;除非整體「封鎖清單數」小於或等於給定的限制,否則將不再取得電子"
"郵件。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:363
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:364
msgid "Receiver address for adblock notification e-mails."
msgstr "Adblock 通知電子郵件的收件人位址。"
@@ -535,7 +537,7 @@ msgstr ""
"重新導向指定區域的所有「DNS 查詢」到本地 DNS 解析器(適用於 UDP 與 TCP 協"
"定)。"
-#: 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:375
msgid ""
"Reduce the priority of the adblock background processing to take fewer "
"resources from the system. Please note: This change requires a full adblock "
@@ -564,7 +566,7 @@ msgstr "定時重整中..."
msgid "Refresh..."
msgstr "重新整理…"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:351
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:352
msgid "Relax SafeSearch"
msgstr "放寬安全搜尋"
@@ -576,39 +578,39 @@ msgstr "重新載入"
msgid "Remove an existing job"
msgstr "移除一個現存工作"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report Chunk Count"
msgstr "報告區塊數量"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report Chunk Size"
msgstr "報告區塊大小"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Report Directory"
msgstr "報告目錄"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:499
msgid "Report Interface"
msgstr "報告介面"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Report Ports"
msgstr "報告埠號"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:508
msgid "Report chunk count used by tcpdump."
msgstr "報告 tcpdump 使用的區塊數量。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:513
msgid "Report chunk size used by tcpdump in MByte."
msgstr "報告 tcpdump 使用的區塊大小(單位:MB)。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve IPs"
msgstr "解析多個 IP 位址"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:522
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "使用 DNS (PTR) 反向尋找解析報告中的 IP 位址。"
@@ -642,18 +644,18 @@ msgstr "執行工具"
msgid "Save"
msgstr "儲存"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Second instance"
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:360
msgid ""
"Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation."
msgstr ""
"寄送與 Adblock 相關的通知電子郵件;請注意:這需要安裝 \"msmtp\" 附加套件。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:527
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:528
msgid "Sender address for adblock notification E-Mails."
msgstr "Adblock 通知電子郵件的寄件人位址。"
@@ -661,7 +663,7 @@ msgstr "Adblock 通知電子郵件的寄件人位址。"
msgid "Set a new adblock job"
msgstr "設定一個新的廣告攔截工作"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:441
msgid "Set the dns backend instance used by adblock."
msgstr "設定 adblock 所用的 dns 後端實例。"
@@ -669,17 +671,17 @@ msgstr "設定 adblock 所用的 dns 後端實例。"
msgid "Settings"
msgstr "設定"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:384
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:385
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:561
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:562
msgid "Sources (Size, Focus)"
msgstr "來源(大小、聚焦的類別)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:517
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:518
msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump 使用的通訊埠號(以空格分隔)。"
@@ -699,19 +701,19 @@ msgstr "狀態/版本"
msgid "Suspend"
msgstr "暫停"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:504
msgid "Target directory for DNS related report files."
msgstr "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:403
msgid "Target directory for blocklist backups."
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:437
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:482
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:483
msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "產生 Jail 封鎖清單 \"adb_list.jail\" 的目標目錄。"
@@ -741,7 +743,7 @@ msgstr "分鐘 (可選。取值範圍:0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "系統日誌輸出(預先篩選出只與 Adblock 相關的訊息)。"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
msgid "Third instance"
msgstr "第三個實例"
@@ -775,7 +777,7 @@ msgstr "此頁籤顯示上次產生的 DNS 報告,按「更新」按鈕取得
msgid "Time"
msgstr "時間"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:451
msgid "Timeout to wait for a successful DNS backend restart."
msgstr "等待 DNS 後端成功重新啟動的逾時值。"
@@ -789,7 +791,7 @@ msgstr "要保持最新的 Adblock 清單,您應該設定這些清單的自動
msgid "Top 10 Statistics"
msgstr "前 10 統計"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:531
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:532
msgid "Topic for adblock notification E-Mails."
msgstr "Adblock 通知電子郵件的主旨。"
@@ -797,7 +799,7 @@ msgstr "Adblock 通知電子郵件的主旨。"
msgid "Total DNS Requests"
msgstr "DNS 請求總數"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:379
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:380
msgid "Trigger Delay"
msgstr "觸發延遲"
@@ -806,12 +808,12 @@ msgstr "觸發延遲"
msgid "Unable to save changes: %s"
msgstr "無法儲存變更(訊息:%s)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:615
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:616
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:632
msgid "Variants"
msgstr "變體"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:371
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:372
msgid "Verbose Debug Logging"
msgstr "詳細除錯日誌"
@@ -826,15 +828,15 @@ msgstr "白名單變更已儲存;請重新整理您的 Adblock 清單來使變
msgid "Whitelist..."
msgstr "白名單..."
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:431
msgid "bind (/var/lib/bind)"
msgstr "bind (/var/lib/bind)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:428
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
msgid "dnsmasq (/tmp/dnsmasq.d)"
msgstr "Dnsmasq (/tmp/dnsmasq.d)"
-#: 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:432
msgid "kresd (/etc/kresd)"
msgstr "kresd (/etc/kresd)"
@@ -842,14 +844,17 @@ msgstr "kresd (/etc/kresd)"
msgid "max. result set size"
msgstr "最大結果集大小"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:432
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:433
msgid "raw (/tmp)"
msgstr "原始 (/tmp)"
-#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:429
+#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:430
msgid "unbound (/var/lib/unbound)"
msgstr "Unbound (/var/lib/unbound)"
+#~ msgid "Flush the DNS Cache before adblock processing as well."
+#~ msgstr "在 Adblock 行程啟動前也要清除 DNS 快取。"
+
#~ msgid "Special config options for the selected download utility."
#~ msgstr "已選擇下載工具的特殊組態選項。"