luci-app-banip: sync with banIP 0.8.2-5

* made some missing text pieces translatable
* change banip.feeds permission

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken 2023-03-30 18:55:27 +02:00
parent 736c8f1d06
commit 0c67d74fd3
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
38 changed files with 582 additions and 6 deletions

View file

@ -329,7 +329,7 @@ return view.extend({
*/ */
o = s.taboption('advanced', form.DummyValue, '_sub'); o = s.taboption('advanced', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>Changes on this tab needs a banIP service restart to take effect.</b></em>'; o.default = '<em><b>' + _('Changes on this tab needs a banIP service restart to take effect.') + '</b></em>';
o = s.taboption('advanced', form.ListValue, 'ban_nicelimit', _('Nice Level'), _('The selected priority will be used for banIP background processing.')); o = s.taboption('advanced', form.ListValue, 'ban_nicelimit', _('Nice Level'), _('The selected priority will be used for banIP background processing.'));
o.value('-20', _('Highest Priority')); o.value('-20', _('Highest Priority'));
@ -390,7 +390,7 @@ return view.extend({
*/ */
o = s.taboption('adv_chain', form.DummyValue, '_sub'); o = s.taboption('adv_chain', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>Changes on this tab needs a banIP service restart to take effect.</b></em>'; o.default = '<em><b>' + _('Changes on this tab needs a banIP service restart to take effect.') + '</b></em>';
o = s.taboption('adv_chain', form.ListValue, 'ban_nftpolicy', _('Set Policy'), _('Set the nft policy for banIP-related sets.')); o = s.taboption('adv_chain', form.ListValue, 'ban_nftpolicy', _('Set Policy'), _('Set the nft policy for banIP-related sets.'));
o.value('memory', _('memory (default)')); o.value('memory', _('memory (default)'));
@ -456,7 +456,7 @@ return view.extend({
*/ */
o = s.taboption('adv_log', form.DummyValue, '_sub'); o = s.taboption('adv_log', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>Changes on this tab needs a banIP service restart to take effect.</b></em>'; o.default = '<em><b>' + _('Changes on this tab needs a banIP service restart to take effect.') + '</b></em>';
o = s.taboption('adv_log', form.ListValue, 'ban_nftloglevel', _('Log Level'), _('Set the syslog level for NFT logging.')); o = s.taboption('adv_log', form.ListValue, 'ban_nftloglevel', _('Log Level'), _('Set the syslog level for NFT logging.'));
o.value('emerg', _('emerg')); o.value('emerg', _('emerg'));
@ -494,7 +494,7 @@ return view.extend({
*/ */
o = s.taboption('adv_email', form.DummyValue, '_sub'); o = s.taboption('adv_email', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>To enable email notifications, set up the \'msmtp\' package and specify a vaild E-Mail receiver address.</b></em>'; o.default = '<em><b>' + _('To enable email notifications, set up the \'msmtp\' package and specify a vaild E-Mail receiver address.') + '</b></em>';
o = s.taboption('adv_email', form.Flag, 'ban_mailnotification', _('E-Mail Notification'), _('Receive E-Mail notifications with every banIP run.')); o = s.taboption('adv_email', form.Flag, 'ban_mailnotification', _('E-Mail Notification'), _('Receive E-Mail notifications with every banIP run.'));
o.rmempty = true; o.rmempty = true;
@ -521,7 +521,7 @@ return view.extend({
*/ */
o = s.taboption('feeds', form.DummyValue, '_sub'); o = s.taboption('feeds', form.DummyValue, '_sub');
o.rawhtml = true; o.rawhtml = true;
o.default = '<em><b>List of supported and fully pre-configured banIP feeds.</b></em>'; o.default = '<em><b>' + _('List of supported and fully pre-configured banIP feeds.') + '</b></em>';
if (result[0]) { if (result[0]) {
var focus, feed, feeds; var focus, feed, feeds;

View file

@ -169,6 +169,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -693,6 +703,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
"Liste over tilgængelige netværks interfaces til at trigger banIP start." "Liste over tilgængelige netværks interfaces til at trigger banIP start."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -694,6 +704,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Tidsstempel" msgstr "Tidsstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Emne for banIP-meddelelses-e-mails." msgstr "Emne for banIP-meddelelses-e-mails."

View file

@ -174,6 +174,12 @@ msgstr "Kettenpriorität"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "Ketten-/Set-Einstellungen" msgstr "Ketten-/Set-Einstellungen"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -394,6 +400,10 @@ msgstr ""
"Liste der verfügbaren Netzwerkschnittstellen, die den Start von banIP " "Liste der verfügbaren Netzwerkschnittstellen, die den Start von banIP "
"auslösen können." "auslösen können."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets." msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets."
@ -747,6 +757,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Zeitstempel" msgstr "Zeitstempel"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Betreff für banIP-Benachrichtigungs-E-Mails." msgstr "Betreff für banIP-Benachrichtigungs-E-Mails."

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -171,6 +171,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -377,6 +383,10 @@ msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
"Lista de interfaces de red disponibles para activar el inicio de banIP." "Lista de interfaces de red disponibles para activar el inicio de banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -701,6 +711,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de tiempo" msgstr "Marca de tiempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tema para correos electrónicos de notificación de banIP." msgstr "Tema para correos electrónicos de notificación de banIP."

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -376,6 +382,10 @@ msgstr ""
"Liste des interfaces réseau disponibles pour déclencher le démarrage du " "Liste des interfaces réseau disponibles pour déclencher le démarrage du "
"banIP." "banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -700,6 +710,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Horodatage" msgstr "Horodatage"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Rubrique pour les courriels de notification banIP." msgstr "Rubrique pour les courriels de notification banIP."

View file

@ -169,6 +169,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -693,6 +703,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -162,6 +162,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -367,6 +373,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -686,6 +696,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -693,6 +703,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "タイムスタンプ" msgstr "タイムスタンプ"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -169,6 +169,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -693,6 +703,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -693,6 +703,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "Lijst van beschikbare netwerkinterfaces die banIP starten." msgstr "Lijst van beschikbare netwerkinterfaces die banIP starten."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -697,6 +707,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -176,6 +176,12 @@ msgstr "Priorytet łańcucha"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "Ustawienia łańcucha/zestawu" msgstr "Ustawienia łańcucha/zestawu"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -399,6 +405,10 @@ msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
"Lista dostępnych interfejsów sieciowych wyzwalających uruchomienie banIP." "Lista dostępnych interfejsów sieciowych wyzwalających uruchomienie banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Wymień elementy określonego zestawu związanego z banIP." msgstr "Wymień elementy określonego zestawu związanego z banIP."
@ -746,6 +756,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Sygnatura czasowa" msgstr "Sygnatura czasowa"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Temat dla wiadomości e-mail z powiadomieniem banIP." msgstr "Temat dla wiadomości e-mail z powiadomieniem banIP."

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
"Lista de interfaces de rede disponíveis para acionar o início do banIP." "Lista de interfaces de rede disponíveis para acionar o início do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -695,6 +705,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de Tempo" msgstr "Marca de Tempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP." msgstr "Tópico para e-mails de notificação do banIP."

View file

@ -177,6 +177,12 @@ msgstr "Prioridade da cadeia"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "Cadeia/Definir as configurações" msgstr "Cadeia/Definir as configurações"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -401,6 +407,10 @@ msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
"Lista de interfaces de rede disponíveis para acionar o início do banIP." "Lista de interfaces de rede disponíveis para acionar o início do banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Liste os elementos de um conjunto específico relacionado ao banIP." msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
@ -752,6 +762,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Marca de Tempo" msgstr "Marca de Tempo"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Tópico para e-mails de notificação do banIP." msgstr "Tópico para e-mails de notificação do banIP."

View file

@ -176,6 +176,12 @@ msgstr "Prioritatea Chain"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "Chain/Set de setări" msgstr "Chain/Set de setări"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -398,6 +404,10 @@ msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
"Lista interfețelor de rețea disponibile pentru a declanșa pornirea banIP." "Lista interfețelor de rețea disponibile pentru a declanșa pornirea banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "Enumeră elementele unui anumit set legat de banIP." msgstr "Enumeră elementele unui anumit set legat de banIP."
@ -747,6 +757,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Înregistrarea timpului" msgstr "Înregistrarea timpului"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "Subiect pentru e-mailurile de notificare banIP." msgstr "Subiect pentru e-mailurile de notificare banIP."

View file

@ -169,6 +169,12 @@ msgstr "Приоритет цепочки"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -375,6 +381,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "Список доступных сетевых интерфейсов запускающих banIP." msgstr "Список доступных сетевых интерфейсов запускающих banIP."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -694,6 +704,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -159,6 +159,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -364,6 +370,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -683,6 +693,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "BanIP başlangıcını tetiklemek için mevcut ağ arayüzlerinin listesi." msgstr "BanIP başlangıcını tetiklemek için mevcut ağ arayüzlerinin listesi."
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -694,6 +704,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "Zaman damgası" msgstr "Zaman damgası"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için konu." msgstr "BanIP bildirim e-postaları için konu."

View file

@ -169,6 +169,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -374,6 +380,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -693,6 +703,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr ""
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -373,6 +379,10 @@ msgstr ""
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "" msgstr ""
@ -692,6 +702,12 @@ msgstr ""
msgid "Timestamp" msgid "Timestamp"
msgstr "" msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "" msgstr ""

View file

@ -168,6 +168,12 @@ msgstr "链优先级"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "IP 链路/集合设置" msgstr "IP 链路/集合设置"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -376,6 +382,10 @@ msgstr "在状态和报告中列出集合元素,禁用此功能可减少 CPU
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "触发 banIP 启动的可用网络接口列表。" msgstr "触发 banIP 启动的可用网络接口列表。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "列出与某一特定 banIP 有关的集合的元素。" msgstr "列出与某一特定 banIP 有关的集合的元素。"
@ -699,6 +709,12 @@ msgstr "此标签页显示最后生成的集合报告,按下“刷新“按钮
msgid "Timestamp" msgid "Timestamp"
msgstr "时间戳" msgstr "时间戳"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知邮件的主题。" msgstr "banIP 通知邮件的主题。"

View file

@ -168,6 +168,12 @@ msgstr "鏈優先順序"
msgid "Chain/Set Settings" msgid "Chain/Set Settings"
msgstr "IP 鏈結/集合設定" msgstr "IP 鏈結/集合設定"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:332
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:393
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:459
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:29
msgid "" msgid ""
"Configuration of the banIP package to ban incoming and outgoing ip addresses/" "Configuration of the banIP package to ban incoming and outgoing ip addresses/"
@ -376,6 +382,10 @@ msgstr "在狀態和報告中列出集合元素,停用此功能可減少 CPU
msgid "List of available network interfaces to trigger the banIP start." msgid "List of available network interfaces to trigger the banIP start."
msgstr "觸發 banIP 啟動的可用網路介面列表。" msgstr "觸發 banIP 啟動的可用網路介面列表。"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:524
msgid "List of supported and fully pre-configured banIP feeds."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/setreport.js:82
msgid "List the elements of a specific banIP-related Set." msgid "List the elements of a specific banIP-related Set."
msgstr "列出與某一特定 banIP 有關的集合的元素。" msgstr "列出與某一特定 banIP 有關的集合的元素。"
@ -699,6 +709,12 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕
msgid "Timestamp" msgid "Timestamp"
msgstr "時間戳" msgstr "時間戳"
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:497
msgid ""
"To enable email notifications, set up the 'msmtp' package and specify a "
"vaild E-Mail receiver address."
msgstr ""
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:510
msgid "Topic for banIP notification E-Mails." msgid "Topic for banIP notification E-Mails."
msgstr "banIP 通知郵件的主題。" msgstr "banIP 通知郵件的主題。"

View file

@ -16,7 +16,7 @@
"write" "write"
], ],
"/etc/banip/banip.feeds": [ "/etc/banip/banip.feeds": [
"read" "write"
] ]
} }
}, },