function handleEdit(ev) {
if (ev === 'upload') {
return ui.uploadFile('/etc/banip/banip.custom.feeds').then(function () {
- L.resolveDefault(fs.read_direct('/etc/banip/banip.custom.feeds', 'json'), "").then(function (res) {
- if (res) {
+ L.resolveDefault(fs.read_direct('/etc/banip/banip.custom.feeds', 'json'), "").then(function (data) {
+ if (data) {
+ let dataLength = Object.keys(data).length || 0;
+ if (dataLength > 0) {
+ for (let i = 0; i < dataLength; i++) {
+ let feed = Object.keys(data)[i];
+ let descr = data[feed].descr;
+ if (feed && descr) {
+ continue;
+ }
+ fs.write('/etc/banip/banip.custom.feeds', null).then(function () {
+ ui.addNotification(null, E('p', _('Upload of the custom feed file failed.')), 'error');
+ });
+ return;
+ }
+ }
location.reload();
} else {
fs.write('/etc/banip/banip.custom.feeds', null).then(function () {
}
sumSubElements.push(nodeKeys[i].value, subElements);
}
- exportJson = JSON.stringify(sumSubElements).replace(/,{/g, ':{').replace(/^\[/, '{').replace(/\]$/, '}');
+ exportJson = JSON.stringify(sumSubElements).replace(/^\[/, '{\n').replace(/\}]$/, '\n\t}\n}\n').replace(/,{"/g, ':{\n\t"').replace(/"},"/g, '"\n\t},\n"').replace(/","/g, '",\n\t"');
return fs.write('/etc/banip/banip.custom.feeds', exportJson).then(function () {
location.reload();
});
render: function (data) {
let m, s, o, feed, url_4, url_6, rule_4, rule_6, descr, flag;
- m = new form.JSONMap(data, 'Custom Feed Editor', _('With this editor you can upload your local custom feed file or fill up an initial one (a 1:1 copy of the version shipped with the package). \
+ m = new form.JSONMap(data, _('Custom Feed Editor'), _('With this editor you can upload your local custom feed file or fill up an initial one (a 1:1 copy of the version shipped with the package). \
The file is located at \'/etc/banip/banip.custom.feeds\'. \
Then you can edit this file, delete entries, add new ones or make a local backup. To go back to the maintainers version just empty the custom feed file again (do not delete it!).'));
for (let i = 0; i < Object.keys(m.data.data).length; i++) {
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "الوصف"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "معلومة"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "نتيجة"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Държави"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Описание"
msgid "Don't check SSL server certificates during download."
msgstr "Не проверявай SSL сертификати по време на сваляне."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Информация"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Descripció"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informació"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Popis"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Lande"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr "Kontroller ikke SSL-servercertifikater under download."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Information"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Profil, der anvendes af \"msmtp\" til banIP-meddelelses-e-mails."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Kør oplysninger"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Länder"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Beschreibung"
msgid "Don't check SSL server certificates during download."
msgstr "Während des Downloads keine SSL-Serverzertifikate überprüfen."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "Elemente"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr "Verfallszeit für automatisch hinzugefügte Mitglieder der Sperrliste."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "Feed-Auswahl"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "Firewall-Protokoll"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informationen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "Von 'msmtp' verwendetes Profil für banIP-Benachrichtigungs-E-Mails."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Ergebnis"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Informationen zur Ausführung"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "Änderungen können nicht gespeichert werden: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "WAN-Input-Kette"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Περιγραφή"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Países"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Descripción"
msgid "Don't check SSL server certificates during download."
msgstr "No verificar los certificados SSL del servidor durante la descarga."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Información"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
"Perfil utilizado por 'msmtp' para correos electrónicos de notificación de "
"banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultado"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Ejecutar información"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Maat"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Kuvaus"
msgid "Don't check SSL server certificates during download."
msgstr "Älä tarkista SSL-palvelinvarmenteita latauksen aikana."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Tulos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Pays"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Description"
msgstr ""
"Ne pas vérifier les certificats SSL du serveur pendant le téléchargement."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Information"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
"Profil utilisé par 'msmtp' pour les courriel de notification de bannissement "
"IP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Résultat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Informations sur l’exécution"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "תיאור"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Országok"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Leírás"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Információ"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Eredmény"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Descrizione"
msgid "Don't check SSL server certificates during download."
msgstr "Non controllare i certificati del server SSL durante il download."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informazioni"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Risultato"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "国"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "説明"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "情報"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "結果"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "実行情報"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "설명"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "정보"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "वर्णन"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Keterangan"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Beskrivelse"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Info"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
"Wijzigingen op dit tabblad hebben een herstart van de banIP-service nodig om "
"van kracht te worden."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Landen"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr "Tijdens download niet de SSL server certificaten controleren."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "Elementen"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr "Vervaltijd voor automatisch toegevoegde leden van de blokkeerlijstset."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "Feed selectie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "Firewall-logboek"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informatie"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgstr ""
"Profiel gebruikt voor 'msmtp' voor banIP E-Mail berichten/notificaties."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultaat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Informatie uitvoeren"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr "Activeer actie op ifup-interfacegebeurtenissen."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "Kan wijzigingen niet opslaan: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "WAN-invoer reeks"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
"Zmiany na tej karcie wymagają ponownego uruchomienia usługi banIP, aby "
"zostały zastosowane."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr "Wyczyść źródła niestandardowe"
msgid "Countries"
msgstr "Kraje"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr "Domyślne zasady blokowania"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Opis"
msgid "Don't check SSL server certificates during download."
msgstr "Nie sprawdzaj certyfikatów SSL serwera podczas pobierania."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr "Pobierz źródła niestandardowe"
msgid "Elements"
msgstr "Elementy"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr "Puste pole jest niedozwolone"
msgstr ""
"Czas wygaśnięcia automatycznie dodanych członków zestawu listy zablokowanych."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr "Nazwa źródła"
msgid "Feed Selection"
msgstr "Wybór źródeł"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr "Wypełnij źródła niestandardowe"
msgid "Firewall Log"
msgstr "Dziennik zapory"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr "Flaga"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr "Flaga jest nieobsługiwana"
msgid "Information"
msgstr "Informacje"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr "Nieprawidłowe znaki"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr "Nieprawidłowe wartości wejściowe, nie można zapisać zmian."
msgstr ""
"Profil używany przez \"msmtp\" dla wiadomości e-mail z powiadomieniem banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr "Format protokołu/adresu URL jest nieobsługiwany"
msgid "Result"
msgstr "Wynik"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr "Regułav4"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr "Regułav6"
msgid "Run Information"
msgstr "Informacje uruchomieniowe"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr "Zapisz źródła niestandardowe"
msgid "Trigger action on ifup interface events."
msgstr "Wyzwalanie akcji przy zdarzeniach interfejsu ifup."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr "URLv4"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr "URLv6"
msgid "Unable to save modifications: %s"
msgstr "Nie można zapisać modyfikacji: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr "Prześlij źródła niestandardowe"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr "Przesyłanie pliku źródeł niestandardowych nie powiodło się."
msgid "WAN-Input Chain"
msgstr "Łańcuch wejścia WAN"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
"As alterações nesta guia precisam de uma reinicialização do serviço banIP "
"para entrar em vigor."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Países"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Descrição"
msgid "Don't check SSL server certificates during download."
msgstr "Não verificar os certificados de SSL do servidor durante a descarrega."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "Elementos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
"Tempo de expiração para os membros do conjunto de lista de bloqueio que "
"foram adicionados automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "Seleção do feed"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "Registo do firewall"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informação"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultado"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Informações de Execução"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr "Acione a ação nos eventos da interface ifup."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "Não foi possível salvar as alterações: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "Cadeia WAN-Input"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
"As alterações nesta guia precisam de uma reinicialização do serviço banIP "
"para entrar em vigor."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Países"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Descrição"
msgid "Don't check SSL server certificates during download."
msgstr "Não verifique os certificados do servidor SSL durante o download."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "Elementos"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
"Tempo de expiração para os membros do conjunto de lista de bloqueio que "
"foram adicionados automaticamente."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "Seleção do feed"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "Registro do firewall"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informações"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "O perfil usado pelo 'msmtp' para os e-mails de notificação do banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultado"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Informações de Execução"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr "Acione a ação nos eventos da interface ifup."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "Não foi possível salvar as alterações: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "Cadeia WAN-Input"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
"Modificările din această filă necesită o repornire a serviciului banIP "
"pentru a intra în vigoare."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Țări"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Descriere"
msgid "Don't check SSL server certificates during download."
msgstr "Nu verificați certificatele serverului SSL în timpul descărcării."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "Elemente"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
"Timpul de expirare pentru membrii setului de liste de blocare adăugate "
"automat."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "Selecția Feed"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "Jurnal Firewall"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Informație"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgstr ""
"Profilul utilizat de 'msmtp' pentru mesajele electronice de notificare banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Rezultat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Informații despre cursă"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr "Acțiune de declanșare a evenimentelor de interfață ifup."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "Imposibilitatea de a salva modificările: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "Chain WAN-Input"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
"Для вступления в силу изменений на этой вкладке требуется перезапуск службы "
"banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Страны"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Описание"
msgid "Don't check SSL server certificates during download."
msgstr "Не проверять SSL сертификаты сервера во время загрузки."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "Элементы"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
"Время истечения срока действия для автоматически добавляемых членов набора "
"списков блокировки."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "Выбор канала"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "Журнал Firewall"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Информация"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgstr ""
"Профиль, используемый 'msmtp' для электронной почты с уведомлением banIP."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Результат"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Информация о запуске"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr "Действие, выполняемое при поднятии интерфейса (ifup)."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "Невозможно сохранить изменения: %s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "Цепочка WAN-Input"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Popis"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Beskrivning"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Resultat"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr ""
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "Ülkeler"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Açıklama"
msgid "Don't check SSL server certificates during download."
msgstr "İndirme sırasında SSL sunucu sertifikalarını kontrol etme."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "Bilgi"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "BanIP bildirim e-postaları için 'msmtp' tarafından kullanılan profil."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Sonuç"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "Çalıştırma Bilgileri"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Опис"
msgid "Don't check SSL server certificates during download."
msgstr "Не перевіряти SSL-сертифікати сервера під час завантаження."
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "Результат"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr ""
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "Mô tả"
msgid "Don't check SSL server certificates during download."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr "此标签页上进行的更改需要重启 banIP 服务才能生效。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "地区"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "描述"
msgid "Don't check SSL server certificates during download."
msgstr "下载期间不检查 SSL 服务器证书。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "元素"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr "自动添加的黑名单集成员的过期时间。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "源选择"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "防火墙日志"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "信息"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "“msmtp”所用的 banIP 电子邮件通知配置。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "结果"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "运行信息"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr "ifup 接口事件的触发动作。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "无法保存更改:%s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "广域网输入链"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "
msgid "Changes on this tab needs a banIP service restart to take effect."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:262
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:276
msgid "Clear Custom Feeds"
msgstr ""
msgid "Countries"
msgstr "地區"
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
+msgid "Custom Feed Editor"
+msgstr ""
+
#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:321
msgid ""
"Deduplicate IP addresses across all active sets and and tidy up the local "
msgid "Default Block Policy"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:217
msgid "Description"
msgstr "描述"
msgid "Don't check SSL server certificates during download."
msgstr "下載期間不檢查 SSL 伺服器證書。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:235
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:249
msgid "Download Custom Feeds"
msgstr ""
msgid "Elements"
msgstr "元素"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:169
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:207
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:221
msgid "Empty field not allowed"
msgstr ""
msgid "Expiry time for auto added blocklist set members."
msgstr "自動加入的黑名單集合成員的過期時間。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:164
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:178
msgid "Feed Name"
msgstr ""
msgid "Feed Selection"
msgstr "來源選擇"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:253
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:267
msgid "Fill Custom Feeds"
msgstr ""
msgid "Firewall Log"
msgstr "防火牆日誌"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:212
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:226
msgid "Flag"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:219
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:233
msgid "Flag not supported"
msgstr ""
msgid "Information"
msgstr "資訊"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:172
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:186
msgid "Invalid characters"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:100
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:114
msgid "Invalid input values, unable to save modifications."
msgstr ""
msgid "Profile used by 'msmtp' for banIP notification E-Mails."
msgstr "「msmtp」所用的 banIP 電子郵件通知設定。"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:183
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:196
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:197
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:210
msgid "Protocol/URL format not supported"
msgstr ""
msgid "Result"
msgstr "結果"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:188
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:202
msgid "Rulev4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:201
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:215
msgid "Rulev6"
msgstr ""
msgid "Run Information"
msgstr "執行資訊"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:271
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:285
msgid "Save Custom Feeds"
msgstr ""
msgid "Trigger action on ifup interface events."
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:177
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:191
msgid "URLv4"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:190
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:204
msgid "URLv6"
msgstr ""
msgid "Unable to save modifications: %s"
msgstr "無法儲存變更:%s"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:244
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:258
msgid "Upload Custom Feeds"
msgstr ""
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:66
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:72
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:80
msgid "Upload of the custom feed file failed."
msgstr ""
msgid "WAN-Input Chain"
msgstr "廣域網路輸入鏈"
-#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:148
+#: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:162
msgid ""
"With this editor you can upload your local custom feed file or fill up an "
"initial one (a 1:1 copy of the version shipped with the package). The file "