luci-app-adblock: expose dns instance option

* expose the 'adb_dnsinstance' option to LuCI under
  Advanced DNS Settings (only relevant for dnsmasq)
* sync translations

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2021-07-10 10:16:31 +02:00
parent e5626ece12
commit 18d110112a
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
35 changed files with 2424 additions and 1462 deletions

View file

@ -437,6 +437,16 @@ return view.extend({
o.placeholder = '/tmp'; o.placeholder = '/tmp';
o.rmempty = true; o.rmempty = true;
o = s.taboption('adv_dns', form.ListValue, 'adb_dnsinstance', _('DNS Instance'), _('Set the dns backend instance used by adblock.'));
o.value('0', _('First instance (default)'));
o.value('1', _('Second instance'));
o.value('2', _('Third instance'));
o.value('3', _('Fourth instance'));
o.value('4', _('Fifth instance'));
o.depends('adb_dns', 'dnsmasq');
o.optional = true;
o.rmempty = true;
o = s.taboption('adv_dns', form.Value, 'adb_dnstimeout', _('DNS Restart Timeout'), _('Timeout to wait for a successful DNS backend restart.')); o = s.taboption('adv_dns', form.Value, 'adb_dnstimeout', _('DNS Restart Timeout'), _('Timeout to wait for a successful DNS backend restart.'));
o.placeholder = '20'; o.placeholder = '20';
o.datatype = 'range(1,60)'; o.datatype = 'range(1,60)';

View file

@ -44,7 +44,7 @@ msgstr "أضف هذا النطاق (الفرعي) لقائمتك السوداء
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "أضف هذا النطاق (الفرعي) لقائمتك المسموحة المحلية." msgstr "أضف هذا النطاق (الفرعي) لقائمتك المسموحة المحلية."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "قائمة حظر إضافية" msgstr "قائمة حظر إضافية"
@ -68,11 +68,11 @@ msgstr "إعدادات متقدمة للبريد الالكتروني"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "إعدادات متقدمة للتقارير" msgstr "إعدادات متقدمة للتقارير"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "القائمة السوداء..." msgstr "القائمة السوداء..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -148,7 +148,7 @@ msgstr "استعلام لقائمة الحظر..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "مصادر قائمة الحظر" msgstr "مصادر قائمة الحظر"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -166,8 +166,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "إلغاء" msgstr "إلغاء"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "فئات" msgstr "فئات"
@ -214,13 +214,17 @@ msgstr "DNS الخلفية"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "دليل DNS" msgstr "دليل DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "تقرير DNS" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "مهلة إعادة تشغيل DNS" msgstr "مهلة إعادة تشغيل DNS"
@ -228,15 +232,15 @@ msgstr "مهلة إعادة تشغيل DNS"
msgid "Date" msgid "Date"
msgstr "تاريخ" msgstr "تاريخ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "تعطيل السماح DNS" msgstr "تعطيل السماح DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "تعطيل إعادة بدء DNS" msgstr "تعطيل إعادة بدء DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -244,7 +248,7 @@ msgstr ""
"قم بتعطيل عمليات إعادة تشغيل adblock التي تم تشغيلها لخلفيات DNS مع وظائف " "قم بتعطيل عمليات إعادة تشغيل adblock التي تم تشغيلها لخلفيات DNS مع وظائف "
"التحميل التلقائي / inotify." "التحميل التلقائي / inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -280,11 +284,11 @@ msgstr "تحميل الأداة"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "إعلام البريد الإلكتروني" msgstr "إعلام البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "عدد إعلام البريد الإلكتروني" msgstr "عدد إعلام البريد الإلكتروني"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "ملف تعريف البريد الإلكتروني" msgstr "ملف تعريف البريد الإلكتروني"
@ -292,11 +296,11 @@ msgstr "ملف تعريف البريد الإلكتروني"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "عنوان مستقبل البريد الإلكتروني" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "عنوان مرسل البريد الإلكتروني" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "موضوع البريد الإلكتروني" msgstr "موضوع البريد الإلكتروني"
@ -345,11 +349,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "الوظائف الحالية" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "مجال بحث DNS خارجي" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -357,6 +361,10 @@ msgstr ""
"المجال الخارجي للتحقق من إعادة تشغيل DNS الخلفية بنجاح. يرجى ملاحظة: لتعطيل " "المجال الخارجي للتحقق من إعادة تشغيل DNS الخلفية بنجاح. يرجى ملاحظة: لتعطيل "
"هذا الاختيار ، قم بتعيين هذا الخيار على \"خطأ\"." "هذا الاختيار ، قم بتعيين هذا الخيار على \"خطأ\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "معايير التصفية مثل التاريخ أو المجال أو العميل (اختياري)" msgstr "معايير التصفية مثل التاريخ أو المجال أو العميل (اختياري)"
@ -369,11 +377,15 @@ msgstr "منافذ جدار الحماية التي يجب فرضها محليً
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "مناطق مصدر جدار الحماية التي يجب فرضها محليًا." 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "مسح ذاكرة التخزين المؤقت DNS" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "امسح ذاكرة التخزين المؤقت ل DNS قبل معالجة adblock أيضًا." msgstr "امسح ذاكرة التخزين المؤقت ل DNS قبل معالجة adblock أيضًا."
@ -389,6 +401,10 @@ msgstr "البوابات القسرية"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "مناطق قسرية" msgstr "مناطق قسرية"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -411,7 +427,7 @@ msgstr "منح حق الوصول إلى Adblock لتطبيق LuCI"
msgid "Information" msgid "Information"
msgstr "معلومة" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "دليل السجن" msgstr "دليل السجن"
@ -435,7 +451,7 @@ msgstr "قصر البحث الآمن على مقدمي خدمات معينين."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "رقم الخط المراد إزالته" msgstr "رقم الخط المراد إزالته"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "قائمة بأجهزة الشبكة المتاحة التي يستخدمها برنامج tcpdump." msgstr "قائمة بأجهزة الشبكة المتاحة التي يستخدمها برنامج tcpdump."
@ -487,7 +503,7 @@ msgstr "لا توجد سجلات ذات صلة ب adblock حتى الآن!"
msgid "Overview" msgid "Overview"
msgstr "نظرة عامة" msgstr "نظرة عامة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"الملف الشخصي المستخدم من قبل \"msmtp\" لرسائل البريد الإلكتروني الخاصة " "الملف الشخصي المستخدم من قبل \"msmtp\" لرسائل البريد الإلكتروني الخاصة "
@ -501,7 +517,7 @@ msgstr "استعلام"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "الاستعلام عن قوائم الحظر والنسخ الاحتياطية النشطة لمجال معين." msgstr "الاستعلام عن قوائم الحظر والنسخ الاحتياطية النشطة لمجال معين."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -562,39 +578,39 @@ msgstr "إعادة تحميل"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "إزالة وظيفة موجودة" msgstr "إزالة وظيفة موجودة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "تقرير عدد القطع" msgstr "تقرير عدد القطع"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "تقرير حجم القطعة" msgstr "تقرير حجم القطعة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "دليل التقارير" msgstr "دليل التقارير"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "واجهة التقرير" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "تقرير المنافذ" msgstr "تقرير المنافذ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "الإبلاغ عن عدد القطع المستخدم بواسطة tcpdump." msgstr "الإبلاغ عن عدد القطع المستخدم بواسطة tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "الإبلاغ عن حجم القطعة المستخدم بواسطة tcpdump بالميجابايت." msgstr "الإبلاغ عن حجم القطعة المستخدم بواسطة tcpdump بالميجابايت."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -628,6 +644,10 @@ msgstr "تشغيل الأدوات"
msgid "Save" msgid "Save"
msgstr "إحفض" msgstr "إحفض"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -636,7 +656,7 @@ msgstr ""
"إرسال رسائل البريد الإلكتروني الخاصة بالإشعار عن حظر الإعلانات. يرجى ملاحظة: " "إرسال رسائل البريد الإلكتروني الخاصة بالإشعار عن حظر الإعلانات. يرجى ملاحظة: "
"هذا يحتاج إلى تثبيت حزمة 'msmtp' إضافية." "هذا يحتاج إلى تثبيت حزمة 'msmtp' إضافية."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "عنوان المرسل لرسائل البريد الإلكتروني الخاصة بإشعار حظر الإعلانات." msgstr "عنوان المرسل لرسائل البريد الإلكتروني الخاصة بإشعار حظر الإعلانات."
@ -644,6 +664,10 @@ msgstr "عنوان المرسل لرسائل البريد الإلكتروني
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "تعيين وظيفة adblock جديدة" msgstr "تعيين وظيفة adblock جديدة"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "إعدادات" msgstr "إعدادات"
@ -656,11 +680,11 @@ msgstr ""
"حجم قائمة انتظار التنزيل لمعالجة التنزيل (بما في ذلك الفرز والدمج وما إلى " "حجم قائمة انتظار التنزيل لمعالجة التنزيل (بما في ذلك الفرز والدمج وما إلى "
"ذلك) بالتوازي." "ذلك) بالتوازي."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "المصادر (الحجم والتركيز)" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "قائمة منافذ مفصولة بمسافة يستخدمها tcpdump." msgstr "قائمة منافذ مفصولة بمسافة يستخدمها tcpdump."
@ -680,7 +704,7 @@ msgstr "الحالة / الإصدار"
msgid "Suspend" msgid "Suspend"
msgstr "تعليق" msgstr "تعليق"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "الدليل الهدف لملفات التقارير المتعلقة ب DNS." msgstr "الدليل الهدف لملفات التقارير المتعلقة ب DNS."
@ -692,7 +716,7 @@ msgstr "الدليل الهدف للنسخ الاحتياطية لقائمة ا
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "الدليل المستهدف لقائمة الحظر التي تم إنشاؤها \"adb_list.overall\"." msgstr "الدليل المستهدف لقائمة الحظر التي تم إنشاؤها \"adb_list.overall\"."
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "الدليل المستهدف لقائمة منع السجن التي تم إنشاؤها \"adb_list.jail\"." msgstr "الدليل المستهدف لقائمة منع السجن التي تم إنشاؤها \"adb_list.jail\"."
@ -723,6 +747,10 @@ msgstr "جزء الدقائق (اختياري ، النطاق: 0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "ناتج سجل النظام ، تمت تصفيته مسبقًا للرسائل ذات الصلة بحظر الإعلان فقط." msgstr "ناتج سجل النظام ، تمت تصفيته مسبقًا للرسائل ذات الصلة بحظر الإعلان فقط."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -755,7 +783,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "وقت" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "حان الوقت لانتظار إعادة تشغيل خلفية DNS ناجحة." msgstr "حان الوقت لانتظار إعادة تشغيل خلفية DNS ناجحة."
@ -771,7 +799,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "أفضل 10 إحصائيات" msgstr "أفضل 10 إحصائيات"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "موضوع رسائل البريد الإلكتروني الخاصة بإشعار adblock." msgstr "موضوع رسائل البريد الإلكتروني الخاصة بإشعار adblock."
@ -788,8 +816,8 @@ msgstr "تأخير الزناد"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "تعذر حفظ التغييرات: s%" msgstr "تعذر حفظ التغييرات: s%"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "المتغيرات" msgstr "المتغيرات"

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Отмени" msgstr "Отмени"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -69,11 +69,11 @@ msgstr "Paràmetres de correu avançats"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -109,11 +109,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Llista negra..." msgstr "Llista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -145,7 +145,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fonts de la llista negra" msgstr "Fonts de la llista negra"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -160,8 +160,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancel•lar" msgstr "Cancel•lar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Categories" msgstr "Categories"
@ -202,13 +202,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Directori del DNS" msgstr "Directori del DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -216,21 +220,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -266,11 +270,11 @@ msgstr "Utilitat de baixades"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificació de correu" msgstr "Notificació de correu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -278,11 +282,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adreça del destinatari de correu" msgstr "Adreça del destinatari de correu"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -330,16 +334,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -352,11 +360,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Purga la memòria cau del DNS" msgstr "Purga la memòria cau 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -372,6 +384,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -391,7 +407,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -415,7 +431,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -463,7 +479,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Visió de conjunt" msgstr "Visió de conjunt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -475,7 +491,7 @@ msgstr "Consulta"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -530,39 +546,39 @@ msgstr "Torna a carregar"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -596,13 +612,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Desar" msgstr "Desar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -610,6 +630,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Paràmetres" msgstr "Paràmetres"
@ -620,11 +644,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -644,7 +668,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -656,7 +680,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -686,6 +710,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -710,7 +738,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -724,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -741,8 +769,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr "Přidejte tuto (sub)doménu na místní blacklist."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Přidat tuto (sub)doménu na místní whitelist." msgstr "Přidat tuto (sub)doménu na místní whitelist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -68,11 +68,11 @@ msgstr "Pokročilá nastavení e-mailu"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Pokročilá nastavení hlášení" msgstr "Pokročilá nastavení hlášení"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Blacklist..." msgstr "Blacklist..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -148,7 +148,7 @@ msgstr "Dotaz na blokovací seznam..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Zdroje seznamů blokování" msgstr "Zdroje seznamů blokování"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Storno" msgstr "Storno"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -207,13 +207,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Adresář DNS" msgstr "Adresář DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -221,21 +225,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -271,11 +275,11 @@ msgstr "Nástroj pro stahování"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Oznámení e-mailem" msgstr "Oznámení e-mailem"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Počet e-mailových oznámení" msgstr "Počet e-mailových oznámení"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-mailový profil" msgstr "E-mailový profil"
@ -283,11 +287,11 @@ msgstr "E-mailový profil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresa příjemce e-mailu" msgstr "Adresa příjemce e-mailu"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresa odesílatele e-mailu" msgstr "Adresa odesílatele e-mailu"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Téma e-mailu" msgstr "Téma e-mailu"
@ -335,11 +339,11 @@ msgstr "Vynutit SafeSearch pro Google, Bing, DuckDuckGo, Yandex a Pixabay."
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Stávající úlohy" msgstr "Stávající úlohy"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -347,6 +351,10 @@ msgstr ""
"Externí doména pro ověření úspěšného restartováni DNS backendu. Pro vypnutí " "Externí doména pro ověření úspěšného restartováni DNS backendu. Pro vypnutí "
"tohoto ověření prosím vyberte možnost \"false\"." "tohoto ověření prosím vyberte možnost \"false\"."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -359,11 +367,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vyprázdnit mezipaměť DNS" msgstr "Vyprázdnit mezipaměť 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Vyprázdnit mezipaměť DNS před zpracováním adblocku." msgstr "Vyprázdnit mezipaměť DNS před zpracováním adblocku."
@ -379,6 +391,10 @@ msgstr "Vynucené porty"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Vynucené zóny" msgstr "Vynucené zóny"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -398,7 +414,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "Informace" msgstr "Informace"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -422,7 +438,7 @@ msgstr "Omezit SafeSearch na vybrané poskytovatele."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Číslo řádku k odstranění" msgstr "Číslo řádku k odstranění"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Seznam dostupných síťových zařízení pro tcpdump." msgstr "Seznam dostupných síťových zařízení pro tcpdump."
@ -476,7 +492,7 @@ msgstr "Zatím nejsou k dispozici žádné protokolové záznamy ohledně adbloc
msgid "Overview" msgid "Overview"
msgstr "Přehled" msgstr "Přehled"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil \"msmtp\" pro e-mailové oznámení adblocku." msgstr "Profil \"msmtp\" pro e-mailové oznámení adblocku."
@ -488,7 +504,7 @@ msgstr "Dotaz"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -545,39 +561,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Počet bloků sestavy" msgstr "Počet bloků sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Velikost bloků sestavy" msgstr "Velikost bloků sestavy"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Adresář sestav" msgstr "Adresář sestav"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Rozhraní sestavy" msgstr "Rozhraní sestavy"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -611,13 +627,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Uložit" msgstr "Uložit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -625,6 +645,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -635,11 +659,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -659,7 +683,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "Pozastavit" msgstr "Pozastavit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -671,7 +695,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Cílový adresář pro vygenerovaný blokovací seznam '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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -701,6 +725,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." 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." 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
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -725,7 +753,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Čas" msgstr "Čas"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -739,7 +767,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -756,8 +784,8 @@ msgstr "Prodleva spuštění"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr "Füge diese (Sub-)Domain zur lokalen Blacklist."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Füge diese (Sub-)Domain zur lokalen Whiteklist." msgstr "Füge diese (Sub-)Domain zur lokalen Whiteklist."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Zusätzliche Jail-Sperrliste" msgstr "Zusätzliche Jail-Sperrliste"
@ -69,11 +69,11 @@ msgstr "Fortgeschrittene E-Mail Einstellungen"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Fortgeschrittene Berichtseinstellungen" msgstr "Fortgeschrittene Berichtseinstellungen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -113,11 +113,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Blockierliste..." msgstr "Blockierliste..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -149,7 +149,7 @@ msgstr "Sperrlisten abfragen..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Blockierlisten-Quellen" msgstr "Blockierlisten-Quellen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -167,8 +167,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Abbrechen" msgstr "Abbrechen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Kategorien" msgstr "Kategorien"
@ -215,13 +215,17 @@ msgstr "DNS-Backend"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS-Verzeichnis" msgstr "DNS-Verzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS-Report" msgstr "DNS-Report"
#: 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS-Restart-Timeout" msgstr "DNS-Restart-Timeout"
@ -229,15 +233,15 @@ msgstr "DNS-Restart-Timeout"
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Deaktiviere DNS-Zulassen" msgstr "Deaktiviere DNS-Zulassen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "DNS-Neustarts deaktivieren" msgstr "DNS-Neustarts deaktivieren"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -245,7 +249,7 @@ msgstr ""
"Deaktiviere das Triggern von Neustarts des DNS-Backends durch Adblock per " "Deaktiviere das Triggern von Neustarts des DNS-Backends durch Adblock per "
"Autoload/inotify-Funktionsaufrufe." "Autoload/inotify-Funktionsaufrufe."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -281,11 +285,11 @@ msgstr "Download-Werkzeug"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Mail-Benachrichtigung" msgstr "E-Mail-Benachrichtigung"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "E-Mail Benachrichtigungszähler" msgstr "E-Mail Benachrichtigungszähler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail-Profil" msgstr "E-Mail-Profil"
@ -293,11 +297,11 @@ msgstr "E-Mail-Profil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Mail Empfängeradresse" msgstr "E-Mail Empfängeradresse"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Mail Absenderadresse" msgstr "E-Mail Absenderadresse"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Mail-Thema" msgstr "E-Mail-Thema"
@ -346,11 +350,11 @@ msgstr "Erzwinge SafeSearch für Google, Bing, DuckDuckGo, Yandex und Pixabay."
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Bestehende Job(s)" msgstr "Bestehende Job(s)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Externe DNS Lookup Domain" msgstr "Externe DNS Lookup Domain"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -358,6 +362,10 @@ msgstr ""
"Externe Beispiel-Domain um einen erfolgreichen Neustart des DNS-Backend zu " "Externe Beispiel-Domain um einen erfolgreichen Neustart des DNS-Backend zu "
"prüfen. Auf \"false\" setzen, um dies zu deaktivieren." "prüfen. Auf \"false\" setzen, um dies zu deaktivieren."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filterkriterien wie z.B. Datum, Domain oder Client (optional)" msgstr "Filterkriterien wie z.B. Datum, Domain oder Client (optional)"
@ -370,11 +378,15 @@ msgstr "Firewall-Ports, die lokal erzwungen/aufgelöst werden sollen."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Firewall-Zonen, die lokal erzwungen/aufgelöst werden sollen." msgstr "Firewall-Zonen, die lokal erzwungen/aufgelöst werden sollen."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS-Cache leeren" msgstr "DNS-Cache leeren"
#: 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird." msgstr "DNS-Cache leeren, bevor mit Adblock-Verarbeitung fortgefahren wird."
@ -390,6 +402,10 @@ msgstr "Erzwungene Ports"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Erzwungene Zonen" msgstr "Erzwungene Zonen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -412,7 +428,7 @@ msgstr "Zugriff auf adblock LuCI app erlauten"
msgid "Information" msgid "Information"
msgstr "Informationen" msgstr "Informationen"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Sperrverzeichnis" msgstr "Sperrverzeichnis"
@ -436,7 +452,7 @@ msgstr "SafeSearch auf bestimmte Anbieter einschränken."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Zu entfernende Zeile" msgstr "Zu entfernende Zeile"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
"Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden " "Liste an verfügbaren Netzwerkschnittstellen die von tcpdump verwendet werden "
@ -493,7 +509,7 @@ msgstr "Aktuell noch keine Adblock-Logs vorhanden!"
msgid "Overview" msgid "Overview"
msgstr "Übersicht" msgstr "Übersicht"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird." "\"msmtp\"-Profil, das für Adblock-Benachrichtigunsmails verwendet wird."
@ -506,7 +522,7 @@ msgstr "Abfrage"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "Frage aktive Sperrlisten und Backups über eine spezifische Domain ab." msgstr "Frage aktive Sperrlisten und Backups über eine spezifische Domain ab."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -568,39 +584,39 @@ msgstr "Neu laden"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Entferne einen vorhandenen Job" msgstr "Entferne einen vorhandenen Job"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Berichte Datenblock-Anzahl" msgstr "Berichte Datenblock-Anzahl"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Berichte Datenblock-Größe" msgstr "Berichte Datenblock-Größe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Report-Verzeichnis" msgstr "Report-Verzeichnis"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Berichte-Schnittstelle" msgstr "Berichte-Schnittstelle"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Berichte Ports" msgstr "Berichte Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Berichte Datenblock-Nutzung durch tcpdump." msgstr "Berichte Datenblock-Nutzung durch tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Berichte von tcpdump verwendete Datenblockgröße in MByte." msgstr "Berichte von tcpdump verwendete Datenblockgröße in MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -634,6 +650,10 @@ msgstr "Run-Werkzeuge"
msgid "Save" msgid "Save"
msgstr "Speichern" msgstr "Speichern"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -642,7 +662,7 @@ msgstr ""
"Sende relevante Adblock-Benachrichtigungen per Email. Hinweis: Hierzu muss " "Sende relevante Adblock-Benachrichtigungen per Email. Hinweis: Hierzu muss "
"das \"msmtp\"-Zusatzpaket installiert sein." "das \"msmtp\"-Zusatzpaket installiert sein."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Absenderadresse für Adblock-Benachrichtigungsmails." msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
@ -650,6 +670,10 @@ msgstr "Absenderadresse für Adblock-Benachrichtigungsmails."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Setze einen neuen adblock Job" msgstr "Setze einen neuen adblock Job"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
@ -662,11 +686,11 @@ msgstr ""
"Größe der Download-Warteschlange für laufende Downloads (inkl. Platzbedarf " "Größe der Download-Warteschlange für laufende Downloads (inkl. Platzbedarf "
"für Sortieren, Zusammenführen)." "für Sortieren, Zusammenführen)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Quellen (Größe, Fokus)" msgstr "Quellen (Größe, Fokus)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden." msgstr "Leerzeichengetrennte Liste an Ports die von tcpdump genutzt werden."
@ -686,7 +710,7 @@ msgstr "Status / Version"
msgid "Suspend" msgid "Suspend"
msgstr "Anhalten" msgstr "Anhalten"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Zielverzeichnis für DNS-bezogene Report Dateien." msgstr "Zielverzeichnis für DNS-bezogene Report Dateien."
@ -698,7 +722,7 @@ msgstr "Zielverzeichnis für Backups von Blocklisten."
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Zielverzeichnis für die erzeugte Sperrliste '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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"." msgstr "Zielverzeichnis für die erzeugte Jail-Sperrliste \"adb_list.jail\"."
@ -728,6 +752,10 @@ msgstr "Der Minutenteil (Werte zw. 0-59)"
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Die Syslog-Ausgabe, vorgefiltert nur für Adblock-bezogene Nachrichten." msgstr "Die Syslog-Ausgabe, vorgefiltert nur für Adblock-bezogene Nachrichten."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -762,7 +790,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Zeit" msgstr "Zeit"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang." msgstr "Timeout für erfolgreichen DNS-Backend-Startvorgang."
@ -778,7 +806,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top-10 Statistiken" msgstr "Top-10 Statistiken"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Betreff für Adblock-Benachrichtigungsmails." msgstr "Betreff für Adblock-Benachrichtigungsmails."
@ -795,8 +823,8 @@ msgstr "Verzögerung der Trigger-Bedingung"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Konnte Änderungen nicht speichern: %s" msgstr "Konnte Änderungen nicht speichern: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Varianten" msgstr "Varianten"

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr "Προηγμένες ρυθμίσεις ηλεκτρονικού ταχ
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Σύνθετες ρυθμίσεις αναφοράς" msgstr "Σύνθετες ρυθμίσεις αναφοράς"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Λίστα Μπλοκαρισμένων πηγών" msgstr "Λίστα Μπλοκαρισμένων πηγών"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Ακύρωση" msgstr "Ακύρωση"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "κατάλογος DNS" msgstr "κατάλογος DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Ημερομηνία" msgstr "Ημερομηνία"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -46,7 +46,7 @@ msgstr "Agregue este (sub) dominio a su lista negra local."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Agregue este (sub) dominio a su lista blanca local." msgstr "Agregue este (sub) dominio a su lista blanca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Lista de bloqueo adicional de la cárcel" msgstr "Lista de bloqueo adicional de la cárcel"
@ -72,11 +72,11 @@ msgstr "Configuración avanzada de correo electrónico"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Configuración avanzada de informes" msgstr "Configuración avanzada de informes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Permitir direcciones IP de clientes locales" msgstr "Permitir direcciones IP de clientes locales"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
#, fuzzy #, fuzzy
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "Allow all requests of certain DNS clients based on their IP address (RPZ-"
@ -120,11 +120,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista negra..." msgstr "Lista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Bloquear direcciones IP de clientes locales" msgstr "Bloquear direcciones IP de clientes locales"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
#, fuzzy #, fuzzy
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "Block all requests of certain DNS clients based on their IP address (RPZ-"
@ -160,7 +160,7 @@ msgstr "Consulta de lista de bloqueo..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fuentes de lista de bloqueo" msgstr "Fuentes de lista de bloqueo"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -179,8 +179,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Categorías" msgstr "Categorías"
@ -227,13 +227,17 @@ msgstr "Backend de DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Directorio DNS" msgstr "Directorio DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Informe DNS" msgstr "Informe 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tiempo de espera de reinicio de DNS" msgstr "Tiempo de espera de reinicio de DNS"
@ -241,15 +245,15 @@ msgstr "Tiempo de espera de reinicio de DNS"
msgid "Date" msgid "Date"
msgstr "Fecha" msgstr "Fecha"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Desactivar Permitir DNS" msgstr "Desactivar Permitir DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Desactivar Reinicios de DNS" msgstr "Desactivar Reinicios de DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -257,7 +261,7 @@ msgstr ""
"Desactivar los reinicios activados por adblock para back-end dns con " "Desactivar los reinicios activados por adblock para back-end dns con "
"funciones de carga automática/inotify." "funciones de carga automática/inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desactivar la lista blanca selectiva de DNS (RPZ-PASSTHRU)." msgstr "Desactivar la lista blanca selectiva de DNS (RPZ-PASSTHRU)."
@ -294,11 +298,11 @@ msgstr "Utilidad de descarga"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificación por correo electrónico" msgstr "Notificación por correo electrónico"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Conteo de notificaciones por E-Mail" msgstr "Conteo de notificaciones por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de correo electrónico" msgstr "Perfil de correo electrónico"
@ -306,11 +310,11 @@ msgstr "Perfil de correo electrónico"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Dirección del destinatario de correo electrónico" msgstr "Dirección del destinatario de correo electrónico"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Dirección del remitente de correo electrónico" msgstr "Dirección del remitente de correo electrónico"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Tema del correo electrónico" msgstr "Tema del correo electrónico"
@ -362,11 +366,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Trabajo(s) existente(s)" msgstr "Trabajo(s) existente(s)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Dominio de búsqueda de DNS externo" msgstr "Dominio de búsqueda de DNS externo"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -375,6 +379,10 @@ msgstr ""
"exitoso. Tenga en cuenta: para desactivar esta comprobación, configure esta " "exitoso. Tenga en cuenta: para desactivar esta comprobación, configure esta "
"opción en 'falso'." "opción en 'falso'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Criterios de filtro como fecha, dominio o cliente (opcional)" msgstr "Criterios de filtro como fecha, dominio o cliente (opcional)"
@ -387,11 +395,15 @@ msgstr "Puertos del cortafuegos que deben forzarse localmente."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zonas de origen del cortafuegos que deben forzarse localmente." msgstr "Zonas de origen del cortafuegos que deben forzarse localmente."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vaciar caché de DNS" msgstr "Vaciar caché de 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también." msgstr "Vacíe la caché de DNS antes del procesamiento de adblock también."
@ -407,6 +419,10 @@ msgstr "Puertos forzados"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zonas forzadas" msgstr "Zonas forzadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -430,7 +446,7 @@ msgstr "Conceder acceso a la aplicación adblock de LuCI"
msgid "Information" msgid "Information"
msgstr "Información" msgstr "Información"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Directorio de la cárcel" msgstr "Directorio de la cárcel"
@ -454,7 +470,7 @@ msgstr "Limitar SafeSearch a proveedores specíficos."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Número de línea para eliminar" msgstr "Número de línea para eliminar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump." msgstr "Lista de dispositivos de red disponibles utilizados por tcpdump."
@ -510,7 +526,7 @@ msgstr "¡Aún no hay registros relacionados con adblock!"
msgid "Overview" msgid "Overview"
msgstr "Vista general" msgstr "Vista general"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock." msgstr "Perfil utilizado por 'msmtp' para notificaciones de E-Mails adblock."
@ -524,7 +540,7 @@ msgstr ""
"Consulta listas de bloqueo activas y copias de seguridad para un dominio " "Consulta listas de bloqueo activas y copias de seguridad para un dominio "
"específico." "específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -586,40 +602,40 @@ msgstr "Recargar"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Eliminar un trabajo existente" msgstr "Eliminar un trabajo existente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Informe de recuento de fragmentos" msgstr "Informe de recuento de fragmentos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Tamaño del fragmento de informe" msgstr "Tamaño del fragmento de informe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Directorio de informes" msgstr "Directorio de informes"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Interfaz de informe" msgstr "Interfaz de informe"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Informar puertos" msgstr "Informar puertos"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Informe el recuento de fragmentos utilizado por tcpdump." msgstr "Informe el recuento de fragmentos utilizado por tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informe el tamaño del fragmento utilizado por tcpdump en 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:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
#, fuzzy #, fuzzy
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "Resolver IPs" msgstr "Resolver IPs"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
"Resuelva las direcciones IP de informes mediante búsquedas de DNS inversas " "Resuelva las direcciones IP de informes mediante búsquedas de DNS inversas "
@ -655,6 +671,10 @@ msgstr "Ejecutar utilidades"
msgid "Save" msgid "Save"
msgstr "Guardar" msgstr "Guardar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -663,7 +683,7 @@ msgstr ""
"Enviar correos electrónicos de notificación relacionados con adblock. Tenga " "Enviar correos electrónicos de notificación relacionados con adblock. Tenga "
"en cuenta: esto necesita una instalación adicional del paquete 'msmtp'." "en cuenta: esto necesita una instalación adicional del paquete 'msmtp'."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
"Dirección del remitente para los correos electrónicos de notificación de " "Dirección del remitente para los correos electrónicos de notificación de "
@ -673,6 +693,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Establecer un nuevo trabajo de adblock" msgstr "Establecer un nuevo trabajo de adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Configuraciones" msgstr "Configuraciones"
@ -685,11 +709,11 @@ msgstr ""
"Tamaño de la cola de descarga para el procesamiento de descarga (incluida la " "Tamaño de la cola de descarga para el procesamiento de descarga (incluida la "
"clasificación, fusión, etc.) en paralelo." "clasificación, fusión, etc.) en paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Fuentes (tamaño, enfoque)" msgstr "Fuentes (tamaño, enfoque)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Lista de puertos separados por espacios utilizados por tcpdump." msgstr "Lista de puertos separados por espacios utilizados por tcpdump."
@ -709,7 +733,7 @@ msgstr "Estado/Versión"
msgid "Suspend" msgid "Suspend"
msgstr "Suspender" msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Directorio de destino para archivos de informes relacionados con DNS." msgstr "Directorio de destino para archivos de informes relacionados con DNS."
@ -722,7 +746,7 @@ msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Directorio de destino para la lista de bloqueo generada 'adb_list.overall'." "Directorio de destino para la lista de bloqueo generada 'adb_list.overall'."
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Directorio de destino para la lista de bloqueo de cárcel generada 'adb_list." "Directorio de destino para la lista de bloqueo de cárcel generada 'adb_list."
@ -756,6 +780,10 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
"La salida de syslog, prefiltrada solo para mensajes relacionados con adblock." "La salida de syslog, prefiltrada solo para mensajes relacionados con adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -790,7 +818,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Hora" msgstr "Hora"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso." msgstr "Tiempo de espera para esperar un reinicio de backend de DNS exitoso."
@ -806,7 +834,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top 10 estadísticas" msgstr "Top 10 estadísticas"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Tema para los correos electrónicos de notificación de adblock." msgstr "Tema para los correos electrónicos de notificación de adblock."
@ -823,8 +851,8 @@ msgstr "Retraso de disparo"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "No se pudo guardar los cambios: %s" msgstr "No se pudo guardar los cambios: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"

View file

@ -43,7 +43,7 @@ msgstr "Lisää tämä (ali-)verkkonimi kieltolistallesi."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Lisää tämä (ali-)verkkonimi sallittujen listallesi." msgstr "Lisää tämä (ali-)verkkonimi sallittujen listallesi."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -68,11 +68,11 @@ msgstr "Sähköpostin lisäasetukset"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Raportoinnin lisäasetukset" msgstr "Raportoinnin lisäasetukset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Kieltolista..." msgstr "Kieltolista..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -148,7 +148,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Estolistojen lähteet" msgstr "Estolistojen lähteet"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Peruuta" msgstr "Peruuta"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -205,13 +205,17 @@ msgstr "DNS-sovellus"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS:n uudelleenkäynnistyksen aikaraja" msgstr "DNS:n uudelleenkäynnistyksen aikaraja"
@ -219,15 +223,15 @@ msgstr "DNS:n uudelleenkäynnistyksen aikaraja"
msgid "Date" msgid "Date"
msgstr "Päivä" msgstr "Päivä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Estä DNS:n salliminen" msgstr "Estä DNS:n salliminen"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Estä DNS:n uudelleenkäynnistykset" msgstr "Estä DNS:n uudelleenkäynnistykset"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -235,7 +239,7 @@ msgstr ""
"Estä adblockin aiheuttamat DNS-sovelluksen uudelleenkäynnistykset autoload/" "Estä adblockin aiheuttamat DNS-sovelluksen uudelleenkäynnistykset autoload/"
"inotify-funktioilla." "inotify-funktioilla."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -271,11 +275,11 @@ msgstr "Lataustyökalu"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Sähköposti-ilmoitus" msgstr "Sähköposti-ilmoitus"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Sähköposti-ilmoitusten määrä" msgstr "Sähköposti-ilmoitusten määrä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Sähköpostiprofiili" msgstr "Sähköpostiprofiili"
@ -283,11 +287,11 @@ msgstr "Sähköpostiprofiili"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Sähköposti: vastaanottajan osoite" msgstr "Sähköposti: vastaanottajan osoite"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Sähköposti: lähettäjän osoite" msgstr "Sähköposti: lähettäjän osoite"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Sähköposti: otsikko" msgstr "Sähköposti: otsikko"
@ -335,16 +339,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Nykyiset työt" msgstr "Nykyiset työt"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Suodatintekijät kuten päivä, verkkonimi tai asiakas (valinnainen)" msgstr "Suodatintekijät kuten päivä, verkkonimi tai asiakas (valinnainen)"
@ -357,11 +365,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Tyhjennä DNS-välimuisti" msgstr "Tyhjennä DNS-välimuisti"
#: 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä." msgstr "Tyhjennä DNS-välimuisti ennen Adblock-sääntöjen käsittelyä."
@ -377,6 +389,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -396,7 +412,7 @@ msgstr "Salli pääsy Adblock-asetuksiin"
msgid "Information" msgid "Information"
msgstr "Tietoja" msgstr "Tietoja"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -420,7 +436,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -468,7 +484,7 @@ msgstr "Ei vielä Adblock-lokeja!"
msgid "Overview" msgid "Overview"
msgstr "Yleiskatsaus" msgstr "Yleiskatsaus"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -480,7 +496,7 @@ msgstr "Kysely"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -535,39 +551,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Raporttipalojen määrä" msgstr "Raporttipalojen määrä"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Raporttipalojen koko" msgstr "Raporttipalojen koko"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Raporttihakemisto" msgstr "Raporttihakemisto"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Raportoitava sovitin" msgstr "Raportoitava sovitin"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Raportoitavat portit" msgstr "Raportoitavat portit"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -601,13 +617,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Tallenna" msgstr "Tallenna"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille." msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille."
@ -615,6 +635,10 @@ msgstr "Lähettäjän osoite Adblockin sähköposti-ilmoituksille."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Asetukset" msgstr "Asetukset"
@ -625,11 +649,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Lähteet (koko, fokus)" msgstr "Lähteet (koko, fokus)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -649,7 +673,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -661,7 +685,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -691,6 +715,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -715,7 +743,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -729,7 +757,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -746,8 +774,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr "Ajouter ce (sous-)domaine à la Liste noire locale."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Ajout ce (sous-)domaine à la Liste blanche locale." msgstr "Ajout ce (sous-)domaine à la Liste blanche locale."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Liste additionnelle de blocage des Bannis" msgstr "Liste additionnelle de blocage des Bannis"
@ -68,11 +68,11 @@ msgstr "Paramètres d'e-mail avancés"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Paramètres de rapport avancés" msgstr "Paramètres de rapport avancés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Autoriser les IPs locales du client" msgstr "Autoriser les IPs locales du client"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -115,11 +115,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Liste noire ..." msgstr "Liste noire ..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Bloquer les IPs du client local" msgstr "Bloquer les IPs du client local"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -154,7 +154,7 @@ msgstr "Demande à la liste de blocage..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Sources de la liste de blocage" msgstr "Sources de la liste de blocage"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -173,8 +173,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Annuler" msgstr "Annuler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Catégories" msgstr "Catégories"
@ -222,13 +222,17 @@ msgstr "Backend du DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Répertoire du DNS" msgstr "Répertoire du DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Rapport DNS" msgstr "Rapport 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Délai de redémarrage DNS" msgstr "Délai de redémarrage DNS"
@ -236,15 +240,15 @@ msgstr "Délai de redémarrage DNS"
msgid "Date" msgid "Date"
msgstr "Date" msgstr "Date"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Désactiver l'autorisation DNS" msgstr "Désactiver l'autorisation DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Désactiver les redémarrages DNS" msgstr "Désactiver les redémarrages DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -252,7 +256,7 @@ msgstr ""
"Désactiver les redémarrages déclenchés par AdBlock pour les backends DNS " "Désactiver les redémarrages déclenchés par AdBlock pour les backends DNS "
"avec des fonctions d'auto-chargement/notification." "avec des fonctions d'auto-chargement/notification."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Désactiver les Listes blanches DNS séléctives (RPZ-PASSTHRU)." msgstr "Désactiver les Listes blanches DNS séléctives (RPZ-PASSTHRU)."
@ -288,11 +292,11 @@ msgstr "Télécharger l'utilitaire"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notification par e-mail" msgstr "Notification par e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Nombre de notifications par e-mail" msgstr "Nombre de notifications par e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-mail du profil" msgstr "E-mail du profil"
@ -300,11 +304,11 @@ msgstr "E-mail du profil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresse e-mail du destinataire" msgstr "Adresse e-mail du destinataire"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresse e-mail de l'expéditeur" msgstr "Adresse e-mail de l'expéditeur"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Objet de l'e-mail" msgstr "Objet de l'e-mail"
@ -356,11 +360,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Travaux en cours" msgstr "Travaux en cours"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domaine de recherche DNS externe" msgstr "Domaine de recherche DNS externe"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -369,6 +373,10 @@ msgstr ""
"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
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Critère filtre comme la date, domaine, client (option)" msgstr "Critère filtre comme la date, domaine, client (option)"
@ -381,11 +389,15 @@ msgstr "Ports de pare-feu qui doivent être forcés localement."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zones sources du pare-feu qui doivent être forcées localement." msgstr "Zones sources du pare-feu qui doivent être forcées localement."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vider le cache DNS" msgstr "Vider le cache 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Videz également le cache DNS avant le traitement des adblocs." msgstr "Videz également le cache DNS avant le traitement des adblocs."
@ -401,6 +413,10 @@ msgstr "Ports forcés"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zones forcées" msgstr "Zones forcées"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -424,7 +440,7 @@ msgstr "Donner tout accès à l'application LuCI adblock"
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Répertoire des bannis" msgstr "Répertoire des bannis"
@ -448,7 +464,7 @@ msgstr "Limitez SafeSearch à certains fournisseurs."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Numéro de la ligne à supprimer" msgstr "Numéro de la ligne à supprimer"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump." msgstr "Liste des périphériques réseau disponibles utilisés par tcpdump."
@ -504,7 +520,7 @@ msgstr "Pas encore de journaux liés à l'adblock !"
msgid "Overview" msgid "Overview"
msgstr "Aperçu" msgstr "Aperçu"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock." msgstr "Profil utilisé par \"msmtp\" pour les e-mails de notification adblock."
@ -518,7 +534,7 @@ msgstr ""
"Recherchez des listes de blocage actives et des sauvegardes pour un domaine " "Recherchez des listes de blocage actives et des sauvegardes pour un domaine "
"spécifique." "spécifique."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -583,39 +599,39 @@ msgstr "Recharger"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Supprimer un travail existant" msgstr "Supprimer un travail existant"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Rapporter le nombre de morceaux" msgstr "Rapporter le nombre de morceaux"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Rapporter la taille des morceaux" msgstr "Rapporter la taille des morceaux"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Répertoire des rapports" msgstr "Répertoire des rapports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Interface des rapports" msgstr "Interface des rapports"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapport des Ports" msgstr "Rapport des Ports"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Signalez le nombre de morceaux utilisés par tcpdump." msgstr "Signalez le nombre de morceaux utilisés par tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Indiquez la taille des morceaux utilisés par tcpdump en 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:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -649,6 +665,10 @@ msgstr "Outils de travail"
msgid "Save" msgid "Save"
msgstr "Enregistrer" msgstr "Enregistrer"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -657,7 +677,7 @@ msgstr ""
"Envoyer des e-mails de notification relatifs à l'adblock. Veuillez noter que " "Envoyer des e-mails de notification relatifs à l'adblock. Veuillez noter que "
"l'installation du paquet \"msmtp\" supplémentaire est nécessaire." "l'installation du paquet \"msmtp\" supplémentaire est nécessaire."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
"Adresse de l'expéditeur des courriers électroniques de notification de " "Adresse de l'expéditeur des courriers électroniques de notification de "
@ -667,6 +687,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Configurer un nouveau travail AdBlock" msgstr "Configurer un nouveau travail AdBlock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Paramètres" msgstr "Paramètres"
@ -679,11 +703,11 @@ msgstr ""
"Taille de la file d'attente pour le traitement des téléchargements (y " "Taille de la file d'attente pour le traitement des téléchargements (y "
"compris le tri, la fusion, etc.) en parallèle." "compris le tri, la fusion, etc.) en parallèle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Sources (Taille, Focus)" msgstr "Sources (Taille, Focus)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Liste des ports utilisés par tcpdump, séparés par des espaces." msgstr "Liste des ports utilisés par tcpdump, séparés par des espaces."
@ -703,7 +727,7 @@ msgstr "Statut / Version"
msgid "Suspend" msgid "Suspend"
msgstr "Mettre en pause" msgstr "Mettre en pause"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Répertoire cible des rapports DNS." msgstr "Répertoire cible des rapports DNS."
@ -716,7 +740,7 @@ msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Répertoire cible pour la liste de blocage générée \"adb_list.overall\"." "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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." 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\"." msgstr "Répertoire cible pour la liste de blocage générée \"adb_list.jail\"."
@ -748,6 +772,10 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
"La sortie syslog, pré-filtrée pour les messages liés à adblock uniquement." "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
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -784,7 +812,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Heure" msgstr "Heure"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." 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." msgstr "Délai d'attente pour un redémarrage réussi du backend du DNS."
@ -800,7 +828,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top 10 Statistiques" msgstr "Top 10 Statistiques"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Objet pour les notifications par e-mails d'adblock." msgstr "Objet pour les notifications par e-mails d'adblock."
@ -817,8 +845,8 @@ msgstr "Délai de déclenchement"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Sauvegarde impossible: %s" msgstr "Sauvegarde impossible: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"

View file

@ -44,7 +44,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -68,11 +68,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -108,11 +108,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -144,7 +144,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -159,8 +159,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "ביטול" msgstr "ביטול"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -201,13 +201,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -215,21 +219,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -265,11 +269,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -277,11 +281,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -329,16 +333,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -351,11 +359,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -371,6 +383,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -390,7 +406,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -414,7 +430,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -462,7 +478,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -474,7 +490,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -529,39 +545,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -595,13 +611,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -609,6 +629,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "הגדרות" msgstr "הגדרות"
@ -619,11 +643,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -643,7 +667,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -655,7 +679,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -685,6 +709,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -709,7 +737,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -723,7 +751,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -740,8 +768,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -37,7 +37,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -61,11 +61,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -101,11 +101,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -137,7 +137,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -152,8 +152,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -194,13 +194,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -208,21 +212,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -258,11 +262,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -270,11 +274,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -322,16 +326,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -344,11 +352,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -364,6 +376,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -383,7 +399,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -407,7 +423,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -455,7 +471,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -467,7 +483,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -522,39 +538,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -588,13 +604,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -602,6 +622,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -612,11 +636,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -636,7 +660,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -648,7 +672,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -678,6 +702,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -702,7 +730,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -716,7 +744,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -733,8 +761,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -69,11 +69,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -109,11 +109,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -145,7 +145,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Blokkolási lista forrásai" msgstr "Blokkolási lista forrásai"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -160,8 +160,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Mégse" msgstr "Mégse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -202,13 +202,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS könyvtár" msgstr "DNS könyvtár"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -216,21 +220,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Dátum" msgstr "Dátum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -266,11 +270,11 @@ msgstr "Letöltési segédprogram"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-mail értesítés" msgstr "E-mail értesítés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -278,11 +282,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-mail fogadócím" msgstr "E-mail fogadócím"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -330,16 +334,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -352,11 +360,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS gyorsítótár kiürítése" msgstr "DNS gyorsítótár kiürítése"
#: 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -372,6 +384,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -391,7 +407,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -415,7 +431,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -464,7 +480,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Áttekintés" msgstr "Áttekintés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -476,7 +492,7 @@ msgstr "Lekérdezés"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -531,39 +547,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Darabok számának jelentése" msgstr "Darabok számának jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Darabok méretének jelentése" msgstr "Darabok méretének jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Könyvtár jelentése" msgstr "Könyvtár jelentése"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Csatoló jelentése" msgstr "Csatoló jelentése"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -597,13 +613,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Mentés" msgstr "Mentés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -611,6 +631,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Beállítások" msgstr "Beállítások"
@ -621,11 +645,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -645,7 +669,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "Felfüggesztés" msgstr "Felfüggesztés"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -657,7 +681,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." 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." 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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -689,6 +713,10 @@ msgstr ""
"A rendszernapló kimenete, előre szűrve csak a reklámblokkolóhoz kapcsolódó " "A rendszernapló kimenete, előre szűrve csak a reklámblokkolóhoz kapcsolódó "
"üzenetekhez." "üzenetekhez."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -713,7 +741,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Idő" msgstr "Idő"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -727,7 +755,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -744,8 +772,8 @@ msgstr "Aktiváló késleltetése"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -46,7 +46,7 @@ msgstr "Aggiungi questo (sotto)dominio alla tua lista nera locale."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Aggiungi questo (sotto)dominio alla tua lista bianca locale." msgstr "Aggiungi questo (sotto)dominio alla tua lista bianca locale."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -70,11 +70,11 @@ msgstr "Impostazioni E-Mail avanzate"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Impostazioni avanzate dei report" msgstr "Impostazioni avanzate dei report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Consenti IP dei client locali" msgstr "Consenti IP dei client locali"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Blacklist..." msgstr "Blacklist..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Blocca client IP locali" msgstr "Blocca client IP locali"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -156,7 +156,7 @@ msgstr "Cerca lista di blocco..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fonti lista di Blocco" msgstr "Fonti lista di Blocco"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -171,8 +171,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Annulla" msgstr "Annulla"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Categorie" msgstr "Categorie"
@ -219,13 +219,17 @@ msgstr "Backend DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Directory DNS" msgstr "Directory DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Report del DNS" msgstr "Report 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tempo di riavvio del DNS" msgstr "Tempo di riavvio del DNS"
@ -233,21 +237,21 @@ msgstr "Tempo di riavvio del DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Disabilita Consenti DNS" msgstr "Disabilita Consenti DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Disabilita riavvio DNS" msgstr "Disabilita riavvio DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Disabilita whitelist DNS selettiva (RPZ-PASSTHRU)." msgstr "Disabilita whitelist DNS selettiva (RPZ-PASSTHRU)."
@ -283,11 +287,11 @@ msgstr "Utilità di download"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notifica e-mail" msgstr "Notifica e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Conteggio notifiche e-mail" msgstr "Conteggio notifiche e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profilo e-mail" msgstr "Profilo e-mail"
@ -295,11 +299,11 @@ msgstr "Profilo e-mail"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Indirizzo e-mail destinatario" msgstr "Indirizzo e-mail destinatario"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Indirizzo e-mail mittente" msgstr "Indirizzo e-mail mittente"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Oggetto e-mail" msgstr "Oggetto e-mail"
@ -349,16 +353,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Processi esistenti" msgstr "Processi esistenti"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Dominio DNS di lookup esterno" msgstr "Dominio DNS di lookup esterno"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -371,11 +379,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Pulisci Cache DNS" msgstr "Pulisci Cache 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -391,6 +403,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -410,7 +426,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -434,7 +450,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -483,7 +499,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Riassunto" msgstr "Riassunto"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -495,7 +511,7 @@ msgstr "Interrogazione"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -551,39 +567,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Directory dei report" msgstr "Directory dei report"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -617,13 +633,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Salva" msgstr "Salva"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -631,6 +651,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Impostazioni" msgstr "Impostazioni"
@ -641,11 +665,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -665,7 +689,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "Sospendi" msgstr "Sospendi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -677,7 +701,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Directory per la lista di blocco generata '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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -708,6 +732,10 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
"L'output di syslog, pre-filtrato solo per i messaggi relativi ad adblock." "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
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -732,7 +760,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -746,7 +774,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -763,8 +791,8 @@ msgstr "Ritardo Innesco"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -46,7 +46,7 @@ msgstr "この(サブ)ドメインをローカルのブラックリストに追
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "この(サブ)ドメインをローカルのホワイトリストに追加します。" msgstr "この(サブ)ドメインをローカルのホワイトリストに追加します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "追加のJailブロックリスト" msgstr "追加のJailブロックリスト"
@ -70,11 +70,11 @@ msgstr "Eメールの詳細設定"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "リポートの詳細設定" msgstr "リポートの詳細設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -113,11 +113,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "ブラックリスト..." msgstr "ブラックリスト..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -149,7 +149,7 @@ msgstr "ブロックリストのクエリ..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "ブロックリスト提供元" msgstr "ブロックリスト提供元"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -167,8 +167,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "キャンセル" msgstr "キャンセル"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -215,13 +215,17 @@ msgstr "DNSバックエンド"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS ディレクトリ" msgstr "DNS ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNSレポート" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS再起動タイムアウト" msgstr "DNS再起動タイムアウト"
@ -229,15 +233,15 @@ msgstr "DNS再起動タイムアウト"
msgid "Date" msgid "Date"
msgstr "日付" msgstr "日付"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "DNS許可を無効化" msgstr "DNS許可を無効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "DNS再起動を無効化" msgstr "DNS再起動を無効化"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -245,7 +249,7 @@ msgstr ""
"autoload/inotify機能を使用してDNSバックエンドのadblockの再起動トリガーを無効" "autoload/inotify機能を使用してDNSバックエンドのadblockの再起動トリガーを無効"
"にします。" "にします。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -281,11 +285,11 @@ msgstr "ダウンロードユーティリティ"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Eメール通知" msgstr "Eメール通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Eメール通知数" msgstr "Eメール通知数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Eメールプロファイル" msgstr "Eメールプロファイル"
@ -293,11 +297,11 @@ msgstr "Eメールプロファイル"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Eメール受信アドレス" msgstr "Eメール受信アドレス"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Eメール送信者アドレス" msgstr "Eメール送信者アドレス"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Eメールトピック" msgstr "Eメールトピック"
@ -347,11 +351,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "既存のジョブ" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "外部DNSルックアップドメイン" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -359,6 +363,10 @@ msgstr ""
"DNSバックエンドが正常に再起動したかチェックする外部ドメイン。注意: このチェッ" "DNSバックエンドが正常に再起動したかチェックする外部ドメイン。注意: このチェッ"
"クを無効にするにはオプションを無効に設定してください。" "クを無効にするにはオプションを無効に設定してください。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "日付、ドメイン、クライアントなどのフィルター基準(オプション)" msgstr "日付、ドメイン、クライアントなどのフィルター基準(オプション)"
@ -371,11 +379,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS キャッシュのクリア" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。" msgstr "adblockが正常に動くようにするため、事前にDNSキャッシュをクリアします。"
@ -391,6 +403,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -413,7 +429,7 @@ msgstr "LuCIアプリのadblockへのアクセスを許可"
msgid "Information" msgid "Information"
msgstr "情報" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Jailディレクトリ" msgstr "Jailディレクトリ"
@ -437,7 +453,7 @@ msgstr "セーフサーチを特定のプロバイダに制限します。"
msgid "Line number to remove" msgid "Line number to remove"
msgstr "削除する行番号" msgstr "削除する行番号"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "tcpdumpが使用する利用可能なネットワークデバイス一覧です。" msgstr "tcpdumpが使用する利用可能なネットワークデバイス一覧です。"
@ -489,7 +505,7 @@ msgstr "まだadblolck関連のログがありません"
msgid "Overview" msgid "Overview"
msgstr "概要" msgstr "概要"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp'をadblock通知Eメールに使用するプロファイル。" msgstr "'msmtp'をadblock通知Eメールに使用するプロファイル。"
@ -501,7 +517,7 @@ msgstr "検索"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "特定のドメインのアクティブなブロックリストとバックアップを検索します。" msgstr "特定のドメインのアクティブなブロックリストとバックアップを検索します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -561,39 +577,39 @@ msgstr "リロード"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "既存のジョブを削除" msgstr "既存のジョブを削除"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "レポート チャンクカウント" msgstr "レポート チャンクカウント"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "レポート チャンクサイズ" msgstr "レポート チャンクサイズ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "レポート ディレクトリ" msgstr "レポート ディレクトリ"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "レポート インターフェース" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "レポートポート" msgstr "レポートポート"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "tcpdumpによって使用されるレポートチャンク数。" msgstr "tcpdumpによって使用されるレポートチャンク数。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "tcpdumpがメガバイト単位で使用するレポートチャンクサイズ。" msgstr "tcpdumpがメガバイト単位で使用するレポートチャンクサイズ。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -627,6 +643,10 @@ msgstr "実行ユーティリティー"
msgid "Save" msgid "Save"
msgstr "保存" msgstr "保存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -635,7 +655,7 @@ msgstr ""
"adblock関連の通知Eメールを送信します。注意: これは追加の'msmtp'パッケージのイ" "adblock関連の通知Eメールを送信します。注意: これは追加の'msmtp'パッケージのイ"
"ンストールが必要です。" "ンストールが必要です。"
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "adblockの通知Eメール送信者アドレス。" msgstr "adblockの通知Eメール送信者アドレス。"
@ -643,6 +663,10 @@ msgstr "adblockの通知Eメール送信者アドレス。"
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "設定" msgstr "設定"
@ -655,11 +679,11 @@ msgstr ""
"ダウンロード処理(並べ替え、統合など)のダウンロードキューのサイズを並列で指定" "ダウンロード処理(並べ替え、統合など)のダウンロードキューのサイズを並列で指定"
"します。" "します。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "ソース(サイズ、フォーカス)" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdumpが使用するポートの、スペースで区切られたリスト。" msgstr "tcpdumpが使用するポートの、スペースで区切られたリスト。"
@ -679,7 +703,7 @@ msgstr "ステータス / バージョン"
msgid "Suspend" msgid "Suspend"
msgstr "一時停止" msgstr "一時停止"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -691,7 +715,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "生成されたブロックリスト 'adb_list.overall' の保存先ディレクトリです。" msgstr "生成されたブロックリスト 'adb_list.overall' の保存先ディレクトリです。"
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"生成されたjailブロックリスト'adb_list.jail'のターゲットディレクトリです。" "生成されたjailブロックリスト'adb_list.jail'のターゲットディレクトリです。"
@ -722,6 +746,10 @@ msgstr "分(オプション、0-59の値)"
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "Adblock に関連するメッセージのみが抽出された、システムログ出力です。" msgstr "Adblock に関連するメッセージのみが抽出された、システムログ出力です。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -752,7 +780,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "時刻" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "DNSバックエンドの再起動が成功するまでのタイムアウト。" msgstr "DNSバックエンドの再起動が成功するまでのタイムアウト。"
@ -768,7 +796,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "上位10項目" msgstr "上位10項目"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "adblockの通知Eメールのトピック。" msgstr "adblockの通知Eメールのトピック。"
@ -785,8 +813,8 @@ msgstr "トリガ遅延"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "変更を保存できませんでした: %s" msgstr "変更を保存できませんでした: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr "이 (서브)도메인을 로컬 블랙리스트에 추가."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "이 (서브)도메인을 로컬 화이트리스트에 추가." msgstr "이 (서브)도메인을 로컬 화이트리스트에 추가."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "추가적인 Jail 블록리스트" msgstr "추가적인 Jail 블록리스트"
@ -67,11 +67,11 @@ msgstr "고급 이메일 설정"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "고급 리포트 설정" msgstr "고급 리포트 설정"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -111,11 +111,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "블랙리스트..." msgstr "블랙리스트..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -147,7 +147,7 @@ msgstr "블록리스트 등록..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -162,8 +162,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "취소" msgstr "취소"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -204,13 +204,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -218,21 +222,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -268,11 +272,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -280,11 +284,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -332,16 +336,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -354,11 +362,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -374,6 +386,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -393,7 +409,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -417,7 +433,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -465,7 +481,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -477,7 +493,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -532,39 +548,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -598,13 +614,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -612,6 +632,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -622,11 +646,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -646,7 +670,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -658,7 +682,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -688,6 +712,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -712,7 +740,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -726,7 +754,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -743,8 +771,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "आढावा" msgstr "आढावा"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Punca Senarai Sekatan" msgstr "Punca Senarai Sekatan"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Direktori DNS" msgstr "Direktori DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Tarikh" msgstr "Tarikh"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr "Legg til dette (under-)domenet til i din lokale svarteliste."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Legg til dette (under-)domenet til i din lokale hvitliste." msgstr "Legg til dette (under-)domenet til i din lokale hvitliste."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Ytterligere fengselssvarteliste" msgstr "Ytterligere fengselssvarteliste"
@ -69,11 +69,11 @@ msgstr "Avanserte e-postinnstillinger"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Avanserte rapporteringsinnstillinger" msgstr "Avanserte rapporteringsinnstillinger"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Svartelist …" msgstr "Svartelist …"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -148,7 +148,7 @@ msgstr "Blokkeringslistespørring …"
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Blokklistekilder" msgstr "Blokklistekilder"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Kategorier" msgstr "Kategorier"
@ -205,13 +205,17 @@ msgstr "DNS-bakende"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS-mappe" msgstr "DNS-mappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS-rapport" msgstr "DNS-rapport"
#: 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS-omstartstidsavbrudd" msgstr "DNS-omstartstidsavbrudd"
@ -219,21 +223,21 @@ msgstr "DNS-omstartstidsavbrudd"
msgid "Date" msgid "Date"
msgstr "Dato" msgstr "Dato"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Skru av DNS-tillatelse" msgstr "Skru av DNS-tillatelse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Skru av DNS-omstarter" msgstr "Skru av DNS-omstarter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -269,11 +273,11 @@ msgstr "Nedlastingsverktøy"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-postmerknad" msgstr "E-postmerknad"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "E-postmerknadsantall" msgstr "E-postmerknadsantall"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
@ -281,11 +285,11 @@ msgstr "E-postprofil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-postmottagersadresse" msgstr "E-postmottagersadresse"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-postsenderadresse" msgstr "E-postsenderadresse"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postemne" msgstr "E-postemne"
@ -334,16 +338,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Eksisterende jobb(er)" msgstr "Eksisterende jobb(er)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Eksternt DNS-oppslagsdomene" msgstr "Eksternt DNS-oppslagsdomene"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -356,11 +364,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Tøm DNS-hurtiglageret" msgstr "Tøm DNS-hurtiglageret"
#: 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -376,6 +388,10 @@ msgstr "Påtvingte porter"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Påtvingte soner" msgstr "Påtvingte soner"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -395,7 +411,7 @@ msgstr "Innvilg tilgang til LuCI-programreklameblokkering"
msgid "Information" msgid "Information"
msgstr "Info" msgstr "Info"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Fengselsmappe" msgstr "Fengselsmappe"
@ -419,7 +435,7 @@ msgstr "Begrens SafeSearch til gitte tilbydere."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Linjenummer å fjerne" msgstr "Linjenummer å fjerne"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Liste over tilgjengelige nettverksenheter brukt av tcpdump." msgstr "Liste over tilgjengelige nettverksenheter brukt av tcpdump."
@ -467,7 +483,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Oversikt" msgstr "Oversikt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -479,7 +495,7 @@ msgstr "Spørring"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -534,39 +550,39 @@ msgstr "Last inn igjen"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Fjern en eksisterende jobb" msgstr "Fjern en eksisterende jobb"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportmappe" msgstr "Rapportmappe"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Rapportgrensesnitt" msgstr "Rapportgrensesnitt"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapportporter" msgstr "Rapportporter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -604,13 +620,17 @@ msgstr "Kjøringsverktøy"
msgid "Save" msgid "Save"
msgstr "Lagre" msgstr "Lagre"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -618,6 +638,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Innstillinger" msgstr "Innstillinger"
@ -628,11 +652,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Kilder (størrelse, fokus)" msgstr "Kilder (størrelse, fokus)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Mellomromsinndelt liste over porter brukt av tcpdump." msgstr "Mellomromsinndelt liste over porter brukt av tcpdump."
@ -653,7 +677,7 @@ msgstr "Status/versjon"
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -665,7 +689,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -695,6 +719,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -719,7 +747,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Tid" msgstr "Tid"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -733,7 +761,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Topp 10-statistikk" msgstr "Topp 10-statistikk"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -750,8 +778,8 @@ msgstr "Utløserforsinkelse"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Kunne ikke lagre endringer: %s" msgstr "Kunne ikke lagre endringer: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Varianter" msgstr "Varianter"

View file

@ -44,7 +44,7 @@ msgstr "Dodaj tę (sub-)domenę do Twojej lokalnej czarnej listy."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Dodaj tę (pod-)domenę do Twojej lokalnej białej listy." msgstr "Dodaj tę (pod-)domenę do Twojej lokalnej białej listy."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Dodatkowa lista blokująca" msgstr "Dodatkowa lista blokująca"
@ -70,11 +70,11 @@ msgstr "Zaawansowane ustawienia e-mail"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Ustawienia raportowania" msgstr "Ustawienia raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Zezwalaj na adresy IP klientów lokalnych" msgstr "Zezwalaj na adresy IP klientów lokalnych"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Czarna lista..." msgstr "Czarna lista..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Blokuj adresy IP klientów lokalnych" msgstr "Blokuj adresy IP klientów lokalnych"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -156,7 +156,7 @@ msgstr "Zapytanie..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Źródła list" msgstr "Źródła list"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -175,8 +175,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Anuluj" msgstr "Anuluj"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Kategorie" msgstr "Kategorie"
@ -223,13 +223,17 @@ msgstr "Zaplecze DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Katalog DNS" msgstr "Katalog DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Raport DNS" msgstr "Raport 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Limit czasu restartu DNS" msgstr "Limit czasu restartu DNS"
@ -237,15 +241,15 @@ msgstr "Limit czasu restartu DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Wyłącz pozwolenie na DNS" msgstr "Wyłącz pozwolenie na DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Wyłącz restart DNS" msgstr "Wyłącz restart DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -253,7 +257,7 @@ msgstr ""
"Wyłącz wyzwalane restarty adblocka dla zaplecza DNS z funkcjami Autoload/" "Wyłącz wyzwalane restarty adblocka dla zaplecza DNS z funkcjami Autoload/"
"Inotify." "Inotify."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Wyłącz selektywne białe listy DNS (RPZ-PASSTHRU)." msgstr "Wyłącz selektywne białe listy DNS (RPZ-PASSTHRU)."
@ -289,11 +293,11 @@ msgstr "Narzędzie pobierania"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Powiadomienie e-mail" msgstr "Powiadomienie e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Licznik powiadomień e-mail" msgstr "Licznik powiadomień e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil e-mail" msgstr "Profil e-mail"
@ -301,11 +305,11 @@ msgstr "Profil e-mail"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adres e-mail odbiorcy" msgstr "Adres e-mail odbiorcy"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adres e-mail nadawcy" msgstr "Adres e-mail nadawcy"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Temat e-mail" msgstr "Temat e-mail"
@ -356,11 +360,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Istniejące zadania" msgstr "Istniejące zadania"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Zewnętrzna domena wyszukiwania DNS" msgstr "Zewnętrzna domena wyszukiwania 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -369,6 +373,10 @@ msgstr ""
"sukcesem. Uwaga: Aby wyłączyć to zaznaczenie, należy ustawić opcję na " "sukcesem. Uwaga: Aby wyłączyć to zaznaczenie, należy ustawić opcję na "
"'false'." "'false'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Kryteria filtrowania takie jak data, domena lub klient (opcjonalnie)" msgstr "Kryteria filtrowania takie jak data, domena lub klient (opcjonalnie)"
@ -381,11 +389,15 @@ msgstr "Porty zapory, które powinny być wymuszane lokalnie."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Strefy źródłowe zapory, które powinny być wymuszane lokalnie." msgstr "Strefy źródłowe zapory, które powinny być wymuszane lokalnie."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Opróżnij pamięć podręczną DNS" msgstr "Opróżnij pamięć podręczną 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka." msgstr "Opróżnij pamięć podręczną DNS przed przetwarzaniem adblocka."
@ -401,6 +413,10 @@ msgstr "Wymuszone porty"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Strefy wymuszone" msgstr "Strefy wymuszone"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -423,7 +439,7 @@ msgstr "Udziel dostępu LuCI do aplikacji adblock"
msgid "Information" msgid "Information"
msgstr "Informacje" msgstr "Informacje"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Katalog więzienia" msgstr "Katalog więzienia"
@ -447,7 +463,7 @@ msgstr "Limit SafeSearch dla certyfikowanych dostawców."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Numer wiersza do usunięcia" msgstr "Numer wiersza do usunięcia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista dostępnych urządzeń sieciowych używanych przez tcpdump." msgstr "Lista dostępnych urządzeń sieciowych używanych przez tcpdump."
@ -503,7 +519,7 @@ msgstr "Brak dzienników związanych z adblockiem!"
msgid "Overview" msgid "Overview"
msgstr "Przegląd" msgstr "Przegląd"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie e-mail." msgstr "Profil używany przez 'msmtp' do powiadamiania o blokadzie e-mail."
@ -517,7 +533,7 @@ msgstr ""
"Wysyłaj zapytania do aktywnych list blokowania i kopii zapasowych dla " "Wysyłaj zapytania do aktywnych list blokowania i kopii zapasowych dla "
"określonej domeny." "określonej domeny."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -578,39 +594,39 @@ msgstr "Przeładuj"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Usuń istniejące zadanie" msgstr "Usuń istniejące zadanie"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Zgłoś liczbę fragmentów" msgstr "Zgłoś liczbę fragmentów"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Zgłoś wielkość porcji" msgstr "Zgłoś wielkość porcji"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Katalog raportów" msgstr "Katalog raportów"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Interfejs raportowania" msgstr "Interfejs 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Porty raportowania" msgstr "Porty raportowania"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Raportuj liczbę fragmentów używaną przez tcpdump." msgstr "Raportuj liczbę fragmentów używaną przez tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Raportuj wielkość fragmentów używaną przez tcpdump w MB." msgstr "Raportuj wielkość fragmentów używaną przez tcpdump w MB."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "Rozwiązuj adresy IP" msgstr "Rozwiązuj adresy IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
"Rozwiązuj raportowane adresy IP za pomocą odwrotnych wyszukiwań DNS (PTR)." "Rozwiązuj raportowane adresy IP za pomocą odwrotnych wyszukiwań DNS (PTR)."
@ -645,6 +661,10 @@ msgstr "Uruchomione narzędzia"
msgid "Save" msgid "Save"
msgstr "Zapisz" msgstr "Zapisz"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -653,7 +673,7 @@ msgstr ""
"Wysyłaj powiadomienia e-mail związane z adblock. Uwaga: wymaga to dodatkowej " "Wysyłaj powiadomienia e-mail związane z adblock. Uwaga: wymaga to dodatkowej "
"instalacji pakietu 'msmtp'." "instalacji pakietu 'msmtp'."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka." msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
@ -661,6 +681,10 @@ msgstr "Adres nadawcy dla powiadomień e-mailowych adblocka."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Ustaw nowe zadanie adblocka" msgstr "Ustaw nowe zadanie adblocka"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Ustawienia" msgstr "Ustawienia"
@ -673,11 +697,11 @@ msgstr ""
"Rozmiar kolejki pobierania do przetwarzania plików (w tym sortowanie, " "Rozmiar kolejki pobierania do przetwarzania plików (w tym sortowanie, "
"łączenie itp.) równolegle." "łączenie itp.) równolegle."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Źródła (wielkość, skupienie)" msgstr "Źródła (wielkość, skupienie)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump." msgstr "Rozdzielona spacjami lista portów używanych przez tcpdump."
@ -697,7 +721,7 @@ msgstr "Status/Wersja"
msgid "Suspend" msgid "Suspend"
msgstr "Wstrzymaj" msgstr "Wstrzymaj"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Katalog docelowy dla plików raportów związanych z DNS." msgstr "Katalog docelowy dla plików raportów związanych z DNS."
@ -710,7 +734,7 @@ msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'." "Katalog docelowy dla wygenerowanej listy blokowania 'adb_list.overall'."
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'." "Katalog docelowy dla wygenerowanej listy zablokowanych 'adb_list.jail'."
@ -743,6 +767,10 @@ msgstr ""
"Dane wyjściowe dziennika systemowego, wstępnie przefiltrowane dla informacji " "Dane wyjściowe dziennika systemowego, wstępnie przefiltrowane dla informacji "
"związanych z adblockiem." "związanych z adblockiem."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -776,7 +804,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Czas" msgstr "Czas"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Limit czasu oczekiwania na pomyślne ponowne uruchomienie zaplecza DNS." msgstr "Limit czasu oczekiwania na pomyślne ponowne uruchomienie zaplecza DNS."
@ -792,7 +820,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Top 10" msgstr "Top 10"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Temat dla powiadomień e-mail adblocka." msgstr "Temat dla powiadomień e-mail adblocka."
@ -809,8 +837,8 @@ msgstr "Opóźnienie wyzwalacza"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Nie można zapisać zmian: %s" msgstr "Nie można zapisać zmian: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Warianty" msgstr "Warianty"

View file

@ -43,7 +43,7 @@ msgstr "Adicione este (sub)domínio na sua lista negra local."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adicione este (sub)domínio na sua lista branca local." msgstr "Adicione este (sub)domínio na sua lista branca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Priosional" msgstr "Lista de Bloqueio Priosional"
@ -69,11 +69,11 @@ msgstr "Configurações avançadas de E-Mail"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Configurações Avançadas do Relatório" msgstr "Configurações Avançadas do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Permitir os IPs dos clientes locais" msgstr "Permitir os IPs dos clientes locais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -117,11 +117,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista negra..." msgstr "Lista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Bloquear IPs de clientes locais" msgstr "Bloquear IPs de clientes locais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -156,7 +156,7 @@ msgstr "Pesquisando a Lista de Bloqueio..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Origem da Blocklist" msgstr "Origem da Blocklist"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -175,8 +175,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Categorias" msgstr "Categorias"
@ -223,13 +223,17 @@ msgstr "Infraestrutura do DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Diretório DNS" msgstr "Diretório DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Relatório do DNS" msgstr "Relatório do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS" msgstr "Tempo Limite para Reiniciar o DNS"
@ -237,15 +241,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir" msgstr "Desativar a opção DNS Permitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS" msgstr "Desativar as Reinicializações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -253,7 +257,7 @@ msgstr ""
"Desativar o adblock que causar a reinicialização das funções autoload/" "Desativar o adblock que causar a reinicialização das funções autoload/"
"inotify da infraestrutura do DNS." "inotify da infraestrutura do DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desativar a lista branca de DNS (RPZ-PASSTHRU)." msgstr "Desativar a lista branca de DNS (RPZ-PASSTHRU)."
@ -289,11 +293,11 @@ msgstr "Ferramenta para Descarregar"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por e-mail" msgstr "Notificação por e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Contagem de Notificações por E-Mail" msgstr "Contagem de Notificações por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Perfil de e-mail" msgstr "Perfil de e-mail"
@ -301,11 +305,11 @@ msgstr "Perfil de e-mail"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de e-mail do destinatário" msgstr "Endereço de e-mail do destinatá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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de e-mail do remetente" msgstr "Endereço de e-mail do remetente"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do e-mail" msgstr "Assunto do e-mail"
@ -357,11 +361,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)" msgstr "Tarefa(s) existente(s)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domínio de Pesquisa Externa do DNS" msgstr "Domínio de Pesquisa Externa do 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -370,6 +374,10 @@ msgstr ""
"infraestrutura do DNS. Nota: defina como 'falsa' para desativar esta " "infraestrutura do DNS. Nota: defina como 'falsa' para desativar esta "
"verificação." "verificação."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtrar critérios como data, domínio ou cliente (opcional)" msgstr "Filtrar critérios como data, domínio ou cliente (opcional)"
@ -382,11 +390,15 @@ msgstr "Portas da firewall que devem ser localmente forçadas."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zonas fonte da firewall que devem ser localmente forçadas." msgstr "Zonas fonte da firewall que devem ser localmente forçadas."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Limpar o cache de DNS" msgstr "Limpar o cache de 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Também limpar o Cache do DNS antes do adblock." msgstr "Também limpar o Cache do DNS antes do adblock."
@ -402,6 +414,10 @@ msgstr "Portas forçadas"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zonas forçadas" msgstr "Zonas forçadas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -425,7 +441,7 @@ msgstr "Conceder acesso à app LuCI adblock"
msgid "Information" msgid "Information"
msgstr "Informação" msgstr "Informação"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Diretório Prisional" msgstr "Diretório Prisional"
@ -449,7 +465,7 @@ msgstr "Limite o SafeSearch a determinados provedores."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Número da linha a remover" msgstr "Número da linha a remover"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista de aparelhos da rede disponíveis que foram usados pelo tcpdump." msgstr "Lista de aparelhos da rede disponíveis que foram usados pelo tcpdump."
@ -507,7 +523,7 @@ msgstr "Ainda não há registos relacionados ao adblock!"
msgid "Overview" msgid "Overview"
msgstr "Visão Geral" msgstr "Visão Geral"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Perfil dos e-mails de notificação do adblock utilizado por 'msmtp'." msgstr "Perfil dos e-mails de notificação do adblock utilizado por 'msmtp'."
@ -521,7 +537,7 @@ msgstr ""
"Consulta as listas de bloqueios ativos e as cópias de segurança para um " "Consulta as listas de bloqueios ativos e as cópias de segurança para um "
"domínio específico." "domínio específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -583,39 +599,39 @@ msgstr "Recarregar"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Remover uma tarefa existente" msgstr "Remover uma tarefa existente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Relatar Contagem de Porções" msgstr "Relatar Contagem de Porções"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Tamanho de Porções de Relatório" msgstr "Tamanho de Porções de Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Diretório de Relatórios" msgstr "Diretório de Relatórios"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Interface de Relatório" msgstr "Interface de Relatório"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Relatório das Portas" msgstr "Relatório das Portas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Informar a contagem dos pedaços usados pelo tcpdump." msgstr "Informar a contagem dos pedaços usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em 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:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -649,6 +665,10 @@ msgstr "Executar Utilitários"
msgid "Save" msgid "Save"
msgstr "Guardar" msgstr "Guardar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -657,7 +677,7 @@ msgstr ""
"Envie e-mails de notificação relacionados ao adblock. Note que: a instalação " "Envie e-mails de notificação relacionados ao adblock. Note que: a instalação "
"adicional do pacote 'msmtp' é necessária." "adicional do pacote 'msmtp' é necessária."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Endereço E-Mail do remetente para as notificações do adblock." msgstr "Endereço E-Mail do remetente para as notificações do adblock."
@ -665,6 +685,10 @@ msgstr "Endereço E-Mail do remetente para as notificações do adblock."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Definir uma nova tarefa de adblock" msgstr "Definir uma nova tarefa de adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
@ -677,11 +701,11 @@ msgstr ""
"Tamanho da fila de descarregamento para o processamento de descarregamento " "Tamanho da fila de descarregamento para o processamento de descarregamento "
"(incl. classificação, fusão etc.) em paralelo." "(incl. classificação, fusão etc.) em paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)" msgstr "Fontes (Tamanho, Foco)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump." msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
@ -701,7 +725,7 @@ msgstr "Condição geral / versão"
msgid "Suspend" msgid "Suspend"
msgstr "Suspender" msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Diretório de destino para ficheiros de relatório relacionados ao DNS." msgstr "Diretório de destino para ficheiros de relatório relacionados ao DNS."
@ -714,7 +738,7 @@ msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" msgstr ""
"Diretório de destino para a lista de blocos 'adb_list.overall' gerada ." "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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Diretório de destino para a lista que for gerada pelo lista de bloqueio " "Diretório de destino para a lista que for gerada pelo lista de bloqueio "
@ -748,6 +772,10 @@ msgstr ""
"A saída do syslog, pré-filtrada somente para mensagens relacionadas ao " "A saída do syslog, pré-filtrada somente para mensagens relacionadas ao "
"adblock." "adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -780,7 +808,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Tempo" msgstr "Tempo"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS." msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@ -796,7 +824,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais" msgstr "As 10 Estatísticas Principais"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
"Defina o assunto dos e-mails que serão usados nas notificações do adblock." "Defina o assunto dos e-mails que serão usados nas notificações do adblock."
@ -814,8 +842,8 @@ msgstr "Atraso do Gatilho"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Impossível gravar as modificações: %s" msgstr "Impossível gravar as modificações: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"

View file

@ -46,7 +46,7 @@ msgstr "Adicione este (sub)domínio na sua lista negra local."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adicione este (sub)domínio na sua lista branca local." msgstr "Adicione este (sub)domínio na sua lista branca local."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Lista de Bloqueio Adicional" msgstr "Lista de Bloqueio Adicional"
@ -72,11 +72,11 @@ msgstr "Configurações Avançadas do E-Mail"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Configurações Avançadas do Relatório" msgstr "Configurações Avançadas do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Permita os IPs dos clientes locais" msgstr "Permita os IPs dos clientes locais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -120,11 +120,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista negra..." msgstr "Lista negra..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Bloqueie os IPs dos clientes locais" msgstr "Bloqueie os IPs dos clientes locais"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -159,7 +159,7 @@ msgstr "Pesquisando a Lista de Bloqueio..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Fontes das listas de bloqueio" msgstr "Fontes das listas de bloqueio"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -178,8 +178,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Cancelar" msgstr "Cancelar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Categorias" msgstr "Categorias"
@ -226,13 +226,17 @@ msgstr "Infraestrutura do DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Diretório DNS" msgstr "Diretório DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Relatório do DNS" msgstr "Relatório do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tempo Limite para Reiniciar o DNS" msgstr "Tempo Limite para Reiniciar o DNS"
@ -240,15 +244,15 @@ msgstr "Tempo Limite para Reiniciar o DNS"
msgid "Date" msgid "Date"
msgstr "Dia" msgstr "Dia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Desativar a opção DNS Permitir" msgstr "Desativar a opção DNS Permitir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Desativar as Reinicializações do DNS" msgstr "Desativar as Reinicializações do DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -256,7 +260,7 @@ msgstr ""
"Desative o bloqueador de anúncios que causar a reinicialização das funções " "Desative o bloqueador de anúncios que causar a reinicialização das funções "
"autoload/inotify da infraestrutura do DNS." "autoload/inotify da infraestrutura do DNS."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Desative a lista branca do DNS (RPZ-PASSTHRU)." msgstr "Desative a lista branca do DNS (RPZ-PASSTHRU)."
@ -292,11 +296,11 @@ msgstr "Ferramenta para Baixar"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificação por E-Mail" msgstr "Notificação por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Contagem de Notificações por E-Mail" msgstr "Contagem de Notificações por E-Mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Mail do Perfil" msgstr "E-Mail do Perfil"
@ -304,11 +308,11 @@ msgstr "E-Mail do Perfil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Endereço de E-Mail do Destinatário" msgstr "Endereço de E-Mail do Destinatá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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Endereço de E-Mail do Remetente" msgstr "Endereço de E-Mail do Remetente"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Assunto do E-Mail" msgstr "Assunto do E-Mail"
@ -360,11 +364,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Tarefa(s) existente(s)" msgstr "Tarefa(s) existente(s)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domínio de Pesquisa Externa do DNS" msgstr "Domínio de Pesquisa Externa do 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -373,6 +377,10 @@ msgstr ""
"infraestrutura do DNS. Nota: Defina como 'falsa' para desativar esta " "infraestrutura do DNS. Nota: Defina como 'falsa' para desativar esta "
"verificação." "verificação."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtrar critérios como data, domínio ou cliente (opcional)" msgstr "Filtrar critérios como data, domínio ou cliente (opcional)"
@ -385,11 +393,15 @@ msgstr "As portas do firewall que devem ser impostas localmente."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Zonas de origem do firewall que devem ser imposta localmente." msgstr "Zonas de origem do firewall que devem ser imposta localmente."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Limpar a Cache do DNS" msgstr "Limpar a Cache 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios." msgstr "Também liberar o Cache do DNS antes do bloqueador de anúncios."
@ -405,6 +417,10 @@ msgstr "Portas Impostas"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zonas Impostas" msgstr "Zonas Impostas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -428,7 +444,7 @@ msgstr "Conceda acesso ao aplicativo LuCI adblock"
msgid "Information" msgid "Information"
msgstr "Informações" msgstr "Informações"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Diretório Prisional" msgstr "Diretório Prisional"
@ -452,7 +468,7 @@ msgstr "Limite o SafeSearch a determinados fornecedores."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "O número da linha para remover" msgstr "O número da linha para remover"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
"Lista de dispositivos da rede disponíveis que foram usados pelo tcpdump." "Lista de dispositivos da rede disponíveis que foram usados pelo tcpdump."
@ -509,7 +525,7 @@ msgstr "Ainda não há registros relacionados ao bloqueio de anúncio!"
msgid "Overview" msgid "Overview"
msgstr "Visão geral" msgstr "Visão geral"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"Perfil dos E-Mails de notificação do bloqueio de anúncio utilizado por " "Perfil dos E-Mails de notificação do bloqueio de anúncio utilizado por "
@ -525,7 +541,7 @@ msgstr ""
"Consulta as listas de bloqueios ativos e as cópias de segurança para um " "Consulta as listas de bloqueios ativos e as cópias de segurança para um "
"domínio específico." "domínio específico."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -590,39 +606,39 @@ msgstr "Recarregar"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Exclua uma tarefa já existente" msgstr "Exclua uma tarefa já existente"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Contagem de Pedaços do Relatório" msgstr "Contagem de Pedaços do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Tamanho dos Pedaços do Relatório" msgstr "Tamanho dos Pedaços do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Diretório do Relatório" msgstr "Diretório do Relatório"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Interface do Relatório" msgstr "Interface do Relatório"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Relatório das Portas" msgstr "Relatório das Portas"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Informar a contagem dos pedaços usados pelo tcpdump." msgstr "Informar a contagem dos pedaços usados pelo tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Informar o tamanho do pedaço utilizado pelo tcpdump em 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:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "Resolva os IPs" msgstr "Resolva os IPs"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
"Resolva os endereços IP reportados usando a pesquisa reversa do DNS (PTR)." "Resolva os endereços IP reportados usando a pesquisa reversa do DNS (PTR)."
@ -657,6 +673,10 @@ msgstr "Executar Utilitários"
msgid "Save" msgid "Save"
msgstr "Salvar" msgstr "Salvar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -665,7 +685,7 @@ msgstr ""
"Envie E-Mails de notificação relacionados ao bloqueio de anúncios. Note que: " "Envie E-Mails de notificação relacionados ao bloqueio de anúncios. Note que: "
"é necessário a instalação adicional do pacote 'msmtp'." "é necessário a instalação adicional do pacote 'msmtp'."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
"Endereço E-Mail do remetente para as notificações do bloqueador de anúncios." "Endereço E-Mail do remetente para as notificações do bloqueador de anúncios."
@ -674,6 +694,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Defina uma nova tarefa ao adblock" msgstr "Defina uma nova tarefa ao adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
@ -686,11 +710,11 @@ msgstr ""
"Tamanho da fila de download para o processamento de download (incl. " "Tamanho da fila de download para o processamento de download (incl. "
"classificação, fusão etc.) em paralelo." "classificação, fusão etc.) em paralelo."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Fontes (Tamanho, Foco)" msgstr "Fontes (Tamanho, Foco)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump." msgstr "Lista separada por espaço das portas utilizadas pelo tcpdump."
@ -710,7 +734,7 @@ msgstr "Condição Geral / Versão"
msgid "Suspend" msgid "Suspend"
msgstr "Suspender" msgstr "Suspender"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
"Diretório de destino dos relatórios para os arquivos relacionados ao DNS." "Diretório de destino dos relatórios para os arquivos relacionados ao DNS."
@ -723,7 +747,7 @@ msgstr "O diretório de destino para os backups da lista de bloqueio."
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Caminho do diretório para a lista nega gerada '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:472 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
"Diretório de destino para a lista que for gerada pelo lista de bloqueio " "Diretório de destino para a lista que for gerada pelo lista de bloqueio "
@ -756,6 +780,10 @@ msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
"Saída do syslog, previamente filtrada para mensagens relacionadas ao adblock." "Saída do syslog, previamente filtrada para mensagens relacionadas ao adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -790,7 +818,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Tempo" msgstr "Tempo"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS." msgstr "Tempo limite para aguardar o reinício bem sucedido do DNS."
@ -806,7 +834,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "As 10 Estatísticas Principais" msgstr "As 10 Estatísticas Principais"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
"Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador " "Defina o assunto dos E-Mais que serão usados nas notificações do bloqueador "
@ -825,8 +853,8 @@ msgstr "Gatilho de Atraso"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Impossível salvar as modificações: %s" msgstr "Impossível salvar as modificações: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Variantes" msgstr "Variantes"

View file

@ -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." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Adăugați acest (sub) domeniu la lista locală de admise." msgstr "Adăugați acest (sub) domeniu la lista locală de admise."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -70,11 +70,11 @@ msgstr "Setări Avansate E-Mail"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Setări Avansate Raport" msgstr "Setări Avansate Raport"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -114,11 +114,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Lista de Interzise..." msgstr "Lista de Interzise..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -150,7 +150,7 @@ msgstr "Interogare Lista de Blocare..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Surse de blocare" msgstr "Surse de blocare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -169,8 +169,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Renunțare" msgstr "Renunțare"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -217,13 +217,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Director DNS" msgstr "Director DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Raport DNS" msgstr "Raport 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Timp Repornire DNS" msgstr "Timp Repornire DNS"
@ -231,15 +235,15 @@ msgstr "Timp Repornire DNS"
msgid "Date" msgid "Date"
msgstr "Data" msgstr "Data"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Dezactivare Permite DNS" msgstr "Dezactivare Permite DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Dezactivare Repornire DNS" msgstr "Dezactivare Repornire DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -247,7 +251,7 @@ msgstr ""
"Dezactivează repornirile declanșate de adblock pentru backend-urile dns cu " "Dezactivează repornirile declanșate de adblock pentru backend-urile dns cu "
"funcții de autoîncărcare /notificare." "funcții de autoîncărcare /notificare."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -283,11 +287,11 @@ msgstr "Utilitar descărcare"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Notificare e-mail" msgstr "Notificare e-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Număr de Notificări pe E-mail" msgstr "Număr de Notificări pe E-mail"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Profil E-Mail" msgstr "Profil E-Mail"
@ -295,11 +299,11 @@ msgstr "Profil E-Mail"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Adresa E-Mail Expeditor" msgstr "Adresa E-Mail Expeditor"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Subiect E-Mail" msgstr "Subiect E-Mail"
@ -350,11 +354,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Activitate(ăți) existentă(e)" msgstr "Activitate(ăți) existentă(e)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Domeniul de căutare DNS extern" msgstr "Domeniul de căutare DNS extern"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -363,6 +367,10 @@ msgstr ""
"rugăm să rețineți: pentru a dezactiva această verificare, setați această " "rugăm să rețineți: pentru a dezactiva această verificare, setați această "
"opțiune pe „falsă”." "opțiune pe „falsă”."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Criterii de filtrare precum dată, domeniu sau client (opțional)" msgstr "Criterii de filtrare precum dată, domeniu sau client (opțional)"
@ -375,11 +383,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Eliberează cache-ul DNS" msgstr "Eliberează cache-ul 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Spălare memoria cache DNS înainte de procesarea adblock." msgstr "Spălare memoria cache DNS înainte de procesarea adblock."
@ -395,6 +407,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -418,7 +434,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "Informare" msgstr "Informare"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Director Închisoare" msgstr "Director Închisoare"
@ -442,7 +458,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista dispozitivelor de rețea utilizate de tcpdump." msgstr "Lista dispozitivelor de rețea utilizate de tcpdump."
@ -495,7 +511,7 @@ msgstr "Nu există încă jurnale adblock!"
msgid "Overview" msgid "Overview"
msgstr "Prezentare generală" msgstr "Prezentare generală"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Profil utilizat de „msmtp” pentru e-mailurile de notificare adblock." msgstr "Profil utilizat de „msmtp” pentru e-mailurile de notificare adblock."
@ -509,7 +525,7 @@ msgstr ""
"Interogare listă de blocări active și copii de rezervă pentru un anumit " "Interogare listă de blocări active și copii de rezervă pentru un anumit "
"domeniu." "domeniu."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -569,39 +585,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -635,13 +651,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Salvează" msgstr "Salvează"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -649,6 +669,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -659,11 +683,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -683,7 +707,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "Suspendă" msgstr "Suspendă"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -695,7 +719,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -725,6 +749,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -749,7 +777,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -763,7 +791,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -780,8 +808,8 @@ msgstr "Intârzierea declanșării"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -49,7 +49,7 @@ msgstr "Добавить этот (под-)домен в локальный чё
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Добавить этот (под-)домен в локальный белый список." msgstr "Добавить этот (под-)домен в локальный белый список."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Дополнительный «тюремный» список блокировок" msgstr "Дополнительный «тюремный» список блокировок"
@ -73,11 +73,11 @@ msgstr "Расширенные настройки электронной поч
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Расширенные настройки отчётов" msgstr "Расширенные настройки отчётов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Разрешить локальные IP-адреса клиента" msgstr "Разрешить локальные IP-адреса клиента"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
#, fuzzy #, fuzzy
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "Allow all requests of certain DNS clients based on their IP address (RPZ-"
@ -121,11 +121,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Чёрный список..." msgstr "Чёрный список..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Блокировать локальные IP-адреса клиента" msgstr "Блокировать локальные IP-адреса клиента"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
#, fuzzy #, fuzzy
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "Block all requests of certain DNS clients based on their IP address (RPZ-"
@ -161,7 +161,7 @@ msgstr "Поиск по чёрному списку..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Источники черного списка" msgstr "Источники черного списка"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -180,8 +180,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Отмена" msgstr "Отмена"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Категории" msgstr "Категории"
@ -228,13 +228,17 @@ msgstr "Служба DNS"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Папка DNS" msgstr "Папка DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "Отчёт DNS" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Тайм-аут перезапуска DNS" msgstr "Тайм-аут перезапуска DNS"
@ -242,15 +246,15 @@ msgstr "Тайм-аут перезапуска DNS"
msgid "Date" msgid "Date"
msgstr "Дата" msgstr "Дата"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Отключить пропуск DNS" msgstr "Отключить пропуск DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Отключить перезагрузки DNS" msgstr "Отключить перезагрузки DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -258,7 +262,7 @@ msgstr ""
"Отключить перезапуски служб DNS с функциями автозагрузки/inotify, вызываемые " "Отключить перезапуски служб DNS с функциями автозагрузки/inotify, вызываемые "
"Adblock." "Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
#, fuzzy #, fuzzy
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Отключить выборочные белые списки DNS (RPZ-PASSTHRU)." msgstr "Отключить выборочные белые списки DNS (RPZ-PASSTHRU)."
@ -295,11 +299,11 @@ msgstr "Утилита для загрузки"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Уведомление по электронной почте" msgstr "Уведомление по электронной почте"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Счётчик e-mail уведомлений" msgstr "Счётчик e-mail уведомлений"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "Профиль электронной почты" msgstr "Профиль электронной почты"
@ -307,11 +311,11 @@ msgstr "Профиль электронной почты"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Адрес получателя" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Адрес отправителя" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "Тема" msgstr "Тема"
@ -361,11 +365,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Существующие задания" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Внешний домен DNS Lookup" msgstr "Внешний домен DNS Lookup"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -374,6 +378,10 @@ msgstr ""
"<i>Обратите внимание: чтобы отключить эту проверку, установите для этой " "<i>Обратите внимание: чтобы отключить эту проверку, установите для этой "
"опции значение «false».</i>" "опции значение «false».</i>"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Критерии фильтрации, такие как дата, домен или клиент (необязательно)" msgstr "Критерии фильтрации, такие как дата, домен или клиент (необязательно)"
@ -387,11 +395,15 @@ msgstr "Порты файерволла, перенаправляемые лок
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Зоны файерволла, перенаправляемые локально." 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Очистка кэша DNS" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Дополнительная очистка кэша DNS до его обработки Adblock." msgstr "Дополнительная очистка кэша DNS до его обработки Adblock."
@ -410,6 +422,10 @@ msgstr "Перенаправляемые порты"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Перенаправляемые зоны" msgstr "Перенаправляемые зоны"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -432,7 +448,7 @@ msgstr "Предоставить доступ к приложению Adblock д
msgid "Information" msgid "Information"
msgstr "Информация" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Папка для «тюрьмы»" msgstr "Папка для «тюрьмы»"
@ -458,7 +474,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Номер строки для удаления" msgstr "Номер строки для удаления"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Список доступных сетевых устройств, используемых tcpdump." msgstr "Список доступных сетевых устройств, используемых tcpdump."
@ -511,7 +527,7 @@ msgstr "Ещё нет журналов, связанных с Adblock!"
msgid "Overview" msgid "Overview"
msgstr "Обзор" msgstr "Обзор"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "Профиль, используемый 'msmtp' для отправки почтовых уведомлений." msgstr "Профиль, используемый 'msmtp' для отправки почтовых уведомлений."
@ -524,7 +540,7 @@ msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
"Поиск определенного домена в активных списках блокировок и резервных копиях." "Поиск определенного домена в активных списках блокировок и резервных копиях."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
#, fuzzy #, fuzzy
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
@ -587,39 +603,39 @@ msgstr "Перезапустить"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Удалить существующее задание" msgstr "Удалить существующее задание"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Количество фрагментов отчёта" msgstr "Количество фрагментов отчёта"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Размер фрагментов отчёта" msgstr "Размер фрагментов отчёта"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Папка для отчётов" msgstr "Папка для отчётов"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Интерфейсы в отчёте" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Порты в отчёте" msgstr "Порты в отчёте"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Количество фрагментов отчёта, используемых tcpdump." msgstr "Количество фрагментов отчёта, используемых tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Размер фрагментов отчёта, используемых tcpdump, в мегабайтах." msgstr "Размер фрагментов отчёта, используемых tcpdump, в мегабайтах."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -654,6 +670,10 @@ msgstr "Рабочие утилиты"
msgid "Save" msgid "Save"
msgstr "Сохранить" msgstr "Сохранить"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -662,7 +682,7 @@ msgstr ""
"Отправлять связанные с adblock уведомления на e-mail. Замечание: требуется " "Отправлять связанные с adblock уведомления на e-mail. Замечание: требуется "
"установка дополнительного пакета \"msmtp\"." "установка дополнительного пакета \"msmtp\"."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "E-Mail адрес отправителя уведомлений Adblock." msgstr "E-Mail адрес отправителя уведомлений Adblock."
@ -670,6 +690,10 @@ msgstr "E-Mail адрес отправителя уведомлений Adblock.
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Задать новое задание adblock" msgstr "Задать новое задание adblock"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Настройки" msgstr "Настройки"
@ -682,12 +706,12 @@ msgstr ""
"Размер очереди параллельной загрузки для обработки загрузки (вкл. " "Размер очереди параллельной загрузки для обработки загрузки (вкл. "
"сортировку, слияние и т. д.)." "сортировку, слияние и т. д.)."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
#, fuzzy #, fuzzy
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Источники (Размер, Фокусировка)" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "Разделенный пробелами список портов, используемых tcpdump." msgstr "Разделенный пробелами список портов, используемых tcpdump."
@ -707,7 +731,7 @@ msgstr "Статус / Версия"
msgid "Suspend" msgid "Suspend"
msgstr "Приостановить" msgstr "Приостановить"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
#, fuzzy #, fuzzy
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "Целевой каталог для файлов отчетов, связанных с DNS." msgstr "Целевой каталог для файлов отчетов, связанных с DNS."
@ -720,7 +744,7 @@ msgstr "Целевой каталог для резервного копиров
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Папка для созданного списка блокировки 'adb_list.overall'." msgstr "Папка для созданного списка блокировки 'adb_list.overall'."
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Папка для «тюремного» списка блокировки 'adb_list.jail'." msgstr "Папка для «тюремного» списка блокировки 'adb_list.jail'."
@ -752,6 +776,10 @@ msgstr ""
"Вывод системного журнала, предварительно отфильтрованного только для показа " "Вывод системного журнала, предварительно отфильтрованного только для показа "
"сообщений, связанных с Adblock." "сообщений, связанных с Adblock."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -786,7 +814,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Время" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "Тайм-аут ожидания успешного перезапуска службы DNS." msgstr "Тайм-аут ожидания успешного перезапуска службы DNS."
@ -800,7 +828,7 @@ msgstr "Чтобы списки были актуальны, настройте
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "Топ-10 статистики" msgstr "Топ-10 статистики"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Тема, используемая для отправки электронных писем." msgstr "Тема, используемая для отправки электронных писем."
@ -817,8 +845,8 @@ msgstr "Задержка запуска"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Невозможно сохранить изменения: %s" msgstr "Невозможно сохранить изменения: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
#, fuzzy #, fuzzy
msgid "Variants" msgid "Variants"
msgstr "Варианты" msgstr "Варианты"

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -67,11 +67,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -107,11 +107,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -143,7 +143,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -158,8 +158,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -200,13 +200,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -214,21 +218,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -264,11 +268,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -276,11 +280,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -328,16 +332,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -350,11 +358,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -370,6 +382,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -389,7 +405,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -413,7 +429,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -461,7 +477,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -473,7 +489,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -528,39 +544,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -594,13 +610,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -608,6 +628,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -618,11 +642,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -642,7 +666,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -654,7 +678,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -684,6 +708,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -708,7 +736,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -722,7 +750,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -739,8 +767,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -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." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Pridať túto (sub-) doménu medzi lokálne povolené domény." 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:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -70,11 +70,11 @@ msgstr "Pokročilé nastavenia e-mailu"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Pokročilé nastavenia" msgstr "Pokročilé nastavenia"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -112,11 +112,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Zoznam zakázaných domén..." msgstr "Zoznam zakázaných domén..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -148,7 +148,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Zdroje zoznamov blokovaní" msgstr "Zdroje zoznamov blokovaní"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -163,8 +163,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Zrušiť" msgstr "Zrušiť"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -205,13 +205,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS adresár" msgstr "DNS adresár"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -219,21 +223,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Dátum" msgstr "Dátum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -269,11 +273,11 @@ msgstr "Nástroj na sťahovanie"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "Upozornenie e-mailom" msgstr "Upozornenie e-mailom"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -281,11 +285,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "Adresa príjemcu e-mailu" msgstr "Adresa príjemcu e-mailu"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -333,16 +337,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -355,11 +363,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Vyprázdniť medzipamäť DNS" msgstr "Vyprázdniť medzipamäť 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -375,6 +387,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -394,7 +410,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "Informácie" msgstr "Informácie"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -418,7 +434,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -466,7 +482,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Prehľad" msgstr "Prehľad"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -478,7 +494,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -533,39 +549,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -599,13 +615,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Uložiť" msgstr "Uložiť"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -613,6 +633,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Nastavenia" msgstr "Nastavenia"
@ -623,11 +647,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -647,7 +671,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -659,7 +683,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -689,6 +713,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -713,7 +741,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -727,7 +755,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -744,8 +772,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -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." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Lägg till denna (under-)domän i din lokala vitlista." msgstr "Lägg till denna (under-)domän i din lokala vitlista."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Ytterligare arrest-blocklista" msgstr "Ytterligare arrest-blocklista"
@ -69,11 +69,11 @@ msgstr "Avancerade e-post-inställingar"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Avancerade rapportinställningar" msgstr "Avancerade rapportinställningar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -113,11 +113,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Svartlista..." msgstr "Svartlista..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -149,7 +149,7 @@ msgstr "Blockeringslistsfråga..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Källor för blockeringslistor" msgstr "Källor för blockeringslistor"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -167,8 +167,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Avbryt" msgstr "Avbryt"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -215,13 +215,17 @@ msgstr "DNS-bakände"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS-mapp" msgstr "DNS-mapp"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS-rapport" msgstr "DNS-rapport"
#: 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "Tidsgräns för DNS-omstart" msgstr "Tidsgräns för DNS-omstart"
@ -229,15 +233,15 @@ msgstr "Tidsgräns för DNS-omstart"
msgid "Date" msgid "Date"
msgstr "Datum" msgstr "Datum"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "Inaktivera DNS-tillåtelse" msgstr "Inaktivera DNS-tillåtelse"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "Inaktivera DNS-omstarter" msgstr "Inaktivera DNS-omstarter"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -245,7 +249,7 @@ msgstr ""
"Inaktivera annonsblockeringsstyrda omstarter av DNS-bakändar med autoload/" "Inaktivera annonsblockeringsstyrda omstarter av DNS-bakändar med autoload/"
"inotify funktionalitet." "inotify funktionalitet."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -281,11 +285,11 @@ msgstr "Ladda ner verktyget"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-postavisering" msgstr "E-postavisering"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "Antal E-postaviseringar" msgstr "Antal E-postaviseringar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-postprofil" msgstr "E-postprofil"
@ -293,11 +297,11 @@ msgstr "E-postprofil"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-postmottagaradress" msgstr "E-postmottagaradress"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "Avsändaradress för e-post" msgstr "Avsändaradress för e-post"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-postämne" msgstr "E-postämne"
@ -345,11 +349,11 @@ msgstr "Påtvingar SafeSearch på Google, Bing, DuckDuckGo, Yandex och Pixbay."
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Befintliga jobb" msgstr "Befintliga jobb"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Extern DNS-uppslagsdomän" msgstr "Extern DNS-uppslagsdomä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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -357,6 +361,10 @@ msgstr ""
"Extern domän för att verifiera en lyckad omstart av DNS-bakände. Notera: " "Extern domän för att verifiera en lyckad omstart av DNS-bakände. Notera: "
"Inaktivera denna verifiering genom att välja alternativet 'false'." "Inaktivera denna verifiering genom att välja alternativet 'false'."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Filtreringsvillkor som datum, domän eller klient (valfritt)" msgstr "Filtreringsvillkor som datum, domän eller klient (valfritt)"
@ -369,11 +377,15 @@ msgstr "Brandväggsportar som ska forceras lokalt."
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Brandväggskällzoner som ska forceras lokalt." msgstr "Brandväggskällzoner som ska forceras lokalt."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "Töm DNS-cache" msgstr "Töm DNS-cache"
#: 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Spola också DNS-cachen innan annonsblockeringshantering." msgstr "Spola också DNS-cachen innan annonsblockeringshantering."
@ -389,6 +401,10 @@ msgstr "Forcerade portar"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Forcerade zoner" msgstr "Forcerade zoner"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -412,7 +428,7 @@ msgstr "Ge tillgång till LuCi-programmet annonsblockering"
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Arrestkatalog" msgstr "Arrestkatalog"
@ -436,7 +452,7 @@ msgstr "Begränsa SafeSearch till vissa leverantörer."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "Lista med tillgängliga nätverksenheter använda av tcpdump." msgstr "Lista med tillgängliga nätverksenheter använda av tcpdump."
@ -489,7 +505,7 @@ msgstr "Inga annonsblockerinsrelaterade loggar ännu!"
msgid "Overview" msgid "Overview"
msgstr "Överblick" msgstr "Överblick"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"Profil som används av 'msmtp' för annonsblockeringsaviserinse-" "Profil som används av 'msmtp' för annonsblockeringsaviserinse-"
@ -503,7 +519,7 @@ msgstr "Fråga"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "Fråga aktiva svartlistor och säkerhetskopior efter en given domän." 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:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -565,39 +581,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Rapportera klimpantal" msgstr "Rapportera klimpantal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Rapportera klimpstorlek" msgstr "Rapportera klimpstorlek"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapportkatalog" msgstr "Rapportkatalog"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Rapportgränssnitt" msgstr "Rapportgränssnitt"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapporthamnar" msgstr "Rapporthamnar"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Rapportera klimpantal använt av tcpdump." msgstr "Rapportera klimpantal använt av tcpdump."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Rapportera klimpstorlek som används av tcpdump i MByte." msgstr "Rapportera klimpstorlek som används av tcpdump i MByte."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -631,13 +647,17 @@ msgstr "Kör verktyg"
msgid "Save" msgid "Save"
msgstr "Spara" msgstr "Spara"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -645,6 +665,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Inställningar" msgstr "Inställningar"
@ -655,11 +679,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -679,7 +703,7 @@ msgstr "Status / Version"
msgid "Suspend" msgid "Suspend"
msgstr "Stäng av" msgstr "Stäng av"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -691,7 +715,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -721,6 +745,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -745,7 +773,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -759,7 +787,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -776,8 +804,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -34,7 +34,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -58,11 +58,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -98,11 +98,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -134,7 +134,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -149,8 +149,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -191,13 +191,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -205,21 +209,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -255,11 +259,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -267,11 +271,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -319,16 +323,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -341,11 +349,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -361,6 +373,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -380,7 +396,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -404,7 +420,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -452,7 +468,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -464,7 +480,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -519,39 +535,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -585,13 +601,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -599,6 +619,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -609,11 +633,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -633,7 +657,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -645,7 +669,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -675,6 +699,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -699,7 +727,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -713,7 +741,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -730,8 +758,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr "Bu (alt-)alan adını yerel kara listenize ekleyin."
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "Bu (alt)alan adını yerel izin verilen listenize ekleyin." msgstr "Bu (alt)alan adını yerel izin verilen listenize ekleyin."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "Ek \"Hapis\" Engelleme listesi" msgstr "Ek \"Hapis\" Engelleme listesi"
@ -68,11 +68,11 @@ msgstr "Gelişmiş E-Posta Ayarları"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "Gelişmiş Rapor Ayarları" msgstr "Gelişmiş Rapor Ayarları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "Yerel İstemci IP'lerine İzin Ver" msgstr "Yerel İstemci IP'lerine İzin Ver"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -115,11 +115,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "Kara liste..." msgstr "Kara liste..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "Yerel İstemci IP'lerini Engelle" msgstr "Yerel İstemci IP'lerini Engelle"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -154,7 +154,7 @@ msgstr "Engelleme Listesi Sorgusu..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Engelleme Listesi Kaynakları" msgstr "Engelleme Listesi Kaynakları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -173,8 +173,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "İptal" msgstr "İptal"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "Kategoriler" msgstr "Kategoriler"
@ -222,13 +222,17 @@ msgstr "DNS Arka Uç"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS Dizini" msgstr "DNS Dizini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS Raporu" msgstr "DNS Raporu"
#: 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS Yeniden Başlatma Zaman Aşımı" msgstr "DNS Yeniden Başlatma Zaman Aşımı"
@ -236,15 +240,15 @@ msgstr "DNS Yeniden Başlatma Zaman Aşımı"
msgid "Date" msgid "Date"
msgstr "Tarih" msgstr "Tarih"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "DNS İzin Vermeyi Devre Dışı bırakın" msgstr "DNS İzin Vermeyi Devre Dışı bırakın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "DNS Yeniden Başlatmalarını Devre Dışı bırakın" msgstr "DNS Yeniden Başlatmalarını Devre Dışı bırakın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
@ -252,7 +256,7 @@ msgstr ""
"Adblock tarafından tetiklenen autoload/inotify fonksiyonları ile dns arka uç " "Adblock tarafından tetiklenen autoload/inotify fonksiyonları ile dns arka uç "
"yeniden başlatmasını devre dışı bırakın." "yeniden başlatmasını devre dışı bırakın."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "Seçici DNS beyaz listeyi (RPZ-PASSTHRU) devre dışı bırakın." msgstr "Seçici DNS beyaz listeyi (RPZ-PASSTHRU) devre dışı bırakın."
@ -288,11 +292,11 @@ msgstr "İndirme Aracı"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "E-Posta Bildirimi" msgstr "E-Posta Bildirimi"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "E-Posta Bildirim Sayısı" msgstr "E-Posta Bildirim Sayısı"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "E-Posta Profili" msgstr "E-Posta Profili"
@ -300,11 +304,11 @@ msgstr "E-Posta Profili"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "E-Posta Alıcı Adresi" msgstr "E-Posta Alıcı Adresi"
#: 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "E-Posta Gönderen Adresi" msgstr "E-Posta Gönderen Adresi"
#: 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "E-Posta Konusu" msgstr "E-Posta Konusu"
@ -356,11 +360,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "Mevcut iş(ler)" msgstr "Mevcut iş(ler)"
#: 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "Harici DNS Arama Alanı" msgstr "Harici DNS Arama Alanı"
#: 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -369,6 +373,10 @@ msgstr ""
"alan. Lütfen dikkat: Bu kontrolü devre dışı bırakmak için 'false' olarak " "alan. Lütfen dikkat: Bu kontrolü devre dışı bırakmak için 'false' olarak "
"ayarlayın." "ayarlayın."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "Tarih, alan, client gibi filtre özellikleri (opsiyonel)" msgstr "Tarih, alan, client gibi filtre özellikleri (opsiyonel)"
@ -381,11 +389,15 @@ msgstr "Yerel olarak zorlanması gereken güvenlik duvarı bağlantı noktaları
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "Yerel olarak zorunlu olması gereken güvenlik duvarı kaynak bölgeleri." msgstr "Yerel olarak zorunlu olması gereken güvenlik duvarı kaynak bölgeleri."
#: 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "DNS Önbelleğini Temizle" msgstr "DNS Önbelleğini Temizle"
#: 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "Adblock işleminden önce de DNS Önbelleğini temizle." msgstr "Adblock işleminden önce de DNS Önbelleğini temizle."
@ -401,6 +413,10 @@ msgstr "Zorlanan Erişim Noktaları"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "Zorlanan Bölgeler" msgstr "Zorlanan Bölgeler"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -424,7 +440,7 @@ msgstr "LuCI uygulaması adblock'a izin verin"
msgid "Information" msgid "Information"
msgstr "Bilgi" msgstr "Bilgi"
#: 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Kafes Dizini" msgstr "Kafes Dizini"
@ -448,7 +464,7 @@ msgstr "Belirli sağlayıcılar için GüvenliArama'yı limitle."
msgid "Line number to remove" msgid "Line number to remove"
msgstr "Kaldırılacak satırın numarası" msgstr "Kaldırılacak satırın numarası"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "tcpdump tarafından kullanılan mevcut ağ aygıtlarının listesi." msgstr "tcpdump tarafından kullanılan mevcut ağ aygıtlarının listesi."
@ -504,7 +520,7 @@ msgstr "Henüz adblock ile ilgili kayıt yok!"
msgid "Overview" msgid "Overview"
msgstr "Genel bakış" msgstr "Genel bakış"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
"Adblock bildirim e-postaları için 'msmtp' tarafından kullanılan profil." "Adblock bildirim e-postaları için 'msmtp' tarafından kullanılan profil."
@ -519,7 +535,7 @@ msgstr ""
"Belirli bir etki alanı için etkin engelleme listelerini ve yedeklemeleri " "Belirli bir etki alanı için etkin engelleme listelerini ve yedeklemeleri "
"sorgulayın." "sorgulayın."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -581,39 +597,39 @@ msgstr "Yeniden yükle"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "Mevcut bir işi kaldırın" msgstr "Mevcut bir işi kaldırın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "Yığın Sayısını Bildir" msgstr "Yığın Sayısını Bildir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "Yığın Boyutunu Bildir" msgstr "Yığın Boyutunu Bildir"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "Rapor Dizini" msgstr "Rapor Dizini"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "Rapor Arayüzü" msgstr "Rapor Arayüzü"
#: 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "Rapor Bağlantı Noktaları" msgstr "Rapor Bağlantı Noktaları"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "Tcpdump tarafından kullanılan yığın sayısını bildirin." msgstr "Tcpdump tarafından kullanılan yığın sayısını bildirin."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "Tcpdump tarafından kullanılan yığın boyutunu MByte cinsinden bildirin." msgstr "Tcpdump tarafından kullanılan yığın boyutunu MByte cinsinden bildirin."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -647,6 +663,10 @@ msgstr "Araçları Çalıştır"
msgid "Save" msgid "Save"
msgstr "Kaydet" msgstr "Kaydet"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -655,7 +675,7 @@ msgstr ""
"Adblock ile ilgili bildirim e-postaları gönderin. Lütfen dikkat: bu, ek " "Adblock ile ilgili bildirim e-postaları gönderin. Lütfen dikkat: bu, ek "
"'msmtp' paket kurulumuna ihtiyaç duyar." "'msmtp' paket kurulumuna ihtiyaç duyar."
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Adblock bildirim e-postaları için gönderen adresi." msgstr "Adblock bildirim e-postaları için gönderen adresi."
@ -663,6 +683,10 @@ msgstr "Adblock bildirim e-postaları için gönderen adresi."
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "Yeni bir reklam engelleme işi ayarlayın" msgstr "Yeni bir reklam engelleme işi ayarlayın"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Ayarlar" msgstr "Ayarlar"
@ -675,11 +699,11 @@ msgstr ""
"Paralel olarak indirme işlemi için indirme kuyruğunun boyutu (sıralama, " "Paralel olarak indirme işlemi için indirme kuyruğunun boyutu (sıralama, "
"birleştirme vb.) Dahil." "birleştirme vb.) Dahil."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "Kaynaklar (Boyut, Odak)" msgstr "Kaynaklar (Boyut, Odak)"
#: 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
"Tcpdump tarafından kullanılan bağlantı noktalarının boşlukla ayrılmış " "Tcpdump tarafından kullanılan bağlantı noktalarının boşlukla ayrılmış "
@ -701,7 +725,7 @@ msgstr "Durum / Sürüm"
msgid "Suspend" msgid "Suspend"
msgstr "Askıya al" msgstr "Askıya al"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "DNS ile ilgili rapor dosyaları için hedef dizin." msgstr "DNS ile ilgili rapor dosyaları için hedef dizin."
@ -713,7 +737,7 @@ msgstr "Engelleme listesi yedeklemeleri için hedef dizin."
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "Oluşturulan engelleme listesi 'adb_list.overall' için hedef dizin." msgstr "Oluşturulan engelleme listesi 'adb_list.overall' için hedef dizin."
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "Oluşturulan engelleme listesi 'adb_list.jail' için hedef dizin." msgstr "Oluşturulan engelleme listesi 'adb_list.jail' için hedef dizin."
@ -745,6 +769,10 @@ msgstr ""
"Yalnızca adblock ile ilgili mesajlar için önceden filtrelenmiş syslog " "Yalnızca adblock ile ilgili mesajlar için önceden filtrelenmiş syslog "
ıktısı." ıktısı."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -779,7 +807,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Zaman" msgstr "Zaman"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." 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." msgstr "Başarılı bir DNS arka uç yeniden başlatması için bekleme süresi."
@ -795,7 +823,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "En İyi 10 İstatistik" msgstr "En İyi 10 İstatistik"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Adblock bildirim e-postaları için konu." msgstr "Adblock bildirim e-postaları için konu."
@ -812,8 +840,8 @@ msgstr "Tetikleme Gecikmesi"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "Değişiklikler kaydedilemiyor: %s" msgstr "Değişiklikler kaydedilemiyor: %s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "Varyantlar" msgstr "Varyantlar"

View file

@ -44,7 +44,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -68,11 +68,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -108,11 +108,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -144,7 +144,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -159,8 +159,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "Скасувати" msgstr "Скасувати"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -201,13 +201,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -215,21 +219,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Дата" msgstr "Дата"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -265,11 +269,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -277,11 +281,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -329,16 +333,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -351,11 +359,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -371,6 +383,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -390,7 +406,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "Інформація" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -414,7 +430,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -462,7 +478,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "Огляд" msgstr "Огляд"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -474,7 +490,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -529,39 +545,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -595,13 +611,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "Зберегти" msgstr "Зберегти"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -609,6 +629,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "Налаштування" msgstr "Налаштування"
@ -619,11 +643,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -643,7 +667,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -655,7 +679,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -685,6 +709,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -709,7 +737,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -723,7 +751,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -740,8 +768,8 @@ msgstr ""
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -43,7 +43,7 @@ msgstr ""
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "" msgstr ""
@ -68,11 +68,11 @@ msgstr ""
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -108,11 +108,11 @@ msgstr ""
msgid "Blacklist..." msgid "Blacklist..."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -144,7 +144,7 @@ msgstr ""
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "Bộ lọc" msgstr "Bộ lọc"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -159,8 +159,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "" msgstr ""
@ -202,13 +202,17 @@ msgstr ""
msgid "DNS Directory" msgid "DNS Directory"
msgstr "Thư mục DNS" msgstr "Thư mục DNS"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "" msgstr ""
@ -216,21 +220,21 @@ msgstr ""
msgid "Date" msgid "Date"
msgstr "Ngày" msgstr "Ngày"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "" msgstr ""
@ -266,11 +270,11 @@ msgstr ""
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "" msgstr ""
@ -278,11 +282,11 @@ msgstr ""
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "" msgstr ""
@ -330,16 +334,20 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "" msgstr ""
@ -352,11 +360,15 @@ msgstr ""
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "" msgstr ""
@ -372,6 +384,10 @@ msgstr ""
msgid "Forced Zones" msgid "Forced Zones"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -391,7 +407,7 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "" msgstr ""
@ -415,7 +431,7 @@ msgstr ""
msgid "Line number to remove" msgid "Line number to remove"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "" msgstr ""
@ -463,7 +479,7 @@ msgstr ""
msgid "Overview" msgid "Overview"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "" msgstr ""
@ -475,7 +491,7 @@ msgstr ""
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -530,39 +546,39 @@ msgstr ""
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -596,13 +612,17 @@ msgstr ""
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "" 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "" msgstr ""
@ -610,6 +630,10 @@ msgstr ""
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@ -620,11 +644,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "" msgstr ""
@ -644,7 +668,7 @@ msgstr ""
msgid "Suspend" msgid "Suspend"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "" msgstr ""
@ -656,7 +680,7 @@ msgstr ""
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "" 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "" msgstr ""
@ -686,6 +710,10 @@ msgstr ""
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -710,7 +738,7 @@ msgstr ""
msgid "Time" msgid "Time"
msgstr "Thời gian" msgstr "Thời gian"
#: 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "" msgstr ""
@ -724,7 +752,7 @@ msgstr ""
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "" 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "" msgstr ""
@ -741,8 +769,8 @@ msgstr "Kích hoạt độ trễ"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "" msgstr ""

View file

@ -50,7 +50,7 @@ msgstr "添加此域名到本地黑名单。"
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "添加此域名到本地白名单。" msgstr "添加此域名到本地白名单。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "其它被屏蔽列表" msgstr "其它被屏蔽列表"
@ -74,11 +74,11 @@ msgstr "高级设置 - 邮箱"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "高级设置 - 报告" msgstr "高级设置 - 报告"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "允许本地客户端 IP" msgstr "允许本地客户端 IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -116,11 +116,11 @@ msgstr "黑名单更改已保存。刷新您的广告拦截列表以使更改生
msgid "Blacklist..." msgid "Blacklist..."
msgstr "黑名单..." msgstr "黑名单..."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "拦截本地客户端IP" msgstr "拦截本地客户端IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -154,7 +154,7 @@ msgstr "黑名单查询..."
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "阻止列表内容" msgstr "阻止列表内容"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -171,8 +171,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "类别" msgstr "类别"
@ -216,13 +216,17 @@ msgstr "DNS后端"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS 目录" msgstr "DNS 目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS报告" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS重新启动超时" msgstr "DNS重新启动超时"
@ -230,21 +234,21 @@ msgstr "DNS重新启动超时"
msgid "Date" msgid "Date"
msgstr "日期" msgstr "日期"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "禁用DNS允许" msgstr "禁用DNS允许"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "禁用DNS重新启动" msgstr "禁用DNS重新启动"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "禁止广告拦截触发具有 自动加载/inotify 功能的 DNS 后端的重新启动。" msgstr "禁止广告拦截触发具有 自动加载/inotify 功能的 DNS 后端的重新启动。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "禁用选择性DNS白名单RPZ-PASSTHRU。" msgstr "禁用选择性DNS白名单RPZ-PASSTHRU。"
@ -280,11 +284,11 @@ msgstr "下载工具"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "电子邮件通知" msgstr "电子邮件通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "电子邮件通知计数" msgstr "电子邮件通知计数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "电子邮件概要" msgstr "电子邮件概要"
@ -292,11 +296,11 @@ msgstr "电子邮件概要"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "电子邮件收件人地址" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "电子邮件发件人地址" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "电子邮件主题" msgstr "电子邮件主题"
@ -344,11 +348,11 @@ msgstr "强制执行GoogleBingDuckduckgoYandexyoutube和Google的Saf
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "现有任务" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "外部DNS查找域" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -356,6 +360,10 @@ msgstr ""
"外部域用于检查DNS后端是否成功重启。请注意要禁用此检查请将此选项设置为“ " "外部域用于检查DNS后端是否成功重启。请注意要禁用此检查请将此选项设置为“ "
"false”。" "false”。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "过滤条件,例如日期,域或客户(可选)" msgstr "过滤条件,例如日期,域或客户(可选)"
@ -368,11 +376,15 @@ msgstr "本地应强制使用的防火墙端口。"
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "本地应强制使用的防火墙源域。" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "清空 DNS 缓存" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "在处理广告过滤之前刷新 DNS 缓存。" msgstr "在处理广告过滤之前刷新 DNS 缓存。"
@ -388,6 +400,10 @@ msgstr "强制端口"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "强制域" msgstr "强制域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -409,7 +425,7 @@ msgstr "授予访问 LuCI 应用 adblock 的权限"
msgid "Information" msgid "Information"
msgstr "信息" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "黑名单目录" msgstr "黑名单目录"
@ -433,7 +449,7 @@ msgstr "限定特定搜索引擎使用安全搜索。"
msgid "Line number to remove" msgid "Line number to remove"
msgstr "要移除的行号" msgstr "要移除的行号"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "tcpdump使用的可用网络设备列表." msgstr "tcpdump使用的可用网络设备列表."
@ -484,7 +500,7 @@ msgstr "尚无与广告拦截相关的日志!"
msgid "Overview" msgid "Overview"
msgstr "概览" msgstr "概览"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "'msmtp' 用于adblock通知电子邮件的配置文件。" msgstr "'msmtp' 用于adblock通知电子邮件的配置文件。"
@ -496,7 +512,7 @@ msgstr "查询"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "查询特定域的活动阻止列表和备份." msgstr "查询特定域的活动阻止列表和备份."
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -554,39 +570,39 @@ msgstr "重新加载"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "移除一个现有任务" msgstr "移除一个现有任务"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "报告区块计数" msgstr "报告区块计数"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "报告区块大小" msgstr "报告区块大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "报告目录" msgstr "报告目录"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "报告接口" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "报告端口" msgstr "报告端口"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "报告 tcpdump 所使用的区块数量。" msgstr "报告 tcpdump 所使用的区块数量。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "报告 tcpdump 所使用的区块大小 (以 MByte 显示)。" msgstr "报告 tcpdump 所使用的区块大小 (以 MByte 显示)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "解析多个 IP 地址" msgstr "解析多个 IP 地址"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "使用 DNS (PTR) 反查找解析报告中的IP地址。" msgstr "使用 DNS (PTR) 反查找解析报告中的IP地址。"
@ -620,13 +636,17 @@ msgstr "运行工具"
msgid "Save" msgid "Save"
msgstr "保存" msgstr "保存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
"additional 'msmtp' package installation." "additional 'msmtp' package installation."
msgstr "发送 AdBlock 相关的通知邮件。请留意:此功能需要安装 \"msmtp\"。" msgstr "发送 AdBlock 相关的通知邮件。请留意:此功能需要安装 \"msmtp\"。"
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "AdBlock 通知邮件的发送地址。" msgstr "AdBlock 通知邮件的发送地址。"
@ -634,6 +654,10 @@ msgstr "AdBlock 通知邮件的发送地址。"
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "设置一个新的广告拦截作业" msgstr "设置一个新的广告拦截作业"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "设置" msgstr "设置"
@ -644,11 +668,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "并行下载处理 (分类、合并等) 的下载队列大小。" msgstr "并行下载处理 (分类、合并等) 的下载队列大小。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "来源(大小,焦点)" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump使用的端口列表用空格分隔端口。" msgstr "tcpdump使用的端口列表用空格分隔端口。"
@ -668,7 +692,7 @@ msgstr "状态 / 版本"
msgid "Suspend" msgid "Suspend"
msgstr "暂停" msgstr "暂停"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "DNS 相关报告文件的目标目录。" msgstr "DNS 相关报告文件的目标目录。"
@ -680,7 +704,7 @@ msgstr "拦截列表备份的目标目录。"
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。" msgstr "生成拦截列表“adb_list.overall”的目标目录。"
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "生成拦截列表“adb_list.overall”的目标目录。" msgstr "生成拦截列表“adb_list.overall”的目标目录。"
@ -710,6 +734,10 @@ msgstr "分钟可选。取值范围0-59"
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "系统日志输出,仅针对 adblock 相关的消息进行了预筛选。" msgstr "系统日志输出,仅针对 adblock 相关的消息进行了预筛选。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -738,7 +766,7 @@ msgstr "此选项卡显示上次生成的 DNS 报告,按“刷新”按钮获
msgid "Time" msgid "Time"
msgstr "时间" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "等待成功的DNS后端重新启动的超时。" msgstr "等待成功的DNS后端重新启动的超时。"
@ -752,7 +780,7 @@ msgstr "为了使您的广告过滤列表保持最新,您应该为这些列表
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "前 10 统计数据" msgstr "前 10 统计数据"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "广告拦截通知邮件的主题。" msgstr "广告拦截通知邮件的主题。"
@ -769,8 +797,8 @@ msgstr "触发延时"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "无法保存更改:%s" msgstr "无法保存更改:%s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "变种" msgstr "变种"

View file

@ -49,7 +49,7 @@ msgstr "加入該(子)域名到您的本地黑名單。"
msgid "Add this (sub-)domain to your local whitelist." msgid "Add this (sub-)domain to your local whitelist."
msgstr "加入該(子)域名到您的本地白名單。" msgstr "加入該(子)域名到您的本地白名單。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "Additional Jail Blocklist" msgid "Additional Jail Blocklist"
msgstr "附加 Jail 封鎖清單" msgstr "附加 Jail 封鎖清單"
@ -73,11 +73,11 @@ msgstr "進階電郵設定"
msgid "Advanced Report Settings" msgid "Advanced Report Settings"
msgstr "進階報告設定" msgstr "進階報告設定"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "Allow Local Client IPs" msgid "Allow Local Client IPs"
msgstr "允許本地用戶端 IP" msgstr "允許本地用戶端 IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:462 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:472
msgid "" msgid ""
"Allow all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -116,11 +116,11 @@ msgstr "黑名單變更已儲存;請重新整理您的 Adblock 清單來使變
msgid "Blacklist..." msgid "Blacklist..."
msgstr "黑名單…" msgstr "黑名單…"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "Block Local Client IPs" msgid "Block Local Client IPs"
msgstr "封鎖本地用戶端 IP" msgstr "封鎖本地用戶端 IP"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:456 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:466
msgid "" msgid ""
"Block all requests of certain DNS clients based on their IP address (RPZ-" "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 " "CLIENT-IP). Please note: This feature is currently only supported by bind "
@ -154,7 +154,7 @@ msgstr "黑名單查詢…"
msgid "Blocklist Sources" msgid "Blocklist Sources"
msgstr "封鎖清單來源" msgstr "封鎖清單來源"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:468 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:478
msgid "" msgid ""
"Builds an additional DNS blocklist to block access to all domains except " "Builds an additional DNS blocklist to block access to all domains except "
"those listed in the whitelist. Please note: You can use this restrictive " "those listed in the whitelist. Please note: You can use this restrictive "
@ -171,8 +171,8 @@ msgstr ""
msgid "Cancel" msgid "Cancel"
msgstr "取消" msgstr "取消"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:575 #: 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:590 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:600
msgid "Categories" msgid "Categories"
msgstr "類別" msgstr "類別"
@ -217,13 +217,17 @@ msgstr "DNS 後端"
msgid "DNS Directory" msgid "DNS Directory"
msgstr "DNS 目錄" msgstr "DNS 目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
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:355
#: applications/luci-app-adblock/luasrc/controller/adblock.lua:8 #: applications/luci-app-adblock/luasrc/controller/adblock.lua:8
#: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27 #: applications/luci-app-adblock/root/usr/share/luci/menu.d/luci-app-adblock.json:27
msgid "DNS Report" msgid "DNS Report"
msgstr "DNS 報告" 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:450
msgid "DNS Restart Timeout" msgid "DNS Restart Timeout"
msgstr "DNS 重新啟動逾時值" msgstr "DNS 重新啟動逾時值"
@ -231,21 +235,21 @@ msgstr "DNS 重新啟動逾時值"
msgid "Date" msgid "Date"
msgstr "日期" msgstr "日期"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable DNS Allow" msgid "Disable DNS Allow"
msgstr "停用 DNS 解析修改" msgstr "停用 DNS 解析修改"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "Disable DNS Restarts" msgid "Disable DNS Restarts"
msgstr "停用 DNS 重新啟動" msgstr "停用 DNS 重新啟動"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:477 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:487
msgid "" msgid ""
"Disable adblock triggered restarts for dns backends with autoload/inotify " "Disable adblock triggered restarts for dns backends with autoload/inotify "
"functions." "functions."
msgstr "停用 Adblock 觸發具有「自動載入inotify 」功能的 DNS 後端重新啟動。" msgstr "停用 Adblock 觸發具有「自動載入inotify 」功能的 DNS 後端重新啟動。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:453 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:463
msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)." msgid "Disable selective DNS whitelisting (RPZ-PASSTHRU)."
msgstr "停用選擇性 DNS 白名單 (RPZ-PASSTHRU)。" msgstr "停用選擇性 DNS 白名單 (RPZ-PASSTHRU)。"
@ -281,11 +285,11 @@ msgstr "下載工具"
msgid "E-Mail Notification" msgid "E-Mail Notification"
msgstr "電子郵件通知" msgstr "電子郵件通知"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "E-Mail Notification Count" msgid "E-Mail Notification Count"
msgstr "電郵通知數量" msgstr "電郵通知數量"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "E-Mail Profile" msgid "E-Mail Profile"
msgstr "電郵設定檔" msgstr "電郵設定檔"
@ -293,11 +297,11 @@ msgstr "電郵設定檔"
msgid "E-Mail Receiver Address" msgid "E-Mail Receiver Address"
msgstr "電郵收件人位址" 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:527
msgid "E-Mail Sender Address" msgid "E-Mail Sender Address"
msgstr "電郵寄件人位址" 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:531
msgid "E-Mail Topic" msgid "E-Mail Topic"
msgstr "電郵主旨" msgstr "電郵主旨"
@ -347,11 +351,11 @@ msgstr ""
msgid "Existing job(s)" msgid "Existing job(s)"
msgstr "現存工作" 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:455
msgid "External DNS Lookup Domain" msgid "External DNS Lookup Domain"
msgstr "供 DNS 查詢的外部域名" 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:455
msgid "" msgid ""
"External domain to check for a successful DNS backend restart. Please note: " "External domain to check for a successful DNS backend restart. Please note: "
"To disable this check set this option to 'false'." "To disable this check set this option to 'false'."
@ -359,6 +363,10 @@ msgstr ""
"使用外部網域來檢查「DNS 後端」是否成功重新啟動;請注意:要停用此檢查,請輸入 " "使用外部網域來檢查「DNS 後端」是否成功重新啟動;請注意:要停用此檢查,請輸入 "
"\"false\"。" "\"false\"。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:445
msgid "Fifth instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/dnsreport.js:157
msgid "Filter criteria like date, domain or client (optional)" msgid "Filter criteria like date, domain or client (optional)"
msgstr "篩選器準則(例如:日期、域名或客戶端,可選)" msgstr "篩選器準則(例如:日期、域名或客戶端,可選)"
@ -371,11 +379,15 @@ msgstr "本地應被強制重新導向的防火牆通訊埠號。"
msgid "Firewall source zones that should be forced locally." msgid "Firewall source zones that should be forced locally."
msgstr "本地應被強制重新導向的防火牆來源區域。" 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:441
msgid "First instance (default)"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:460
msgid "Flush DNS Cache" msgid "Flush DNS Cache"
msgstr "清除 DNS 快取" 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:460
msgid "Flush the DNS Cache before adblock processing as well." msgid "Flush the DNS Cache before adblock processing as well."
msgstr "在 Adblock 行程啟動前也要清除 DNS 快取。" msgstr "在 Adblock 行程啟動前也要清除 DNS 快取。"
@ -391,6 +403,10 @@ msgstr "強制埠號"
msgid "Forced Zones" msgid "Forced Zones"
msgstr "強制區域" msgstr "強制區域"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:444
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:355
msgid "" msgid ""
"Gather DNS related network traffic via tcpdump and provide a DNS Report on " "Gather DNS related network traffic via tcpdump and provide a DNS Report on "
@ -412,7 +428,7 @@ msgstr "授予 luci-app-adblock 擁有 UCI 存取的權限"
msgid "Information" msgid "Information"
msgstr "資訊" 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:482
msgid "Jail Directory" msgid "Jail Directory"
msgstr "Jail 檔案目錄" msgstr "Jail 檔案目錄"
@ -436,7 +452,7 @@ msgstr "啟用限制性安全搜尋,以限制給定搜尋引擎的搜尋範圍
msgid "Line number to remove" msgid "Line number to remove"
msgstr "要移除的行號" msgstr "要移除的行號"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "List of available network devices used by tcpdump." msgid "List of available network devices used by tcpdump."
msgstr "用於 tcpdump 的可用網路裝置清單。" msgstr "用於 tcpdump 的可用網路裝置清單。"
@ -487,7 +503,7 @@ msgstr "尚無與 Adblock 相關的日誌!"
msgid "Overview" msgid "Overview"
msgstr "概覽" msgstr "概覽"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:525 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:535
msgid "Profile used by 'msmtp' for adblock notification E-Mails." msgid "Profile used by 'msmtp' for adblock notification E-Mails."
msgstr "\"msmtp\" 使用的設定檔,用於 Adblock 寄送通知電子郵件。" msgstr "\"msmtp\" 使用的設定檔,用於 Adblock 寄送通知電子郵件。"
@ -499,7 +515,7 @@ msgstr "查詢"
msgid "Query active blocklists and backups for a specific domain." msgid "Query active blocklists and backups for a specific domain."
msgstr "查詢「特定網域」的活躍封鎖清單和備份。" msgstr "查詢「特定網域」的活躍封鎖清單和備份。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:529 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:539
msgid "" msgid ""
"Raise the notification count, to get E-Mails if the overall blocklist count " "Raise the notification count, to get E-Mails if the overall blocklist count "
"is less or equal to the given limit." "is less or equal to the given limit."
@ -560,39 +576,39 @@ msgstr "重新載入"
msgid "Remove an existing job" msgid "Remove an existing job"
msgstr "移除一個現存工作" msgstr "移除一個現存工作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report Chunk Count" msgid "Report Chunk Count"
msgstr "報告區塊數量" msgstr "報告區塊數量"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report Chunk Size" msgid "Report Chunk Size"
msgstr "報告區塊大小" msgstr "報告區塊大小"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Report Directory" msgid "Report Directory"
msgstr "報告目錄" msgstr "報告目錄"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:488 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:498
msgid "Report Interface" msgid "Report Interface"
msgstr "報告介面" 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:517
msgid "Report Ports" msgid "Report Ports"
msgstr "報告埠號" msgstr "報告埠號"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:497 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:507
msgid "Report chunk count used by tcpdump." msgid "Report chunk count used by tcpdump."
msgstr "報告 tcpdump 使用的區塊數量。" msgstr "報告 tcpdump 使用的區塊數量。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:502 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:512
msgid "Report chunk size used by tcpdump in MByte." msgid "Report chunk size used by tcpdump in MByte."
msgstr "報告 tcpdump 使用的區塊大小單位MB。" msgstr "報告 tcpdump 使用的區塊大小單位MB。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve IPs" msgid "Resolve IPs"
msgstr "" msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:511 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:521
msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups." msgid "Resolve reporting IP addresses by using reverse DNS (PTR) lookups."
msgstr "" msgstr ""
@ -626,6 +642,10 @@ msgstr "執行工具"
msgid "Save" msgid "Save"
msgstr "儲存" msgstr "儲存"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:442
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:359
msgid "" msgid ""
"Send adblock related notification e-mails. Please note: this needs " "Send adblock related notification e-mails. Please note: this needs "
@ -633,7 +653,7 @@ msgid ""
msgstr "" msgstr ""
"寄送與 Adblock 相關的通知電子郵件;請注意:這需要安裝 \"msmtp\" 附加套件。" "寄送與 Adblock 相關的通知電子郵件;請注意:這需要安裝 \"msmtp\" 附加套件。"
#: 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:527
msgid "Sender address for adblock notification E-Mails." msgid "Sender address for adblock notification E-Mails."
msgstr "Adblock 通知電子郵件的寄件人位址。" msgstr "Adblock 通知電子郵件的寄件人位址。"
@ -641,6 +661,10 @@ msgstr "Adblock 通知電子郵件的寄件人位址。"
msgid "Set a new adblock job" msgid "Set a new adblock job"
msgstr "設定一個新的廣告攔截工作" msgstr "設定一個新的廣告攔截工作"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:440
msgid "Set the dns backend instance used by adblock."
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:297
msgid "Settings" msgid "Settings"
msgstr "設定" msgstr "設定"
@ -651,11 +675,11 @@ msgid ""
"etc.) in parallel." "etc.) in parallel."
msgstr "平行下載處理(包含排序、合併等)的下載佇列大小。" msgstr "平行下載處理(包含排序、合併等)的下載佇列大小。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:551 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:561
msgid "Sources (Size, Focus)" msgid "Sources (Size, Focus)"
msgstr "來源(大小、聚焦的類別)" 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:517
msgid "Space separated list of ports used by tcpdump." msgid "Space separated list of ports used by tcpdump."
msgstr "tcpdump 使用的通訊埠號(以空格分隔)。" msgstr "tcpdump 使用的通訊埠號(以空格分隔)。"
@ -675,7 +699,7 @@ msgstr "狀態/版本"
msgid "Suspend" msgid "Suspend"
msgstr "掛起" msgstr "掛起"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:493 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:503
msgid "Target directory for DNS related report files." msgid "Target directory for DNS related report files."
msgstr "DNS 相關報告檔案的目標目錄。" msgstr "DNS 相關報告檔案的目標目錄。"
@ -687,7 +711,7 @@ msgstr "攔截清單備份的目標目錄。"
msgid "Target directory for the generated blocklist 'adb_list.overall'." msgid "Target directory for the generated blocklist 'adb_list.overall'."
msgstr "產生封鎖清單 \"adb_list.overall\" 的目標目錄。" msgstr "產生封鎖清單 \"adb_list.overall\" 的目標目錄。"
#: 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:482
msgid "Target directory for the generated jail blocklist 'adb_list.jail'." msgid "Target directory for the generated jail blocklist 'adb_list.jail'."
msgstr "產生 Jail 封鎖清單 \"adb_list.jail\" 的目標目錄。" msgstr "產生 Jail 封鎖清單 \"adb_list.jail\" 的目標目錄。"
@ -717,6 +741,10 @@ msgstr "分鐘部分取值範圍0-59必需"
msgid "The syslog output, pre-filtered for adblock related messages only." msgid "The syslog output, pre-filtered for adblock related messages only."
msgstr "系統日誌輸出(預先篩選出只與 Adblock 相關的訊息)。" msgstr "系統日誌輸出(預先篩選出只與 Adblock 相關的訊息)。"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:443
msgid "Third instance"
msgstr ""
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/blacklist.js:23
msgid "" msgid ""
"This is the local adblock blacklist to always-deny certain (sub) domains." "This is the local adblock blacklist to always-deny certain (sub) domains."
@ -747,7 +775,7 @@ msgstr "此頁籤顯示上次產生的 DNS 報告,按「更新」按鈕取得
msgid "Time" msgid "Time"
msgstr "時間" 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:450
msgid "Timeout to wait for a successful DNS backend restart." msgid "Timeout to wait for a successful DNS backend restart."
msgstr "等待 DNS 後端成功重新啟動的逾時值。" msgstr "等待 DNS 後端成功重新啟動的逾時值。"
@ -761,7 +789,7 @@ msgstr "要保持最新的 Adblock 清單,您應該設定這些清單的自動
msgid "Top 10 Statistics" msgid "Top 10 Statistics"
msgstr "前 10 統計" msgstr "前 10 統計"
#: 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:531
msgid "Topic for adblock notification E-Mails." msgid "Topic for adblock notification E-Mails."
msgstr "Adblock 通知電子郵件的主旨。" msgstr "Adblock 通知電子郵件的主旨。"
@ -778,8 +806,8 @@ msgstr "觸發延遲"
msgid "Unable to save changes: %s" msgid "Unable to save changes: %s"
msgstr "無法儲存變更(訊息:%s" msgstr "無法儲存變更(訊息:%s"
#: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:605 #: 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:621 #: applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js:631
msgid "Variants" msgid "Variants"
msgstr "變體" msgstr "變體"