Quellcode durchsuchen

luci-app-banip: Fix Treshold to Threshold

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Sergey Ponomarev vor 4 Wochen
Ursprung
Commit
8933571fa1
38 geänderte Dateien mit 231 neuen und 231 gelöschten Zeilen
  1. 3 3
      applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js
  2. 6 6
      applications/luci-app-banip/po/ar/banip.po
  3. 6 6
      applications/luci-app-banip/po/bg/banip.po
  4. 6 6
      applications/luci-app-banip/po/bn_BD/banip.po
  5. 6 6
      applications/luci-app-banip/po/ca/banip.po
  6. 6 6
      applications/luci-app-banip/po/cs/banip.po
  7. 6 6
      applications/luci-app-banip/po/da/banip.po
  8. 6 6
      applications/luci-app-banip/po/de/banip.po
  9. 6 6
      applications/luci-app-banip/po/el/banip.po
  10. 6 6
      applications/luci-app-banip/po/en/banip.po
  11. 6 6
      applications/luci-app-banip/po/es/banip.po
  12. 6 6
      applications/luci-app-banip/po/fi/banip.po
  13. 6 6
      applications/luci-app-banip/po/fr/banip.po
  14. 6 6
      applications/luci-app-banip/po/he/banip.po
  15. 6 6
      applications/luci-app-banip/po/hi/banip.po
  16. 6 6
      applications/luci-app-banip/po/hu/banip.po
  17. 6 6
      applications/luci-app-banip/po/it/banip.po
  18. 6 6
      applications/luci-app-banip/po/ja/banip.po
  19. 6 6
      applications/luci-app-banip/po/ko/banip.po
  20. 6 6
      applications/luci-app-banip/po/lt/banip.po
  21. 6 6
      applications/luci-app-banip/po/mr/banip.po
  22. 6 6
      applications/luci-app-banip/po/ms/banip.po
  23. 6 6
      applications/luci-app-banip/po/nb_NO/banip.po
  24. 6 6
      applications/luci-app-banip/po/nl/banip.po
  25. 6 6
      applications/luci-app-banip/po/pl/banip.po
  26. 6 6
      applications/luci-app-banip/po/pt/banip.po
  27. 6 6
      applications/luci-app-banip/po/pt_BR/banip.po
  28. 6 6
      applications/luci-app-banip/po/ro/banip.po
  29. 6 6
      applications/luci-app-banip/po/ru/banip.po
  30. 6 6
      applications/luci-app-banip/po/sk/banip.po
  31. 6 6
      applications/luci-app-banip/po/sv/banip.po
  32. 6 6
      applications/luci-app-banip/po/sw/banip.po
  33. 6 6
      applications/luci-app-banip/po/templates/banip.pot
  34. 6 6
      applications/luci-app-banip/po/tr/banip.po
  35. 6 6
      applications/luci-app-banip/po/uk/banip.po
  36. 6 6
      applications/luci-app-banip/po/vi/banip.po
  37. 12 12
      applications/luci-app-banip/po/zh_Hans/banip.po
  38. 6 6
      applications/luci-app-banip/po/zh_Hant/banip.po

+ 3 - 3
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js

@@ -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');

+ 6 - 6
applications/luci-app-banip/po/ar/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/bg/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/bn_BD/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/ca/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/cs/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/da/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/de/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/el/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/en/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/es/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/fi/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/fr/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/he/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/hi/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/hu/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/it/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/ja/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/ko/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/lt/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/mr/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/ms/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/nb_NO/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/nl/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/pl/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/pt/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/pt_BR/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/ro/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/ru/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/sk/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/sv/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/sw/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/templates/banip.pot

@@ -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

+ 6 - 6
applications/luci-app-banip/po/tr/banip.po

@@ -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."
 

+ 6 - 6
applications/luci-app-banip/po/uk/banip.po

@@ -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

+ 6 - 6
applications/luci-app-banip/po/vi/banip.po

@@ -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

+ 12 - 12
applications/luci-app-banip/po/zh_Hans/banip.po

@@ -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"

+ 6 - 6
applications/luci-app-banip/po/zh_Hant/banip.po

@@ -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