luci-app-banip: Fix Treshold to Threshold
authorSergey Ponomarev <stokito@gmail.com>
Sun, 28 Apr 2024 05:39:13 +0000 (08:39 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Tue, 30 Apr 2024 09:03:15 +0000 (12:03 +0300)
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
38 files changed:
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js
applications/luci-app-banip/po/ar/banip.po
applications/luci-app-banip/po/bg/banip.po
applications/luci-app-banip/po/bn_BD/banip.po
applications/luci-app-banip/po/ca/banip.po
applications/luci-app-banip/po/cs/banip.po
applications/luci-app-banip/po/da/banip.po
applications/luci-app-banip/po/de/banip.po
applications/luci-app-banip/po/el/banip.po
applications/luci-app-banip/po/en/banip.po
applications/luci-app-banip/po/es/banip.po
applications/luci-app-banip/po/fi/banip.po
applications/luci-app-banip/po/fr/banip.po
applications/luci-app-banip/po/he/banip.po
applications/luci-app-banip/po/hi/banip.po
applications/luci-app-banip/po/hu/banip.po
applications/luci-app-banip/po/it/banip.po
applications/luci-app-banip/po/ja/banip.po
applications/luci-app-banip/po/ko/banip.po
applications/luci-app-banip/po/lt/banip.po
applications/luci-app-banip/po/mr/banip.po
applications/luci-app-banip/po/ms/banip.po
applications/luci-app-banip/po/nb_NO/banip.po
applications/luci-app-banip/po/nl/banip.po
applications/luci-app-banip/po/pl/banip.po
applications/luci-app-banip/po/pt/banip.po
applications/luci-app-banip/po/pt_BR/banip.po
applications/luci-app-banip/po/ro/banip.po
applications/luci-app-banip/po/ru/banip.po
applications/luci-app-banip/po/sk/banip.po
applications/luci-app-banip/po/sv/banip.po
applications/luci-app-banip/po/sw/banip.po
applications/luci-app-banip/po/templates/banip.pot
applications/luci-app-banip/po/tr/banip.po
applications/luci-app-banip/po/uk/banip.po
applications/luci-app-banip/po/vi/banip.po
applications/luci-app-banip/po/zh_Hans/banip.po
applications/luci-app-banip/po/zh_Hant/banip.po

index 89025d951eba69a39dd2a09843d8b7ef0fa34b69..8455fcb1961b30fafbb2f47cac1a1d39ac623fb3 100644 (file)
@@ -428,7 +428,7 @@ return view.extend({
                o.optional = true;
                o.rmempty = true;
 
-               o = s.taboption('adv_chain', form.ListValue, 'ban_icmplimit', _('ICMP-Treshold'), _('ICMP-Treshold in packets per second to prevent WAN-DDoS attacks.'));
+               o = s.taboption('adv_chain', form.ListValue, 'ban_icmplimit', _('ICMP-Threshold'), _('ICMP-Threshold in packets per second to prevent WAN-DDoS attacks.'));
                o.value('1', '1');
                o.value('10', '10');
                o.value('50', '50');
@@ -439,7 +439,7 @@ return view.extend({
                o.optional = true;
                o.rmempty = true;
 
-               o = s.taboption('adv_chain', form.ListValue, 'ban_synlimit', _('SYN-Treshold'), _('SYN-Treshold in packets per second to prevent WAN-DDoS attacks.'));
+               o = s.taboption('adv_chain', form.ListValue, 'ban_synlimit', _('SYN-Threshold'), _('SYN-Threshold in packets per second to prevent WAN-DDoS attacks.'));
                o.value('1', '1');
                o.value('10', '10');
                o.value('50', '50');
@@ -450,7 +450,7 @@ return view.extend({
                o.optional = true;
                o.rmempty = true;
 
-               o = s.taboption('adv_chain', form.ListValue, 'ban_udplimit', _('UDP-Treshold'), _('UDP-Treshold in packets per second to prevent WAN-DDoS attacks.'));
+               o = s.taboption('adv_chain', form.ListValue, 'ban_udplimit', _('UDP-Threshold'), _('UDP-Threshold in packets per second to prevent WAN-DDoS attacks.'));
                o.value('1', '1');
                o.value('10', '10');
                o.value('50', '50');
index 14f70dd04453e20848d26515c35e486e84bcb07f..ff21e39c2898f561420ad922fca29da48a55b5bf 100644 (file)
@@ -408,11 +408,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -729,11 +729,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -919,11 +919,11 @@ msgid "Trigger Delay"
 msgstr "تأخير الزناد"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index f6d148b217e50bac5e74222e9b7ab2e7e2fe26ec..de42956aadef24cacf1d6c906d92c2849fdc4fcb 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 37ea70431dd43617f80bcae14f95eb2dec06ad77..fcaee3185cc0cd672d849f006b8ab244c2a72605 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 3b970ffb89bcd08ddcb01d9d048b2fdfdd2fc327..992d9610db76c1b1eb19b83394cb9ade7416f425 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index d48f62387424d52603f0341a25e7a74927545983..dd7b1d21956d71e2c5d145f984a5efbadb015192 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr "Prodleva spuštění"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 02e1d215c269e3dd171c3dbc6c865faf05d5c718..268be033c29aa979eb89920c17ee1f678baef20d 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr "Højeste prioritet"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr "Kør oplysninger"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr "Udløserforsinkelse"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index ce7ffe902d6d7f0461942b076e7c6a524810e472..febba1b0f805f55ed3d1ceb3e75d96a9f60e3187 100644 (file)
@@ -414,11 +414,11 @@ msgid "Highest Priority"
 msgstr "Höchste Priorität"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -744,11 +744,11 @@ msgid "Run Information"
 msgstr "Informationen zur Ausführung"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -945,11 +945,11 @@ msgid "Trigger Delay"
 msgstr "Verzögerung der Trigger-Bedingung"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 8167893c2122a4bf25229e60382f2c97103adbc6..f48510a9d00e54e9cb60122ce3612bade174a9a3 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 847034aaf5a84716a02d73f6484c41d8c55a0e3d..5be8039013a5fb0f421fde6d23528eb604eedda4 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 22192d9dc0eaa38496f4ce590bc6102b7343471f..a34493e16260b2ee73d8b3466227f09530007cc8 100644 (file)
@@ -432,11 +432,11 @@ msgid "Highest Priority"
 msgstr "Prioridad más alta"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -757,11 +757,11 @@ msgid "Run Information"
 msgstr "Ejecutar información"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -948,11 +948,11 @@ msgid "Trigger Delay"
 msgstr "Retraso de disparo"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 43bb366eddead5eebb51dbe2aec81196d319286a..37746627a80c5edeaaa9c96046fe7bd06b55bd86 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 3937d156b35bfce919172a223987fd23b463cfcf..ace3002ba1854a7328c5e4e23b5c2cea9d543fa2 100644 (file)
@@ -426,11 +426,11 @@ msgid "Highest Priority"
 msgstr "Priorité la plus élevée"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -767,11 +767,11 @@ msgid "Run Information"
 msgstr "Informations sur l’exécution"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -968,11 +968,11 @@ msgid "Trigger Delay"
 msgstr "Délai de déclenchement"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index ada026a3542db40a65df6e48df557b570d8b26f4..53b6478eb1a397e449513283fab911ff45e0c991 100644 (file)
@@ -408,11 +408,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -729,11 +729,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -919,11 +919,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 153f3b9a4966d8883b360a21a968ebdb3bba69c3..3612f72a992494d91a1fb476f505f186d00e6a94 100644 (file)
@@ -401,11 +401,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -722,11 +722,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -912,11 +912,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 5a3a09a177dc316958c3196851b54a7dfa5ef874..33701f715758d1050f899eaf1b546d325ea665c6 100644 (file)
@@ -409,11 +409,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -730,11 +730,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -920,11 +920,11 @@ msgid "Trigger Delay"
 msgstr "Aktiváló késleltetése"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 00620c7c2b526442f0b190b5f6462bd921670f2c..e6971891db3bbbf5063e2743676eda60e1e1f2d5 100644 (file)
@@ -432,11 +432,11 @@ msgid "Highest Priority"
 msgstr "Priorità massima"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -769,11 +769,11 @@ msgid "Run Information"
 msgstr "Avvia informazioni"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -978,11 +978,11 @@ msgid "Trigger Delay"
 msgstr "Ritardo innesco"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index bf95f42bb21086f47b99881c6ff0563c7b9088a8..eff82a79986b7390e50fc028874d4a14fde69c9a 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr "最高の優先度"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr "実行情報"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr "トリガ遅延"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index bb4f4f10bfc4f89fbbce714a2415755d94420625..f86b699b05fdbecacee14ca761289ce36895442f 100644 (file)
@@ -408,11 +408,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -729,11 +729,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -919,11 +919,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 1a988cecc978949d09d5a54bc3439484a3fa1b55..dcfcf48cc3414f36c97184e12ee899f70e32f304 100644 (file)
@@ -414,11 +414,11 @@ msgid "Highest Priority"
 msgstr "Aukščiausio prioriteto"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -742,11 +742,11 @@ msgid "Run Information"
 msgstr "Vykdymo informacija"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -932,11 +932,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index c3c6714b04848af727c3efcf1b0d3b347a5dcece..321f0b6aa064d851aa671ef912b977007922e6b4 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 6afc60249592632877f1a0ce00441384ceeeaffe..5d1624798f4900c38c15ce15b7d9656a5d67befd 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index ce4d08a517d0a8537192dc57d01466916c4ea61f..0319c2ea80f18b1dca04e4cb6efc87d5c09897dc 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -729,11 +729,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -919,11 +919,11 @@ msgid "Trigger Delay"
 msgstr "Utløserforsinkelse"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index ebcd7e6d61456946f389edec395f9ccd79f54ea2..9dd4910d048bfa45d962a4970b48e1c56674d73b 100644 (file)
@@ -427,11 +427,11 @@ msgid "Highest Priority"
 msgstr "Hoogste prioriteit"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -765,11 +765,11 @@ msgid "Run Information"
 msgstr "Informatie uitvoeren"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -963,11 +963,11 @@ msgid "Trigger Delay"
 msgstr "Trigger vertraging"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 50453858d563122d070d2b9aa053d605ff0ca074..2b6113c5de56bc69c4640c589fe3817f5a363e27 100644 (file)
@@ -439,11 +439,11 @@ msgid "Highest Priority"
 msgstr "Najwyższy priorytet"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr "Próg ICMP"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr "Próg ICMP w pakietach na sekundę do zapobiegania atakom WAN-DDoS."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -781,11 +781,11 @@ msgid "Run Information"
 msgstr "Informacje uruchomieniowe"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr "Próg SYN"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr "Próg SYN w pakietach na sekundę do zapobiegania atakom WAN-DDoS."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -991,11 +991,11 @@ msgid "Trigger Delay"
 msgstr "Opóźnienie wyzwalacza"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr "Próg UDP"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr "Próg UDP w pakietach na sekundę do zapobiegania atakom WAN-DDoS."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 2175dbd2fce10ede573d2b8b1ee34d50803581ec..f9e661f2bafbc1f55b80d69b9401457b9e42bbc6 100644 (file)
@@ -433,11 +433,11 @@ msgid "Highest Priority"
 msgstr "Máxima Prioridade"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -773,11 +773,11 @@ msgid "Run Information"
 msgstr "Informações de Execução"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -984,11 +984,11 @@ msgid "Trigger Delay"
 msgstr "Atraso do Gatilho"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 19afaf38af84b8a2ddd5401edbb98ac802a6d6be..252d52a279459bd60d869b91f3d426740ba9909b 100644 (file)
@@ -431,11 +431,11 @@ msgid "Highest Priority"
 msgstr "Máxima Prioridade"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -770,11 +770,11 @@ msgid "Run Information"
 msgstr "Informações de Execução"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -981,11 +981,11 @@ msgid "Trigger Delay"
 msgstr "Gatilho de Atraso"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 204f0fd53f29c9f18369f877989d32c3b9e45ea5..6bbd41a87cadbb0d59ef7174bd8b5c2554da714a 100644 (file)
@@ -429,11 +429,11 @@ msgid "Highest Priority"
 msgstr "Cea mai mare prioritate"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -767,11 +767,11 @@ msgid "Run Information"
 msgstr "Informații despre cursă"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -974,11 +974,11 @@ msgid "Trigger Delay"
 msgstr "Intârzierea declanșării"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index a0705e7d9c16ef9bb8fc2ec28d0b3cd6d2c2f447..46949e1d240c51dc5e827f7c4a6c8ed76db8ce6e 100644 (file)
@@ -438,11 +438,11 @@ msgid "Highest Priority"
 msgstr "Наивысший приоритет"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr "ICMP-порог"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr "ICMP - порог в пакетах в секунду для предотвращения WAN-DDoS-атак."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -780,11 +780,11 @@ msgid "Run Information"
 msgstr "Информация о запуске"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr "SYN-порог"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr "SYN-порог в пакетах в секунду для предотвращения WAN-DDoS-атак."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -990,11 +990,11 @@ msgid "Trigger Delay"
 msgstr "Задержка запуска"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr "UDP-порог"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr "UDP-порог в пакетах в секунду для предотвращения WAN-DDoS-атак."
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index af00986f6a26ea83e4d89c51aa49331dad8d6fa9..6133ec17ba2e33462487640b47c380d83c3d9798 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 44b81d128e0a5bba31d9f9c4f6b093d2f7e10205..5d092fbf234cce08b48e73b294d0b011f29466c4 100644 (file)
@@ -413,11 +413,11 @@ msgid "Highest Priority"
 msgstr "Högsta prioritet"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -734,11 +734,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -924,11 +924,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 89a888952a753d3c91c738f1a4a918a63eff8c46..badc9c06a0e2568e4da7fe5f9a1150ee189f0a34 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 04d4c54a4458c54ad2f87d3e4b6b35204be3f810..517c610c84ee05a431a16bdad7d9b96dcee7cae5 100644 (file)
@@ -398,11 +398,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -719,11 +719,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -909,11 +909,11 @@ msgid "Trigger Delay"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index bee796b719f0faa91869103809a2218516241177..023829e06e5c12077cbd0aa807679bb4c580d5b2 100644 (file)
@@ -439,11 +439,11 @@ msgid "Highest Priority"
 msgstr "En yüksek öncelik"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr "ICMP Eşiği"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 "WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden ICMP-Eşiği."
 
@@ -780,11 +780,11 @@ msgid "Run Information"
 msgstr "Çalıştırma Bilgileri"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr "SYN Eşiği"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 "WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden SYN-Eşiği."
 
@@ -992,11 +992,11 @@ msgid "Trigger Delay"
 msgstr "Tetikleme Gecikmesi"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr "UDP Eşiği"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 "UDP-WAN-DDoS saldırılarını önlemek için saniye başına paket cinsinden eşik."
 
index f8a7fb65a9c465bfd00139754206ac98a0dccfaa..9d5fe55018c7526a8d6af777f0968dcafee1b2a9 100644 (file)
@@ -408,11 +408,11 @@ msgid "Highest Priority"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -729,11 +729,11 @@ msgid "Run Information"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -919,11 +919,11 @@ msgid "Trigger Delay"
 msgstr "Затримка запуску"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 43ec49efaae4d99c0ee0af386f433ae7a99c6836..3dd921a8c62f2537fbc7c4dd2178586cae283cd6 100644 (file)
@@ -424,11 +424,11 @@ msgid "Highest Priority"
 msgstr "Ưu tiên cao nhất"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -758,11 +758,11 @@ msgid "Run Information"
 msgstr "Thông tin chạy"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -960,11 +960,11 @@ msgid "Trigger Delay"
 msgstr "Kích hoạt độ trễ"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
index 1d4c010efa47ef67e9417f7b1fd4f328832b3e1f..efa976fd641cbd4946f4149b3eec8974b16c6b93 100644 (file)
@@ -413,12 +413,12 @@ msgid "Highest Priority"
 msgstr "最高优先级"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
-msgstr "ICMP-Treshold"
+msgid "ICMP-Threshold"
+msgstr "ICMP-Threshold"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
-msgstr "每秒钟数据包中的 ICMP-Treshold ,防止 WAN-DDOS 攻击。"
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
+msgstr "每秒钟数据包中的 ICMP-Threshold ,防止 WAN-DDOS 攻击。"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
 msgid "IP"
@@ -735,12 +735,12 @@ msgid "Run Information"
 msgstr "运行信息"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
-msgstr "SYN-Treshold"
+msgid "SYN-Threshold"
+msgstr "SYN-Threshold"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
-msgstr "每秒钟数据包中的 SYN-Treshold,防止 WAN-DDoS 攻击。"
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
+msgstr "每秒钟数据包中的 SYN-Threshold,防止 WAN-DDoS 攻击。"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
 msgid "Save Custom Feeds"
@@ -931,12 +931,12 @@ msgid "Trigger Delay"
 msgstr "触发延时"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
-msgstr "UDP-Treshold"
+msgid "UDP-Threshold"
+msgstr "UDP-Threshold"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
-msgstr "每秒钟数据包内的 UDP-Treshold,防止 WAN-DDoS 攻击。"
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
+msgstr "每秒钟数据包内的 UDP-Threshold,防止 WAN-DDoS 攻击。"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203
 msgid "URLv4"
index 26bab96701fb255fc8d457692c9019f8572f32c4..0872155a23d19cefb49f9135e2522f92d9ee8eec 100644 (file)
@@ -407,11 +407,11 @@ msgid "Highest Priority"
 msgstr "最高優先順序"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold"
+msgid "ICMP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:431
-msgid "ICMP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "ICMP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:737
@@ -728,11 +728,11 @@ msgid "Run Information"
 msgstr "執行資訊"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold"
+msgid "SYN-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:442
-msgid "SYN-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "SYN-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:296
@@ -918,11 +918,11 @@ msgid "Trigger Delay"
 msgstr "觸發延遲"
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold"
+msgid "UDP-Threshold"
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js:453
-msgid "UDP-Treshold in packets per second to prevent WAN-DDoS attacks."
+msgid "UDP-Threshold in packets per second to prevent WAN-DDoS attacks."
 msgstr ""
 
 #: applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js:203