luci-app-banip: sync with banIP 0.8.2-5
authorDirk Brenken <dev@brenken.org>
Thu, 30 Mar 2023 16:55:27 +0000 (18:55 +0200)
committerDirk Brenken <dev@brenken.org>
Thu, 30 Mar 2023 16:55:27 +0000 (18:55 +0200)
* made some missing text pieces translatable
* change banip.feeds permission

Signed-off-by: Dirk Brenken <dev@brenken.org>
38 files changed:
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js
applications/luci-app-banip/po/ar/banip.po
applications/luci-app-banip/po/bg/banip.po
applications/luci-app-banip/po/bn_BD/banip.po
applications/luci-app-banip/po/ca/banip.po
applications/luci-app-banip/po/cs/banip.po
applications/luci-app-banip/po/da/banip.po
applications/luci-app-banip/po/de/banip.po
applications/luci-app-banip/po/el/banip.po
applications/luci-app-banip/po/en/banip.po
applications/luci-app-banip/po/es/banip.po
applications/luci-app-banip/po/fi/banip.po
applications/luci-app-banip/po/fr/banip.po
applications/luci-app-banip/po/he/banip.po
applications/luci-app-banip/po/hi/banip.po
applications/luci-app-banip/po/hu/banip.po
applications/luci-app-banip/po/it/banip.po
applications/luci-app-banip/po/ja/banip.po
applications/luci-app-banip/po/ko/banip.po
applications/luci-app-banip/po/mr/banip.po
applications/luci-app-banip/po/ms/banip.po
applications/luci-app-banip/po/nb_NO/banip.po
applications/luci-app-banip/po/nl/banip.po
applications/luci-app-banip/po/pl/banip.po
applications/luci-app-banip/po/pt/banip.po
applications/luci-app-banip/po/pt_BR/banip.po
applications/luci-app-banip/po/ro/banip.po
applications/luci-app-banip/po/ru/banip.po
applications/luci-app-banip/po/sk/banip.po
applications/luci-app-banip/po/sv/banip.po
applications/luci-app-banip/po/sw/banip.po
applications/luci-app-banip/po/templates/banip.pot
applications/luci-app-banip/po/tr/banip.po
applications/luci-app-banip/po/uk/banip.po
applications/luci-app-banip/po/vi/banip.po
applications/luci-app-banip/po/zh_Hans/banip.po
applications/luci-app-banip/po/zh_Hant/banip.po
applications/luci-app-banip/root/usr/share/rpcd/acl.d/luci-app-banip.json

index d0f9973cad52809382d43808111c6d2211b60db6..699d5089555edc326a1f31e09ecc6aa794b8e7b7 100644 (file)
@@ -329,7 +329,7 @@ return view.extend({
                */
                o = s.taboption('advanced', form.DummyValue, '_sub');
                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.value('-20', _('Highest Priority'));
@@ -390,7 +390,7 @@ return view.extend({
                */
                o = s.taboption('adv_chain', form.DummyValue, '_sub');
                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.value('memory', _('memory (default)'));
@@ -456,7 +456,7 @@ return view.extend({
                */
                o = s.taboption('adv_log', form.DummyValue, '_sub');
                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.value('emerg', _('emerg'));
@@ -494,7 +494,7 @@ return view.extend({
                */
                o = s.taboption('adv_email', form.DummyValue, '_sub');
                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.rmempty = true;
@@ -521,7 +521,7 @@ return view.extend({
                */
                o = s.taboption('feeds', form.DummyValue, '_sub');
                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]) {
                        var focus, feed, feeds;
index 58086bd811d7694fb0685e4e08fddb3f6572fed1..f719d8cce2d13d987a6c613df49ca8b8948f3138 100644 (file)
@@ -169,6 +169,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -693,6 +703,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 085072d5313dc0b04aa66ab46742297a8a9fca2d..0c95dfb9c649b31d6378e88df2271940e82496ef 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 4b6fd9a3e7f9001ffdb8ddd49e946591732a299e..31e1e2baa871a65eee055dc6910d54c6228513e9 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index bb6b4df579651c02fb3ff05f6431dcfe4a5f1062..1837c275547004694f0c401ed13b61641358eed3 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index e76bacd8e2fc85c1dcdd2603b1a2af1e62d379bc..276b077ce76072120f438dae20a5288f227d6f57 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index c9ebf9d1c80f5798114cacc7c32b3fbb8dd20401..93336a5a8f6d6c898853258703ef37502625ab5a 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 ""
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -694,6 +704,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Emne for banIP-meddelelses-e-mails."
index 4337c72d10e5f3865afeb9b1728ac49b401fad51..b7d0c0c06882ee16116096f882d6957d1f4521ab 100644 (file)
@@ -174,6 +174,12 @@ msgstr "Kettenpriorität"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 "
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr "Auflistung der Elemente eines bestimmten banIP-bezogenen Sets."
@@ -747,6 +757,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Betreff für banIP-Benachrichtigungs-E-Mails."
index 7824df458fdf4fb5bb8ad1864b87b075e9234be0..30ded7c613361136e3699d02235ab8ac3149c431 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index f387828c6561407d44f653e80c640baaad48ddbb..ab7071a28a6a792070abc87622e2a0a700dce50c 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 3a692e2b818f5a3a4de64570ffa7135e98797d86..79fae6f1474da4bd3b3bc3a079a73c42c6795b6a 100644 (file)
@@ -171,6 +171,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 ""
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -701,6 +711,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Tema para correos electrónicos de notificación de banIP."
index b33d399308ca0cdcb5741100b60642b763e59caa..d01aada700e8743fb62c409cede92326b110a834 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index ab2d8cbdee8c31825e2fb614690aea075d8e0a5b..ef89a5aacd38704f6eca8f1453105437639b0cd0 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 "
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -700,6 +710,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Rubrique pour les courriels de notification banIP."
index 56f78ea02645e1e100200c405fc0ee69c6f498d9..44eda3e4912e7ca43fd3c058d5fd5a3714e12baf 100644 (file)
@@ -169,6 +169,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -693,6 +703,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index e55144766b62232f58afd98f8d3ca2c2d8cc67d3..1ef6bd0f1b9ff262037529921d5fab6d934767f2 100644 (file)
@@ -162,6 +162,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -686,6 +696,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index a5339b109f11bbdc924b493baf85d012b303ccd8..c2f02a5e295556dca6ad88cb53de98b86d591a02 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -693,6 +703,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index bd3f40be5fbb107f70ab407d62f760fc78223ef6..b676288c57c7156357c472e26bc4dd0907952602 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 6e084e3bc13fdf63c154f0570a7117c5dfe07866..dd1b171d03738665ffdbff5ac9d503dcd7d9d21d 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 293e97b2338786b2fbd7963649e76442fffadc51..68bfad456d1bc9fdf08434c640d7421905dc600b 100644 (file)
@@ -169,6 +169,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -693,6 +703,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 4b8cea7bae5868ea73aa5c4dad29b8305bca7b38..ad1a811e7e7a378ceb3b8d9ae1b087660ca94b47 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index c69340c89d5e5187aed972153e3410d385da7216..76aff9829d39156243db40290be186c5042f3b47 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index c520688f6aaab090574ec32734235333659e3e9c..822d8e0a6f6a18274b79c1ab720a163c5a15e036 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -693,6 +703,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 625361be3fb268770d3af855116a19233e3668cc..fd916aa8145d8bc4b9655277c9c2a0885d119abb 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -697,6 +707,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 9e777543a96316bb097176a097aee39af3c7f310..dae8691244ce774e2a8cd7db43cd76826e3d7af7 100644 (file)
@@ -176,6 +176,12 @@ msgstr "Priorytet łańcucha"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 ""
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr "Wymień elementy określonego zestawu związanego z banIP."
@@ -746,6 +756,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Temat dla wiadomości e-mail z powiadomieniem banIP."
index 55008418d40294e8a0c8328f3323dac33ae3d3aa..d560c3526baee4b265425a28032e1b148178a072 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 ""
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -695,6 +705,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Tópico para e-mails de notificação do banIP."
index 0d5bb932c012806b2a05618c588f4e4744cdfcc3..2f59628f9f1024d282af81fb39ec59248f578a5e 100644 (file)
@@ -177,6 +177,12 @@ msgstr "Prioridade da cadeia"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 ""
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr "Liste os elementos de um conjunto específico relacionado ao banIP."
@@ -752,6 +762,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Tópico para e-mails de notificação do banIP."
index dd645a16453c42f3553bd0461065d4631e6c70b7..a302aab10280f15368acb7dfefb9db20a7822f10 100644 (file)
@@ -176,6 +176,12 @@ msgstr "Prioritatea Chain"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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 ""
 "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
 msgid "List the elements of a specific banIP-related Set."
 msgstr "Enumeră elementele unui anumit set legat de banIP."
@@ -747,6 +757,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "Subiect pentru e-mailurile de notificare banIP."
index ccbdb02af8aa500969c78e2c40a7150cbef06432..54a7a78399609032caacee0e06f9fdcd9d95d0d1 100644 (file)
@@ -169,6 +169,12 @@ msgstr "Приоритет цепочки"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -694,6 +704,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 1379ea96051417ce61171954ccd8dad526077a9d..d58f29933e56d3aedbefb60465ea67664eccff3a 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index a075347b047013bc7a4521e76dc788fc945212ce..1a9035f4bf4acc43d20f2baf8971ca8ac6cbabc4 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 54ff14554f7b208f64621352ea5d74b46c15f23b..271398682f72b2c6629452b57418613dcd6f1ce5 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index d45838ca138bd6660d98048ade867ce5cbc8e5d4..d6b3473f3fd043afe442d8821f8e69e31215480f 100644 (file)
@@ -159,6 +159,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -683,6 +693,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 0ce49b7b266e67cf260bca81d859e1ded780f3a3..747f54be2d393b3ed095a66b49b3806db53a45c5 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -694,6 +704,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "BanIP bildirim e-postaları için konu."
index 97fd31a6cbb80a67b27897fa5ed95ee11cbba109..a9552072575c987f0743bd563ea1ecc57e208fe0 100644 (file)
@@ -169,6 +169,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -693,6 +703,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index 7768050ee8c04242c3918a9800066155d3e8da51..7cb1b7a6587733f32c78f55f06a94519e09e3731 100644 (file)
@@ -168,6 +168,12 @@ msgstr ""
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr ""
@@ -692,6 +702,12 @@ msgstr ""
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr ""
index fca8ee0937b9d638c9889ec29182fb7ebf135fd4..ee55e8d0a3058f4b48bae5ebf59b9aab2e592ba8 100644 (file)
@@ -168,6 +168,12 @@ msgstr "链优先级"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr "列出与某一特定 banIP 有关的集合的元素。"
@@ -699,6 +709,12 @@ msgstr "此标签页显示最后生成的集合报告,按下“刷新“按钮
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "banIP 通知邮件的主题。"
index 7113e8b018114b632a82450ff3b2567824222ade..cff6defaf68482f0d2a8ad71960bd63f06693a1c 100644 (file)
@@ -168,6 +168,12 @@ msgstr "鏈優先順序"
 msgid "Chain/Set Settings"
 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
 msgid ""
 "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."
 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
 msgid "List the elements of a specific banIP-related Set."
 msgstr "列出與某一特定 banIP 有關的集合的元素。"
@@ -699,6 +709,12 @@ msgstr "此標籤頁顯示最後產生的集合報告,按下「更新」按鈕
 msgid "Timestamp"
 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
 msgid "Topic for banIP notification E-Mails."
 msgstr "banIP 通知郵件的主題。"
index c8b857449559decaf92cab68fedfc94b45469ac5..dff1723541fe525198cc5843234ed4df18ce91f4 100644 (file)
@@ -16,7 +16,7 @@
                                        "write"
                                ],
                                "/etc/banip/banip.feeds": [
-                                       "read"
+                                       "write"
                                ]
                        }
                },