luci-app-ddns: rename retry_count -> retry_max_count
syncs with openwrt/packages@e3292e4 Also fixes some i18n strings Closes issue #6752
This commit is contained in:
parent
f8bd034075
commit
d349181aae
38 changed files with 78 additions and 78 deletions
|
@ -1020,9 +1020,9 @@ return view.extend({
|
||||||
o.value("hours", _("hours"));
|
o.value("hours", _("hours"));
|
||||||
o.value("days", _("days"));
|
o.value("days", _("days"));
|
||||||
|
|
||||||
o = s.taboption("timer", form.Value, "retry_count",
|
o = s.taboption("timer", form.Value, "retry_max_count",
|
||||||
_("Error Retry Counter"),
|
_("Error Max Retry Counter"),
|
||||||
_("On Error the script will stop execution after given number of retrys.")
|
_("On Error the script will stop execution after the given number of retries.")
|
||||||
+ "<br />" +
|
+ "<br />" +
|
||||||
_("The default setting of '0' will retry infinitely."));
|
_("The default setting of '0' will retry infinitely."));
|
||||||
o.placeholder = "0";
|
o.placeholder = "0";
|
||||||
|
@ -1032,7 +1032,7 @@ return view.extend({
|
||||||
|
|
||||||
o = s.taboption("timer", form.Value, "retry_interval",
|
o = s.taboption("timer", form.Value, "retry_interval",
|
||||||
_("Error 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.placeholder = "60";
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
|
|
|
@ -540,7 +540,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr "اختياري: استخدم خادم DNS غير افتراضي لاكتشاف \"عنوان IP المسجل\"."
|
msgstr "اختياري: استخدم خادم DNS غير افتراضي لاكتشاف \"عنوان IP المسجل\"."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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\" سيعيد المحاولة بلا حدود."
|
msgstr "الإعداد الافتراضي \"0\" سيعيد المحاولة بلا حدود."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
"عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات"
|
"عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات"
|
||||||
|
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -530,7 +530,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -560,7 +560,7 @@ msgstr ""
|
||||||
"VOLITELNÉ: pro rozpoznání registrované adresy IP použít nevýchozí server DNS."
|
"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
|
#: 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í."
|
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
|
#: 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í."
|
msgstr "Výchozí nastavení '0' znamená nekonečné opakování."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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í."
|
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
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -570,7 +570,7 @@ msgstr ""
|
||||||
"zu ermitteln."
|
"zu ermitteln."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"Bei einem Fehler bricht das Skript die Ausführung nach einer bestimmten "
|
"Bei einem Fehler bricht das Skript die Ausführung nach einer bestimmten "
|
||||||
"Anzahl von Wiederholungsversuchen ab."
|
"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."
|
msgstr "Beim Standard-Wert von '0' wird es endlos erneut versucht."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
"Das Intervall, in dem jeder aufeinanderfolgende Wiederholungsversuch "
|
"Das Intervall, in dem jeder aufeinanderfolgende Wiederholungsversuch "
|
||||||
"gestartet wird."
|
"gestartet wird."
|
||||||
|
|
|
@ -527,7 +527,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -566,7 +566,7 @@ msgstr ""
|
||||||
"registrada'."
|
"registrada'."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"En caso de error, el script detendrá la ejecución después de un número "
|
"En caso de error, el script detendrá la ejecución después de un número "
|
||||||
"determinado de reintentos."
|
"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."
|
msgstr "La configuración predeterminada de '0' reintentará infinito."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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."
|
msgstr "El intervalo entre el que comenzará cada reintento sucesivo."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -532,7 +532,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -570,7 +570,7 @@ msgstr ""
|
||||||
"détecter 'IP enregistrée'."
|
"détecter 'IP enregistrée'."
|
||||||
|
|
||||||
#: 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: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é."
|
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
|
#: 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."
|
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
|
#: 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."
|
msgstr "Intervalle entre deux tentatives réussies."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -518,7 +518,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -563,7 +563,7 @@ msgstr ""
|
||||||
"felismeréséhez."
|
"felismeréséhez."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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."
|
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
|
#: 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 ""
|
msgstr ""
|
||||||
"Hiba esetén a parancsfájl leállítja a végrehajtást a megadott "
|
"Hiba esetén a parancsfájl leállítja a végrehajtást a megadott "
|
||||||
"újrapróbálkozások száma után."
|
"újrapróbálkozások száma után."
|
||||||
|
|
|
@ -557,7 +557,7 @@ msgstr ""
|
||||||
"OPZIONALE: Usa Server DNS non di default per individuare 'IP Registrato'."
|
"OPZIONALE: Usa Server DNS non di default per individuare 'IP Registrato'."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"Se si verifica un errore lo script smetterà di funzionare dopo un "
|
"Se si verifica un errore lo script smetterà di funzionare dopo un "
|
||||||
"determinato numero di tentativi."
|
"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."
|
msgstr "L'opzione di default '0' riproverà all'infinito."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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."
|
msgstr "L'intervallo tra il quale avrà inizio ogni tentativo successivo."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -559,7 +559,7 @@ msgstr ""
|
||||||
"オプション: 登録済み IP の検出に非デフォルトの DNS サーバーを使用します。"
|
"オプション: 登録済み IP の検出に非デフォルトの DNS サーバーを使用します。"
|
||||||
|
|
||||||
#: 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: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 "指定された再試行回数後のスクリプトのエラーで実行を停止します"
|
msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 "デフォルトのゼロを設定すると、無限に再試行します。"
|
msgstr "デフォルトのゼロを設定すると、無限に再試行します。"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 "指定された再試行回数後のスクリプトのエラーで実行を停止します"
|
msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -527,7 +527,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -565,7 +565,7 @@ msgstr ""
|
||||||
"detecteren."
|
"detecteren."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"Bij een fout stopt het script de uitvoering na het opgegeven aantal pogingen."
|
"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."
|
msgstr "De standaardinstelling van '0' zal oneindig opnieuw proberen."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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."
|
msgstr "Het interval tussen elke succesvolle nieuwe poging."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -562,7 +562,7 @@ msgstr ""
|
||||||
"„Zarejestrowany adres IP”."
|
"„Zarejestrowany adres IP”."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"W przypadku błędu skrypt zatrzyma wykonywanie po określonej liczbie "
|
"W przypadku błędu skrypt zatrzyma wykonywanie po określonej liczbie "
|
||||||
"ponownych prób."
|
"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."
|
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
|
#: 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 ""
|
msgstr ""
|
||||||
"W przypadku błędu skrypt przestanie działać po określonej liczbie prób."
|
"W przypadku błędu skrypt przestanie działać po określonej liczbie prób."
|
||||||
|
|
||||||
|
|
|
@ -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'."
|
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
|
#: 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 ""
|
msgstr ""
|
||||||
"Perante um erro, o script interromperá a execução após um determinado número "
|
"Perante um erro, o script interromperá a execução após um determinado número "
|
||||||
"de tentativas."
|
"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."
|
msgstr "A configuração padrão de '0' terá tentativas infinitas."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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á."
|
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
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -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\"."
|
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
|
#: 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 ""
|
msgstr ""
|
||||||
"Em erro, o script interromperá a execução após uma determinada quantidade de "
|
"Em erro, o script interromperá a execução após uma determinada quantidade de "
|
||||||
"tentativas."
|
"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."
|
msgstr "A configuração padrão de '0' terá infinitas tentativas."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
"O intervalo entre o qual cada nova tentativa com sucesso será iniciada."
|
"O intervalo entre o qual cada nova tentativa com sucesso será iniciada."
|
||||||
|
|
||||||
|
|
|
@ -568,7 +568,7 @@ msgstr ""
|
||||||
"\"Registered IP\"."
|
"\"Registered IP\"."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"În caz de eroare, scriptul va întrerupe execuția după un anumit număr de "
|
"În caz de eroare, scriptul va întrerupe execuția după un anumit număr de "
|
||||||
"încercări repetate."
|
"î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."
|
msgstr "Setarea implicită de \"0\" va reîncerca la infinit."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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ă."
|
msgstr "Intervalul între care va începe fiecare reîncercare succesivă."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -569,7 +569,7 @@ msgstr ""
|
||||||
"'Зарегистрированного IP-адреса'."
|
"'Зарегистрированного IP-адреса'."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"При ошибке скрипт остановит выполнение после заданного количества повторных "
|
"При ошибке скрипт остановит выполнение после заданного количества повторных "
|
||||||
"попыток."
|
"попыток."
|
||||||
|
@ -741,7 +741,7 @@ msgid "The default setting of '0' will retry infinitely."
|
||||||
msgstr "Значение по умолчанию '0' используется для бесконечного повтора."
|
msgstr "Значение по умолчанию '0' используется для бесконечного повтора."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 "Интервал между последовательными попытками."
|
msgstr "Интервал между последовательными попытками."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -525,7 +525,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -526,7 +526,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -515,7 +515,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -561,7 +561,7 @@ msgstr ""
|
||||||
"Sunucusunu kullanın."
|
"Sunucusunu kullanın."
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
"Hata durumunda, verilen yeniden deneme sayısından sonra betik yürütmeyi "
|
"Hata durumunda, verilen yeniden deneme sayısından sonra betik yürütmeyi "
|
||||||
"durduracaktır."
|
"durduracaktır."
|
||||||
|
@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely."
|
||||||
msgstr "Varsayılan '0' ayarı sonsuz olarak yeniden deneyecektir."
|
msgstr "Varsayılan '0' ayarı sonsuz olarak yeniden deneyecektir."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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."
|
msgstr "Her ardışık yeniden denemenin başlayacağı aralık."
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: 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: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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -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ý'."
|
"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
|
#: 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."
|
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
|
#: 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."
|
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
|
#: 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."
|
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
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -535,7 +535,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr "可选:使用非默认 DNS 服务器检测\"已注册的 IP 地址\"。"
|
msgstr "可选:使用非默认 DNS 服务器检测\"已注册的 IP 地址\"。"
|
||||||
|
|
||||||
#: 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: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 "出现错误时,脚本将在重试给定次数后停止执行。"
|
msgstr "出现错误时,脚本将在重试给定次数后停止执行。"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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”将无限重试。"
|
msgstr "默认设置“0”将无限重试。"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 "发起连续重试之间相隔的时长。"
|
msgstr "发起连续重试之间相隔的时长。"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
|
@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
|
||||||
msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測。"
|
msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測。"
|
||||||
|
|
||||||
#: 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: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 "出現錯誤時,指令碼將在重試指定次數後停止執行。"
|
msgstr "出現錯誤時,指令碼將在重試指定次數後停止執行。"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756
|
#: 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」,將無限重試。"
|
msgstr "如果設定為預設值「0」,將無限重試。"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035
|
#: 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 "當出錯時,指令碼將在給定的重試次數執行完成後退出"
|
msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出"
|
||||||
|
|
||||||
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
|
||||||
|
|
Loading…
Reference in a new issue