Merge pull request #6038 from systemcrash/luci-app-ddns-fix
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 19 Oct 2022 06:38:54 +0000 (08:38 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2022 06:38:54 +0000 (08:38 +0200)
luci-app-ddns: string fix

35 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/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/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/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 d395f411a3c345e52ac85e4e71db6e6283692515..5baac07d1a80a2eb3bc6db2fc08e0df9e89f1db2 100644 (file)
@@ -1014,7 +1014,7 @@ return view.extend({
 
                                        o = s.taboption("timer", form.ListValue, "force_unit",
                                                _('Force Unit'),
-                                               _("Interval unit to force updates send to DDNS Provider"));
+                                               _("Interval unit to force updates sent to DDNS Provider."));
                                        o.modalonly = true;
                                        o.optional = true;
                                        o.default  = "minutes"
@@ -1024,9 +1024,9 @@ return view.extend({
 
                                        o = s.taboption("timer", form.Value, "retry_count",
                                                _("Error Retry Counter"),
-                                               _("On Error the script will stop execution after given number of retrys")
+                                               _("On Error the script will stop execution after given number of retrys.")
                                                + "<br />" +
-                                               _("The default setting of '0' will retry infinite."));
+                                               _("The default setting of '0' will retry infinitely."));
                                        o.placeholder = "0";
                                        o.optional = true;
                                        o.modalonly = true;
@@ -1034,9 +1034,7 @@ return view.extend({
 
                                        o = s.taboption("timer", form.Value, "retry_interval",
                                                _("Error Retry Interval"),
-                                               _("On Error the script will stop execution after given number of retrys")
-                                               + "<br />" +
-                                               _("The default setting of '0' will retry infinite."));
+                                               _("The interval between which each succesive retry will commence."));
                                        o.placeholder = "60";
                                        o.optional = true;
                                        o.modalonly = true;
@@ -1044,7 +1042,7 @@ return view.extend({
 
                                        o = s.taboption("timer", form.ListValue, "retry_unit",
                                                _('Retry Unit'),
-                                               _("On Error the script will retry the failed action after given time"));
+                                               _("Which time units to use for retry counters."));
                                        o.modalonly = true;
                                        o.optional = true;
                                        o.default  = "seconds"
index a912ca75372daff8578ff4f88d93c078d40cff05..3da149ce2ad8bc4074851bb4ea0001de5ac85737 100644 (file)
@@ -405,7 +405,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "وحدة الفاصل الزمني للتحقق من تغيير IP"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr "وحدة الفاصل الزمني لفرض إرسال التحديثات إلى مزود DDNS"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -540,13 +540,13 @@ 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:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "عند \"خطأ\" ، سيقوم البرنامج النصي بإعادة محاولة الإجراء الفاشل بعد وقت معين"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات"
 
@@ -715,7 +715,7 @@ msgstr "خدمة التبديل"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr "الإعداد الافتراضي \"0\" سيعيد المحاولة بلا حدود."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 985c1390d3df8e21dbdce006cab5ee1f75050ba7..aa4ded138e9f072754da7d980c4d6586db23779e 100644 (file)
@@ -392,7 +392,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -524,12 +524,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -694,7 +694,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 840f54ac938fa453c25a4c207ebb3a9feaf1303e..05110544335230771ef20480542b0805cdc0df69 100644 (file)
@@ -392,7 +392,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -524,12 +524,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -694,7 +694,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index c706e192fb572f4a1b74cff06c7560850bf0adb2..a39acd623e80d5add63b4427d42e87926628b3c7 100644 (file)
@@ -398,7 +398,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -530,12 +530,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -700,7 +700,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 169fbcb3d87ad01750bbda0f353b8bc887c7080b..e68e9fdb03c665731d36a92dc30f3524ea3ff7c9 100644 (file)
@@ -421,7 +421,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Jednotka intervalu pro kontrolu změněné adresy IP"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Jednotka intervalu, která vynutí odeslání aktualizací zprostředkovateli DDNS"
 
@@ -560,12 +560,12 @@ 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:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr "Při chybě skript zopakuje neúspěšnou akci po daném čase"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 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:758
@@ -734,7 +734,7 @@ msgstr "Přehodit službu"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index f05a1037c1051709cf8d3b9f470689faeff06588..bdc5f8c7c14fe21b25ea4779cd8d72a7173fda13 100644 (file)
@@ -392,7 +392,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -524,12 +524,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -694,7 +694,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 54ed589c4565fea1ffaef4ba068ac9acb174399e..0b12a35c0acbda1d59c482766bb97546ae7b11a1 100644 (file)
@@ -429,7 +429,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Intervalleinheit zur Überprüfung auf geänderte IP"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr "Intervall für ein Zwangsupdate des DDNS-Eintrags"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -570,14 +570,14 @@ msgstr ""
 "zu ermitteln."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "Bei Fehlern wird das Skript die fehlerhafte Aktion nach der gegebenen Zeit "
 "wiederholen"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "Bei Fehlern wird das Skript nach der gegebenen Anzahl von Fehlversuchen "
 "beendet"
@@ -746,7 +746,7 @@ msgstr "Dienst wechseln"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 6f626dde5530a364a5464c79b0d211fce7a9709b..d4214eb42c9a2eb559d3ebabcd16c29331a2f5fc 100644 (file)
@@ -395,7 +395,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -527,12 +527,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -697,7 +697,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 00e90ea7cdd9629d4e63f48cfb4cf313e5df9f30..1b1a2cc3c3f54a84d6a35931c2a4dc1a8c729c10 100644 (file)
@@ -392,7 +392,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -524,12 +524,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -694,7 +694,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index fbcc06023627b4dd7edc55880f4408bb1a6313b3..7682fec1689557bdd423b9dc75fc5b6d52f2740e 100644 (file)
@@ -424,7 +424,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Unidad de intervalo para verificar el cambio de IP"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Unidad de intervalo para forzar el envío de actualizaciones al proveedor de "
 "DDNS"
@@ -566,14 +566,14 @@ msgstr ""
 "registrada'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "En caso de error, el script volverá a intentar la acción fallida después de "
 "un tiempo determinado"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "En caso de error, el script detendrá la ejecución después de un número dado "
 "de reintentos"
@@ -747,7 +747,7 @@ msgstr "Cambiar servicio"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 806b75d4038b14b22b5bc0ccf87497c4254dcc5f..b3e4ea43bea4780b1d52555d37bdbf2a0a83b5df 100644 (file)
@@ -400,7 +400,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -532,12 +532,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -702,7 +702,7 @@ msgstr "Vaihda palvelua"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 29782d6647c49dd31296805e35b1ab359d12acdc..61350050209897c2fed43f858ba3dbd90a34dd55 100644 (file)
@@ -428,7 +428,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Unité d'intervalle pour vérifier l'IP modifiée"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Unité d'intervalle pour forcer l'envoi des mises à jour au fournisseur DDNS"
 
@@ -570,14 +570,14 @@ msgstr ""
 "détecter 'IP enregistrée'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "En cas d'erreur, le script réessayera l'action ayant échoué après un délai "
 "donné"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "En cas d'erreur, le script arrêtera l'exécution après un nombre donné de "
 "tentatives"
@@ -748,7 +748,7 @@ msgstr "Change de service"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 9b387b1a1e95f2028ad7acb0436537b012cfbcec..9da169f8fe2917bfbf360d6158221fb2ba8b173c 100644 (file)
@@ -396,7 +396,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -528,12 +528,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -698,7 +698,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index d76d31cee6aa1369094327164b609c4ba0ae7f1b..e0e159dd69d41247e74472f6249a65076560ee33 100644 (file)
@@ -386,7 +386,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -518,12 +518,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -688,7 +688,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index f895bb20eab7b9cd05c6f8737334cc36a8a15441..7fbec5c452479280bfd35527905882f4c3f45edb 100644 (file)
@@ -418,7 +418,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Időköz mértékegysége a megváltozott IP ellenőrzéséhez"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Időköz mértékegysége a DDNS-szolgáltatónak küldött frissítések "
 "kényszerítéséhez"
@@ -562,14 +562,14 @@ msgstr ""
 "felismeréséhez."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "Hiba esetén a parancsfájl újrapróbálja a sikertelen műveletet a megadott idő "
 "után"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "Hiba esetén a parancsfájl leállítja a végrehajtást a megadott "
 "újrapróbálkozások száma után"
@@ -743,7 +743,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 678bff9085317077c0d96d21e3f2377c1bb727f9..c8f1db9f06708443e3f1399d42e14db31e16e9d0 100644 (file)
@@ -418,7 +418,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Unità dell'intervallo di controllo per il cambio di IP"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Unità dell'intervallo per l'invio forzato di aggiornamento al provider DDNS"
 
@@ -557,13 +557,13 @@ msgstr ""
 "OPZIONALE: Usa Server DNS non di default per individuare 'IP Registrato'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "In caso di errore lo script riproverà l'azione fallita dopo il tempo dato"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "In caso di errori lo script fermerà l'esecuzione dopo il numero di tentativi "
 "dati"
@@ -736,7 +736,7 @@ msgstr "Cambia servizio"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 573a05643d4cf9056e9c383976790e8a564f9360..5adb9461468246f3edb632fdecbacab3a81dd7e0 100644 (file)
@@ -419,7 +419,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "変更された IP のチェック間隔の単位"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr "DDNS プロバイダーに送信する強制アップデートの間隔の単位です"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -559,14 +559,14 @@ msgstr ""
 "オプション: 登録済み IP の検出に非デフォルトの DNS サーバーを使用します。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "エラーの場合、スクリプトは指定された時間が経過すると失敗したアクションを再試"
 "行します"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -736,7 +736,7 @@ msgstr "サービスを切り替える"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr "デフォルトのゼロを設定すると、無限に再試行します。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 8342236ccc24b3f74a1d8196931359b83fda3b17..87c4ccf13f127d923ec1526482586fc8e103231f 100644 (file)
@@ -396,7 +396,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -528,12 +528,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -698,7 +698,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 8470d4652eb5205bbbacfd3ca61a935d0837a284..c6f8c0c44dc4d1a4eef75f75012759809dd44d17 100644 (file)
@@ -392,7 +392,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -524,12 +524,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -694,7 +694,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 9fb41c72c54ab817cbb0d3d88f5bd4f95f692dac..9d35badc9a1da91ef116ad6cc0ac4fb09f2a9da9 100644 (file)
@@ -392,7 +392,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -524,12 +524,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -694,7 +694,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index fdeb52bc022a54f7431839c1fddbb28d58822e07..b309db24d7f0468a36d5b84e3f382472ea4bed2e 100644 (file)
@@ -395,7 +395,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -527,12 +527,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -697,7 +697,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index c561209b7063ce411dc09b414db61a591f1d5730..7bb2c6c78f325c3ef3221bf3cd915ab1a8cacf55 100644 (file)
@@ -422,7 +422,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Jednostka interwału sprawdzająca zmianę IP"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Jednostka interwału wymuszająca przesyłanie aktualizacji do dostawcy DDNS"
 
@@ -561,14 +561,14 @@ msgstr ""
 "„Zarejestrowany adres IP”."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "W przypadku błędu skrypt ponownie spróbuje wykonać nieudaną akcję po "
 "określonym czasie"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr "W przypadku błędu skrypt przestanie działać po określonej liczbie prób"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -735,7 +735,7 @@ msgstr "Przełącz usługę"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index fde5a141feaf0dddc67838c0b8095895a82882da..5b623cc7c406f0847d901da72e8bf9348eb085f7 100644 (file)
@@ -421,7 +421,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Unidade de intervalo para verificar se o IP foi alterado"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Unidade de intervalo para forçar o envio de atualizações para o Provedor de "
 "DDNS"
@@ -559,12 +559,12 @@ 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:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr "Em Erro, o script irá tentar a ação que falhou após um tempo definido"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "Em Erro, o script irá para a execução após um número definido de tentativas"
 
@@ -733,7 +733,7 @@ msgstr "Trocar serviço"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index c43369ce3b11db2bbfbcf6f3d641f1f3d2646782..b60c5a16ae7a2ba72bf5062f3c4fafadb827f8ee 100644 (file)
@@ -420,7 +420,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Unidade intervalada para verificar a alteração do PI"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Unidade de intervalo para forçar atualizações enviados ao provedor DDNS"
 
@@ -557,12 +557,12 @@ 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:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr "Em Erro, o script irá tentar a ação que falhou após um tempo definido"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "Em Erro, o script irá para a execução após um número definido de tentativas"
 
@@ -731,7 +731,7 @@ msgstr "Trocar o serviço"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 60d6a025948900788a5cea4e84e84f30bb5fdf0e..9f4b074e0e81181290f6447116257f29f589c440 100644 (file)
@@ -427,7 +427,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Intervalul de verificare pentru IP schimbat"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Unitatea de interval pentru a forța trimiterea de actualizări către "
 "furnizorul DDNS"
@@ -568,14 +568,14 @@ msgstr ""
 "\"Registered IP\"."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "La Eroare, scriptul va încerca din nou acțiunea eșuată după un anumit "
 "interval de timp"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr "La eroare, scriptul va opri execuția după un anumit număr de încercări"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -744,7 +744,7 @@ msgstr "Comutați serviciul"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 5121bf394402e81b264e75cbb0bb9c308d7f48df..4725960bf1b20fee273387825cfdf371920d0c7d 100644 (file)
@@ -430,7 +430,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Размерность интервала проверки изменений IP-адреса"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr "Размерность интервала отправки обновления DDNS провайдеру"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -570,14 +570,14 @@ msgstr ""
 "обнаружения 'Зарегистрированного IP-адреса'."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "В случае ошибки, скрипт повторит требуемые действия по истечении заданного "
 "времени"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "В случае ошибки, скрипт прекратит выполнение после заданного количества "
 "повторных попыток"
@@ -746,7 +746,7 @@ msgstr "Переключить службу"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr "Значение по умолчанию '0' используется для бесконечного повтора."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 795e978ce255cfb92a4f96fb74fe822ef7cecba5..3a173396df98ccb705e9d454edfad068de2b4762 100644 (file)
@@ -393,7 +393,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -525,12 +525,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -695,7 +695,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 9f70a15bfb1ce2c42d8e26716e293316873788c6..72d45908204b05b83057be15d194db65b2ce62ad 100644 (file)
@@ -394,7 +394,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -526,12 +526,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -696,7 +696,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index d19192c95c62e64f71555c9a7ff1d8a8a60a853c..e95dbfd742362adc135354240300665b524f99f3 100644 (file)
@@ -383,7 +383,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -515,12 +515,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -685,7 +685,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index b8cbaa3dc0f6d212c805d154524020b0d88ec281..c27a40ef9e32cbad6e46dccec0efcc6272d003fa 100644 (file)
@@ -420,7 +420,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "Değiştirilen IP'yi kontrol etmek için aralık birimi"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 "Güncellemelerin DDNS Sağlayıcısına zorla gönderilmesini sağlayan aralık "
 "birimi"
@@ -562,14 +562,14 @@ msgstr ""
 "Sunucusunu kullanın."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 "Hata durumunda komut dosyası, belirli bir süre sonra başarısız olan eylemi "
 "yeniden deneyecektir"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 "Hata durumunda komut dosyası, verilen sayıda yeniden denemeden sonra "
 "yürütmeyi durduracaktır"
@@ -743,7 +743,7 @@ msgstr "Hizmeti değiştir"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+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:505
index 72cca84c96847bd22cc3d5aa4e3ed0d7112165b6..95844c82bb261797d1e07f73355ec56f33e38c8d 100644 (file)
@@ -398,7 +398,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -530,12 +530,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -700,7 +700,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index 47771166a0223a2d150ed5dfb01f684108b7a27b..e689d62967ee5ff4655999b290d2a35f0c359b75 100644 (file)
@@ -396,7 +396,7 @@ msgid "Interval unit to check for changed IP"
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -528,12 +528,12 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -698,7 +698,7 @@ msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index d90dde343cec90353c85e67a8d3ed7810b355533..6b0178d5582b46c69ff607708536c16e412975b7 100644 (file)
@@ -401,7 +401,7 @@ msgid "Interval unit to check for changed IP"
 msgstr "检查 IP 变更间隔的单位"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr "强制更新到 DDNS 提供商的间隔的单位"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -535,12 +535,12 @@ 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:1047
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr "当出错时,脚本将会重试失败操作的次数"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr "当出错时,脚本将会重试该次数之后退出"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -705,7 +705,7 @@ msgstr "切换服务"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr "默认设置“0”将无限重试。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
index e58ee93cb32e39e730de8027ab757284e45e009c..0d49b82d6eb377d75191fe7fc72d5627f63178cf 100644 (file)
@@ -503,7 +503,7 @@ msgstr "檢查 IP 變更的間隔時間單位"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1013
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
 msgstr "強制將更新發送至 DDNS 提供者的間隔時間單位"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
@@ -674,14 +674,14 @@ msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1043
-msgid "On Error the script will retry the failed action after given time"
+msgid "Which time units to use for retry counters."
 msgstr "當出錯時,指令碼將在給定時間後重試失敗的操作"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1023
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1033
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "The interval between which each succesive retry will commence."
 msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -890,7 +890,7 @@ msgstr "切換服務"
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
 msgstr "如果設定為預設值「0」,將無限重試。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505