luci-app-ddns: rename retry_count -> retry_max_count
authorPaul Donald <newtwen@gmail.com>
Tue, 12 Dec 2023 14:32:56 +0000 (15:32 +0100)
committerPaul Donald <newtwen@gmail.com>
Tue, 12 Dec 2023 14:32:56 +0000 (15:32 +0100)
syncs with openwrt/packages@e3292e4

Also fixes some i18n strings

Closes issue #6752

38 files changed:
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
applications/luci-app-ddns/po/ar/ddns.po
applications/luci-app-ddns/po/bg/ddns.po
applications/luci-app-ddns/po/bn_BD/ddns.po
applications/luci-app-ddns/po/ca/ddns.po
applications/luci-app-ddns/po/cs/ddns.po
applications/luci-app-ddns/po/da/ddns.po
applications/luci-app-ddns/po/de/ddns.po
applications/luci-app-ddns/po/el/ddns.po
applications/luci-app-ddns/po/en/ddns.po
applications/luci-app-ddns/po/es/ddns.po
applications/luci-app-ddns/po/fa/ddns.po
applications/luci-app-ddns/po/fi/ddns.po
applications/luci-app-ddns/po/fr/ddns.po
applications/luci-app-ddns/po/he/ddns.po
applications/luci-app-ddns/po/hi/ddns.po
applications/luci-app-ddns/po/hu/ddns.po
applications/luci-app-ddns/po/it/ddns.po
applications/luci-app-ddns/po/ja/ddns.po
applications/luci-app-ddns/po/ko/ddns.po
applications/luci-app-ddns/po/lt/ddns.po
applications/luci-app-ddns/po/mr/ddns.po
applications/luci-app-ddns/po/ms/ddns.po
applications/luci-app-ddns/po/nb_NO/ddns.po
applications/luci-app-ddns/po/nl/ddns.po
applications/luci-app-ddns/po/pl/ddns.po
applications/luci-app-ddns/po/pt/ddns.po
applications/luci-app-ddns/po/pt_BR/ddns.po
applications/luci-app-ddns/po/ro/ddns.po
applications/luci-app-ddns/po/ru/ddns.po
applications/luci-app-ddns/po/sk/ddns.po
applications/luci-app-ddns/po/sv/ddns.po
applications/luci-app-ddns/po/templates/ddns.pot
applications/luci-app-ddns/po/tr/ddns.po
applications/luci-app-ddns/po/uk/ddns.po
applications/luci-app-ddns/po/vi/ddns.po
applications/luci-app-ddns/po/zh_Hans/ddns.po
applications/luci-app-ddns/po/zh_Hant/ddns.po

index c30a3ed083d4dabbcefa9a9c8ba743529022ac6a..4a234c269ecb12b16308cd49c1ccc7685ab544ef 100644 (file)
@@ -1020,9 +1020,9 @@ return view.extend({
                                        o.value("hours", _("hours"));
                                        o.value("days", _("days"));
 
-                                       o = s.taboption("timer", form.Value, "retry_count",
-                                               _("Error Retry Counter"),
-                                               _("On Error the script will stop execution after given number of retrys.")
+                                       o = s.taboption("timer", form.Value, "retry_max_count",
+                                               _("Error Max Retry Counter"),
+                                               _("On Error the script will stop execution after the given number of retries.")
                                                + "<br />" +
                                                _("The default setting of '0' will retry infinitely."));
                                        o.placeholder = "0";
@@ -1032,7 +1032,7 @@ return view.extend({
 
                                        o = s.taboption("timer", form.Value, "retry_interval",
                                                _("Error Retry Interval"),
-                                               _("The interval between which each succesive retry will commence."));
+                                               _("The interval between which each successive retry commences."));
                                        o.placeholder = "60";
                                        o.optional = true;
                                        o.modalonly = true;
index 6cbd3568ac96559c69c59fbb4735397b75c6268d..ae8110401845ec3d8949a0ebf3b47ff5fc385a01 100644 (file)
@@ -540,7 +540,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr "اختياري: استخدم خادم DNS غير افتراضي لاكتشاف \"عنوان IP المسجل\"."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -711,7 +711,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "الإعداد الافتراضي \"0\" سيعيد المحاولة بلا حدود."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 "عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات"
 
index f9978684332d2daabf7cd1739cbca5475ee81d7d..00d59f2a25db7f55284b4dd637ad64ab46f473d3 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index f761fa21d5b14c8a786ec3c2ecf6bffbffd9ab8e..e66f12deb36a6e5deeb102a8aed2ef6ff5ac4444 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index e3f9d365c3c0bd9659f2719650f0586e7a1ce2fb..2d7b83e9f225d91cc53abda3c56a90790b570ec7 100644 (file)
@@ -530,7 +530,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -698,7 +698,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 740f4e3814de5fc130d4bf714d0d0c990fb64dd3..d760072869253944cb8cc05b5cd4c18c4d2107f8 100644 (file)
@@ -560,7 +560,7 @@ msgstr ""
 "VOLITELNÉ: pro rozpoznání registrované adresy IP použít nevýchozí server DNS."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr "V případě chyby se skript zastaví po daném počtu opakování."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -732,7 +732,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Výchozí nastavení '0' znamená nekonečné opakování."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Při chybě skript zastaví provádění po daném počtu opakování."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index fbe082e7a1a2feabb4b40e388732654cdc742276..233ef422a682b568137211c7124399ed3200172b 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index b8bd4fd1c7b4f373a9a0784fe45b6e9627027d1f..dfdf6eafe374fe5c694a69defd9a76a343f5e612 100644 (file)
@@ -570,7 +570,7 @@ msgstr ""
 "zu ermitteln."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "Bei einem Fehler bricht das Skript die Ausführung nach einer bestimmten "
 "Anzahl von Wiederholungsversuchen ab."
@@ -742,7 +742,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Beim Standard-Wert von '0' wird es endlos erneut versucht."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 "Das Intervall, in dem jeder aufeinanderfolgende Wiederholungsversuch "
 "gestartet wird."
index 194fa0e80e767476477bc46e59a609eab4ebb5fa..ea735bb02a8f08633ef06263a09128ece797f091 100644 (file)
@@ -527,7 +527,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -695,7 +695,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 798ee3371c176d28a6299bdb858a01abeb543aa0..e1141ba03b86f32c64ed7b53b10cb9c2ea929984 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index b971e810bdc54e76a0dadbc957ff111253274c6c..41bfd866e2642b7240e2d7fff8d8a8d0b2f45fd1 100644 (file)
@@ -566,7 +566,7 @@ msgstr ""
 "registrada'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "En caso de error, el script detendrá la ejecución después de un número "
 "determinado de reintentos."
@@ -741,7 +741,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "La configuración predeterminada de '0' reintentará infinito."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "El intervalo entre el que comenzará cada reintento sucesivo."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index ed9ffefb16749fef257bffe7d54fa016ffa23200..02f92dfe548b55260296b38538507d73137986ac 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 5e87fcd7dffe5cbde85453755b0eba9df3a55004..ac1a110d63b2b79c21f0534cfeeb781e4c250b2d 100644 (file)
@@ -532,7 +532,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -700,7 +700,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 174974884f3f6d6c70ef1d77cdd348fd401be834..c89f8a32c8f099e30401829c80aa0f69698e709f 100644 (file)
@@ -570,7 +570,7 @@ msgstr ""
 "détecter 'IP enregistrée'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr "En cas d'erreur, le script s'arrêtera après un nombre d'essais donné."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -742,7 +742,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Le paramètre par défaut de '0' réessayera à l'infini."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Intervalle entre deux tentatives réussies."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 65484cbb079c4e98a0975082d7a7086b85e74ec2..ed3df24806d02c53c44e90171dc60c74475a8daf 100644 (file)
@@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -696,7 +696,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index bb8fa2d34e867d78f9bc21e507fcb57ac4d6dc8b..8f78933a05b89901417e6bcf79f363eb99b94fb7 100644 (file)
@@ -518,7 +518,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -686,7 +686,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index ec3a1c36fe142f4cf0c3c6466ce19f58a2c8cb4b..bd367cf405a1c11bf7a015f2d0c2977f5b0ba502 100644 (file)
@@ -563,7 +563,7 @@ msgstr ""
 "felismeréséhez."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Az alapértelmezett „0” beállítás végtelenszer fog újrapróbálkozni."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 "Hiba esetén a parancsfájl leállítja a végrehajtást a megadott "
 "újrapróbálkozások száma után."
index 52b8711a219e20e50948565e803551656971bcff..3aafb43fc6f349dcba5e45709f74c36f12c8c6dc 100644 (file)
@@ -557,7 +557,7 @@ msgstr ""
 "OPZIONALE: Usa Server DNS non di default per individuare 'IP Registrato'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "Se si verifica un errore lo script smetterà di funzionare dopo un "
 "determinato numero di tentativi."
@@ -733,7 +733,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "L'opzione di default '0' riproverà all'infinito."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "L'intervallo tra il quale avrà inizio ogni tentativo successivo."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 90cab13b2ce6d1e64b02a9a6900340b80a340143..9e0bf6d37633f574fe19cbe86d8763e92b5646a3 100644 (file)
@@ -559,7 +559,7 @@ msgstr ""
 "オプション: 登録済み IP の検出に非デフォルトの DNS サーバーを使用します。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -732,7 +732,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "デフォルトのゼロを設定すると、無限に再試行します。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 96216049a72752f3f94c6831ac0ac12cdddec999..c5ca93dd1ced96950888af92ad98fcb79b5289dd 100644 (file)
@@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -696,7 +696,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index e0183ac11f4deb214603b62840ee5249d2e1d6db..637e2fc6cc7944d22c556c7360b638c2bb0c524c 100644 (file)
@@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -696,7 +696,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index ff832ae060b8c95fa54cae15af449168bb0c281b..29883fd8379a1d6727fde1b43c2cfd9a2b23b6a4 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 1e87fa3e2392eccef98ddc754e416efe980ba6be..6d69af64e0bf1fec9089fcb5831d195632534018 100644 (file)
@@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index a4ead9e0f7f1441486cfbba3a735eb481b4a5061..db22c917e55e0ad4b462193dfef75209d4e39c03 100644 (file)
@@ -527,7 +527,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -695,7 +695,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 788a31c217f419f790563bb260f0167b3dd77782..e676fd6654b06be6b67725636303c84cf0ae45ad 100644 (file)
@@ -565,7 +565,7 @@ msgstr ""
 "detecteren."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "Bij een fout stopt het script de uitvoering na het opgegeven aantal pogingen."
 
@@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "De standaardinstelling van '0' zal oneindig opnieuw proberen."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Het interval tussen elke succesvolle nieuwe poging."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index aca4e4cb7cdc5a7c48d8c2e69497b3fb7fae9d5c..b1cfa61e2c67e0bd60bcb2a14e2b468ad9cecf6f 100644 (file)
@@ -562,7 +562,7 @@ msgstr ""
 "„Zarejestrowany adres IP”."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "W przypadku błędu skrypt zatrzyma wykonywanie po określonej liczbie "
 "ponownych prób."
@@ -734,7 +734,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Domyślne ustawienie „0” będzie ponowić próbę nieskończoności."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 "W przypadku błędu skrypt przestanie działać po określonej liczbie prób."
 
index 399aff12595ce4c47028669f9d14b6cf4e50cbf1..074d12760cdaa15a9e2664ec5754e2c94e222f4a 100644 (file)
@@ -558,7 +558,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr "OPCIONAL: Use servidor DNS não padrão para detetar 'Registered IP'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "Perante um erro, o script interromperá a execução após um determinado número "
 "de tentativas."
@@ -731,7 +731,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "A configuração padrão de '0' terá tentativas infinitas."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "O intervalo entre o qual cada nova tentativa sucessiva começará."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 4059a60f950c7ff975b5ae73e9059b400c32c559..65d213ccdab6a59eb50d2fbfc5ede2d601b7cbf0 100644 (file)
@@ -557,7 +557,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr "OPCIONAL: Use servidor DNS não-padrão para detectar \"IP Registrado\"."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "Em erro, o script interromperá a execução após uma determinada quantidade de "
 "tentativas."
@@ -730,7 +730,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "A configuração padrão de '0' terá infinitas tentativas."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 "O intervalo entre o qual cada nova tentativa com sucesso será iniciada."
 
index 75872dc92eaa5353234bdcc7920ad2a299b84aaa..bd2cd454bbb4b6a5789fd10084d45864a3a90c99 100644 (file)
@@ -568,7 +568,7 @@ msgstr ""
 "\"Registered IP\"."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "În caz de eroare, scriptul va întrerupe execuția după un anumit număr de "
 "încercări repetate."
@@ -742,7 +742,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Setarea implicită de \"0\" va reîncerca la infinit."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Intervalul între care va începe fiecare reîncercare succesivă."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 410fa28e7da186d9af689adaeceafd01d01f5735..084db6a1e3cb3bca1e11a0ab395e92d0744ab5a1 100644 (file)
@@ -569,7 +569,7 @@ msgstr ""
 "'Зарегистрированного IP-адреса'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "При ошибке скрипт остановит выполнение после заданного количества повторных "
 "попыток."
@@ -741,7 +741,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Значение по умолчанию '0' используется для бесконечного повтора."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Интервал между последовательными попытками."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 80c2f9275a0a5b3b41673a883f5bd77963538fc1..5516b3089074f81e2465ea13ecd0cfb8883a3525 100644 (file)
@@ -525,7 +525,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -693,7 +693,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 598f2acd38d40e4d66227838db55586395a774fd..881639757d4c734aebba589ee89edf8d166f1545 100644 (file)
@@ -526,7 +526,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -694,7 +694,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 6730340cf7a686b3a04be42632039e8955e069fd..d5f6b0182edd24d3b80196f4155e9bb070c952da 100644 (file)
@@ -515,7 +515,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -683,7 +683,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 4d76e1c6f8094c933b89e60b22d37e94ddb3e074..d5e9c57b4acf97e76799184c715243677ea1aeb3 100644 (file)
@@ -561,7 +561,7 @@ msgstr ""
 "Sunucusunu kullanın."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 "Hata durumunda, verilen yeniden deneme sayısından sonra betik yürütmeyi "
 "durduracaktır."
@@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Varsayılan '0' ayarı sonsuz olarak yeniden deneyecektir."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Her ardışık yeniden denemenin başlayacağı aralık."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 4ea5241923895189315ea80f08b474157f8374fb..9039660929c704c77f1f7b01ab04b4194d498af1 100644 (file)
@@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -704,7 +704,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index f06e4770a9436eb81d129584af0b9eb76d006ce7..fad1c18e6cf186bef3d80fe101162ee79c9f92c0 100644 (file)
@@ -555,7 +555,7 @@ msgstr ""
 "TÙY CHỌN: Sử dụng DNS-Server không mặc định để phát hiện 'IP đã đăng ký'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr "Khi xảy ra Lỗi, tập lệnh sẽ dừng thực thi sau một số lần thử nhất định."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -726,7 +726,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "Thiết lập mặc định là '0' sẽ thử lại vô hạn."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "Khoảng thời gian mà mỗi lần thử lại liên tiếp sẽ bắt đầu."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 52fba26712b37fe654fe88e1763b98ad03dee689..ca857b81e5349f70525fd194c976181cf1bd9d2c 100644 (file)
@@ -535,7 +535,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr "可选:使用非默认 DNS 服务器检测\"已注册的 IP 地址\"。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr "出现错误时,脚本将在重试给定次数后停止执行。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -703,7 +703,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "默认设置“0”将无限重试。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "发起连续重试之间相隔的时长。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 71eefa40c00cac05f054e522fc45b4c8e7d9f006..7897dd7bf200d7aef1173874018b55da770f1e71 100644 (file)
@@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
-msgid "On Error the script will stop execution after given number of retrys."
+msgid "On Error the script will stop execution after the given number of retries."
 msgstr "出現錯誤時,指令碼將在重試指定次數後停止執行。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
@@ -704,7 +704,7 @@ msgid "The default setting of '0' will retry infinitely."
 msgstr "如果設定為預設值「0」,將無限重試。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The interval between which each succesive retry will commence."
+msgid "The interval between which each successive retry commences."
 msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505