luci-app-banip: switch IP query provider
authorDirk Brenken <dev@brenken.org>
Sun, 2 May 2021 20:11:25 +0000 (22:11 +0200)
committerDirk Brenken <dev@brenken.org>
Sun, 2 May 2021 20:11:25 +0000 (22:11 +0200)
* switch to IPWHOIS.IO for IP report queries, the IP geolocation API is
  more accurate & faster

Signed-off-by: Dirk Brenken <dev@brenken.org>
34 files changed:
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.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/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/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/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

index 5836f8d4d394c7f50e39e50986237f37f43be671..b08ffffded09c9b9e8172dcbfc0738d30fcabfe1 100644 (file)
@@ -142,8 +142,7 @@ return view.extend({
                                ]);
                                for (var i = 0; i < content.ipsets[key].member_acc.length; i++) {
                                        if (key != 'maclist' && key.substr(0,9) != 'whitelist') {
-                                               urlprefix = content.ipsets[key].member_acc[i].member.includes('/') ? 'prefix/' : 'ip/';
-                                               member = '<a href="https://api.bgpview.io/' + urlprefix + encodeURIComponent(content.ipsets[key].member_acc[i].member) + '" target="_blank" rel="noreferrer noopener" title="IP/CIDR Lookup" >' + content.ipsets[key].member_acc[i].member + '</a>';
+                                               member = '<a href="https://ipwhois.app/json/' + encodeURIComponent(content.ipsets[key].member_acc[i].member) + '" target="_blank" rel="noreferrer noopener" title="IP/CIDR Lookup" >' + content.ipsets[key].member_acc[i].member + '</a>';
                                                button = E('button', {
                                                        'class': 'btn cbi-button cbi-button-apply',
                                                        'style': 'word-break: inherit',
index 00f85ac4ba7d49cf5f38bd71eb87b69dcf27b726..d9f0a88cc1c885f5765a0ac3fa27843678acceaf 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr "استعلام"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "نعش الذاكرة"
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "القائمة البيضاء ..."
 
index 2da44fb31e5c7ade60732d85650869333f1a4158..8cd954b586b3221a5d4f721ad0f49f15855f8b95 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index bc99898bf4a4fd14c779f666a2278c9b6548d50b..40807866e1b47d88cf1e4aa83592259eb9e5be57 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 13f79409a659f397b309d78cbba1fffd638e14c8..2b13cde2191030a4c97c6d94a5ae9bf4ea3756e6 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr "Consulta"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Actualitza"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 8d7784e5e65b2cd8bce2c83271c7cb86dc4794f4..5b9c6931c55b2e6f9a53bbb39ac157931d37f2e7 100644 (file)
@@ -346,7 +346,7 @@ msgstr "Informace o IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Aktualizovat"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 5a4448c307aad412e04b5aaf6206993b1d92f609..904954f41d71d596a87f6ca41cd16dd4405cb6e4 100644 (file)
@@ -363,7 +363,7 @@ msgstr "IPSet-Information"
 msgid "IPSet Query"
 msgstr "IPSet Suche"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "IPSet Suche..."
 
@@ -372,7 +372,7 @@ msgstr "IPSet Suche..."
 msgid "IPSet Report"
 msgstr "IPSet Report"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "IPSet Details"
 
@@ -505,27 +505,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -567,7 +567,7 @@ msgstr "Abfrage"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Aktualisieren"
@@ -808,13 +808,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -875,7 +875,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Positivliste..."
 
index 0e4ab002524d596f81b251502b44131e2744ce6b..ad926f52aa59256cf1397bfb263f0a8d3dc85305 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index fdf30aba36bccabd5dcad165f0a4e7f2af8e9eb6..243fbb37b7565cd4b8f31c81b37af391cc9e1c57 100644 (file)
@@ -340,7 +340,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -480,27 +480,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -542,7 +542,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -782,13 +782,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -849,7 +849,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 3c6a6196ff343abb9d5d6e697358f5edc0c815c3..01bce1d3e4333280b98b43d8282a47f2f8caf8e2 100644 (file)
@@ -369,7 +369,7 @@ msgstr "Información de IPSet"
 msgid "IPSet Query"
 msgstr "Consulta IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "Consulta IPSet..."
 
@@ -378,7 +378,7 @@ msgstr "Consulta IPSet..."
 msgid "IPSet Report"
 msgstr "Informe IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "Detalles del IPSet"
 
@@ -517,27 +517,27 @@ msgstr "¡Aún no hay registros relacionados con banIP!"
 msgid "Normal Priority (default)"
 msgstr "Prioridad normal (predeterminado)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "Número de entradas CIDR"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "Número de entradas de IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "Número de entradas MAC"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "Número de entradas accedidas"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "Número de todos los IPSets"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "Número de todas las entradas"
 
@@ -590,7 +590,7 @@ msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 "Dirección del receptor de los correos electrónicos de notificación de banIP."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Refrescar"
@@ -878,7 +878,7 @@ msgstr ""
 "comentarios introducidos con '#' están permitidos; los comodines y las "
 "expresiones regulares no."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
@@ -886,7 +886,7 @@ msgstr ""
 "Esta pestaña muestra el último informe IPSet generado, presione el botón "
 "'Actualizar' para obtener uno actual."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "Marca de tiempo"
 
@@ -951,7 +951,7 @@ msgstr ""
 "Se han guardado los cambios de la lista blanca. Actualice sus listas de "
 "banIP para que los cambios surtan efecto."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Lista blanca..."
 
index 1f0d7c05ff3717456e1868df3485c098322dcb71..94b693bb9f33bc0a68f82a2ef9fe4aca56ddd17a 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Päivitä"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 33f442282dfc1cb737c75bcd533bed55226bc8a2..8d616b66f8ad26898c42816318a6ea5fcc3a0d4f 100644 (file)
@@ -350,7 +350,7 @@ msgstr "Informations IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -359,7 +359,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -492,27 +492,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -554,7 +554,7 @@ msgstr "Requête"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Actualiser"
@@ -798,13 +798,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -865,7 +865,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Liste Blanche..."
 
index 5aa03587f7cd07efc442f2bcb249be45d5ce7c09..9feb03d2eb151e791d46b45caf4cff3757fe8808 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index b725d789c6fab3d1ccc2e47b759a3af5d845b3ad..11742dacb18cf833a12e0fa50c56571407f7792c 100644 (file)
@@ -340,7 +340,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -349,7 +349,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -480,27 +480,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -542,7 +542,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -782,13 +782,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -849,7 +849,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 27a4d14329834b283ea0e1c99b2c4bec019c3037..16d390a8bf33dd1ef7c78eb1ae28af7e712a66e4 100644 (file)
@@ -348,7 +348,7 @@ msgstr "IPSet információk"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -357,7 +357,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Frissítés"
@@ -792,13 +792,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -859,7 +859,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 8b6f60f231f1c7a804698ba6831835d89b39739c..df128f39d85715f3df25295d42fab28af9114624 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Ricaricare"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 55e302d5c0a77a6f12b3899cc3bf9017f57d72f5..aa7857486f42d6f512f185bfdf08fa40ca80d84a 100644 (file)
@@ -346,7 +346,7 @@ msgstr "IPSet 情報"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "IPSet 詳細"
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr "通常の優先度 (デフォルト)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "CIDR エントリ 数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "IP エントリ 数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "MAC エントリ 数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "アクセスされたエントリ数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "全エントリ数"
 
@@ -548,7 +548,7 @@ msgstr "検索"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "リフレッシュ"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "タイムスタンプ"
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "ホワイトリスト..."
 
index 7137f8a5e1b5fa9863fbd83afe454a90431f9ca2..f00e8ca557febb5cd98c7370bccb8c784265b53e 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 42b99ae4f8de09653883ca5eb0a923c0216cf451..fcf4e57de1c94cd6fc7f765573c0b30f4e5309c7 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 1f67f2d52bc738195caab4444b8b7153d1659327..63d3a110c2417a9f370de8771c92f44dd3762b53 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 9e4fd2e3c89ae00ec4c0ae5246a61bf0e9c4eaeb..eaa3cf150fb0def66fb7eb2fd0d6292e608ef548 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr "Spørring"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Gjenoppfrisk"
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Hvitliste …"
 
index 12c56fbfcc6f80c0c9d987985d56d9aa822af374..f7592c9e60f8d3baedf413abde37718476183707 100644 (file)
@@ -366,7 +366,7 @@ msgstr "Informacje IPSet"
 msgid "IPSet Query"
 msgstr "Zapytanie IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "Zapytanie IPSet ..."
 
@@ -375,7 +375,7 @@ msgstr "Zapytanie IPSet ..."
 msgid "IPSet Report"
 msgstr "Raport IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "Szczegóły IPSet"
 
@@ -513,27 +513,27 @@ msgstr "Brak dzienników związanych z banIP!"
 msgid "Normal Priority (default)"
 msgstr "Normalny priorytet (domyślny)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "Liczba wpisów CIDR"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "Liczba wpisów IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "Liczba wpisów MAC"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "Liczba wpisów, do które uzyskały dostęp"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "Liczba wszystkich zestawów IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "Liczba wszystkich wpisów"
 
@@ -583,7 +583,7 @@ msgstr "Zapytanie"
 msgid "Receiver address for banIP notification e-mails."
 msgstr "Adres odbiorcy wiadomości e-mail z powiadomieniem BanIP."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Odśwież"
@@ -856,7 +856,7 @@ msgstr ""
 "IPv6 lub nazwę domeny na wiersz. Komentarze wprowadzone z \"#\" są dozwolone "
 "- symbole wieloznaczne i wyrażenia regularnego nie są."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
@@ -864,7 +864,7 @@ msgstr ""
 "Ta zakładka pokazuje ostatni wygenerowany raport IPSet, naciśnij przycisk "
 "'Odśwież', aby uzyskać aktualny raport."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "Sygnatura czasowa"
 
@@ -929,7 +929,7 @@ msgstr ""
 "Zmiany na białej liście zostały zapisane. Odśwież listę banIP, aby zmiany "
 "zostały wprowadzone."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Biała lista ..."
 
index b42389856dd8d5dfa3f55694f37f54c05498daf7..65d7a70c16aac66b91cb49508f769956be964a5c 100644 (file)
@@ -356,7 +356,7 @@ msgstr "Informações IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -365,7 +365,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -498,27 +498,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -560,7 +560,7 @@ msgstr "Consulta"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Atualizar"
@@ -803,13 +803,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -870,7 +870,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Lista Branca..."
 
index 25093a93a4aeba88ceff9b807db816ed8857b42d..acf039c6bb0c7229f5ffb8602e5b724ac9a93956 100644 (file)
@@ -366,7 +366,7 @@ msgstr "Informações IPSet"
 msgid "IPSet Query"
 msgstr "Consulta IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "Consulta IPSet..."
 
@@ -375,7 +375,7 @@ msgstr "Consulta IPSet..."
 msgid "IPSet Report"
 msgstr "Relatório IPSet"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "Detalhes do IPSet"
 
@@ -512,27 +512,27 @@ msgstr "Ainda não há nenhum registro relacionado ao banIP!"
 msgid "Normal Priority (default)"
 msgstr "Prioridade Normal (padrão)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "A quantidade das entradas CIDR"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "A quantidade das entradas IP"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "A quantidade das entradas MAC"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "A quantidade das entradas que foram acessadas"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "A quantidade de todos os IPSets"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "A quantidade de todas as entradas"
 
@@ -582,7 +582,7 @@ msgstr "Consulta"
 msgid "Receiver address for banIP notification e-mails."
 msgstr "O endereço do destinatário para os e-mails de notificação do banIP."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Atualizar"
@@ -862,7 +862,7 @@ msgstr ""
 "endereço IPv4, endereço IPv6 ou nome de domínio por linha. Comentários "
 "iniciados com '#' são permitidos - curingas e regex não."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
@@ -870,7 +870,7 @@ msgstr ""
 "Esta aba mostra o último Relatório gerado do Conjunto de IPs, pressione o "
 "botão 'Atualizar' para obter o atual."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "Marca de Tempo"
 
@@ -935,7 +935,7 @@ msgstr ""
 "As alterações da lista branca foram salvas. Atualize a sua lista BanIP para "
 "que as alterações surtam efeito."
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Lista Branca..."
 
index c95bfa57bd6f31690454ba5d35e7dad317980370..8d9d34bb21d93021d0a69fb8224b78a2b8d4a0ca 100644 (file)
@@ -349,7 +349,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -358,7 +358,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -489,27 +489,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -551,7 +551,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Reîmprospătare"
@@ -791,13 +791,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -858,7 +858,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 3e7bc3b3760c1bb915449856a2c3dd72667c73f8..91a068072f7fb7f0dbf630872c2b345c2c0527d0 100644 (file)
@@ -347,7 +347,7 @@ msgstr "Информация об IPSet"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr "Запрос"
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Обновить"
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "Белый список..."
 
index befcae20da4ebdeb6e99664ef4dc9290b7a1a1c3..440c31bd9311184a26cd1a96e24bd0adb5db93bb 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 65bf675b1c3989c18152764393f8957e7224293a..dfba6a47e4bd7c383c2975500039e22554df59f0 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Uppdatera"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index bc3e1edea1d81d3cd213bc8cd25e467f5140b036..6bc63858bbade51cd2e11eec8da0ed85e7e309e8 100644 (file)
@@ -337,7 +337,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -477,27 +477,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -539,7 +539,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -779,13 +779,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -846,7 +846,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 01468c1740986857f241b91f6b7054b000c238e2..3f90caafc3c819e27a3b6be028d7508a2d5f7f6a 100644 (file)
@@ -348,7 +348,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -357,7 +357,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -488,27 +488,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -550,7 +550,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Yenile"
@@ -790,13 +790,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -857,7 +857,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index f1becf702b783de30fe4e8a16e3a441a825b604a..cdee5e395c5ba7a274ab311248d0b36f42964d1d 100644 (file)
@@ -347,7 +347,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -356,7 +356,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -487,27 +487,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -549,7 +549,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "Оновити"
@@ -789,13 +789,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index 13c4398e991161e62c164e1ed8ed11962dd75213..79620116e167431193382eafebc47f3633bcbcb5 100644 (file)
@@ -346,7 +346,7 @@ msgstr ""
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr ""
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -856,7 +856,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""
 
index cd882901bae0b30a16f5962a099bb08cba3152c2..db7406cd693bc19c3c0c07b4476f6fa3be1f2d7c 100644 (file)
@@ -349,7 +349,7 @@ msgstr "IPSet 信息"
 msgid "IPSet Query"
 msgstr "IPSet 查询"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr "IPSet 查询..."
 
@@ -358,7 +358,7 @@ msgstr "IPSet 查询..."
 msgid "IPSet Report"
 msgstr "IPSet 报告"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr "IPSet 详情"
 
@@ -491,27 +491,27 @@ msgstr "尚无 banIP 相关的日志!"
 msgid "Normal Priority (default)"
 msgstr "正常优先级(默认)"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr "CIDR 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr "IP 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr "MAC 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr "访问的条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr "全部 IPSet 条目数"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr "全部条目数"
 
@@ -553,7 +553,7 @@ msgstr "查询"
 msgid "Receiver address for banIP notification e-mails."
 msgstr "banIP 通知电子邮件的接收者地址。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "刷新"
@@ -805,13 +805,13 @@ msgstr ""
 "</b></em>每行仅添加一个 IPv4 地址、IPv6 地址或域名。注释以“#”开头。不允许使"
 "用通配符和正则表达式。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr "该选项卡显示了上一次生成的 IPSet 报告,点击“刷新”按钮可获得当前报告。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr "时间戳"
 
@@ -872,7 +872,7 @@ msgid ""
 "take effect."
 msgstr "白名单更改已经保存。刷新您的 banIP 列表以使更改生效。"
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr "白名单..."
 
index aaf74eec6a064de9ceff708a5f23c1e7f1e67342..8234b741a8ad7f3d17be326315c0101a65687f11 100644 (file)
@@ -346,7 +346,7 @@ msgstr "IPSet信息"
 msgid "IPSet Query"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:213
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:212
 msgid "IPSet Query..."
 msgstr ""
 
@@ -355,7 +355,7 @@ msgstr ""
 msgid "IPSet Report"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:236
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:235
 msgid "IPSet details"
 msgstr ""
 
@@ -486,27 +486,27 @@ msgstr ""
 msgid "Normal Priority (default)"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:195
 msgid "Number of CIDR entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:192
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:191
 msgid "Number of IP entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:200
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:199
 msgid "Number of MAC entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:204
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:203
 msgid "Number of accessed entries"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:184
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:183
 msgid "Number of all IPSets"
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:187
 msgid "Number of all entries"
 msgstr ""
 
@@ -548,7 +548,7 @@ msgstr ""
 msgid "Receiver address for banIP notification e-mails."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:230
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:229
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:324
 msgid "Refresh"
 msgstr "重新整理"
@@ -788,13 +788,13 @@ msgid ""
 "wildcards and regex are not."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:176
 msgid ""
 "This tab shows the last generated IPSet Report, press the 'Refresh' button "
 "to get a current one."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:180
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:179
 msgid "Timestamp"
 msgstr ""
 
@@ -855,7 +855,7 @@ msgid ""
 "take effect."
 msgstr ""
 
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:153
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js:152
 msgid "Whitelist..."
 msgstr ""