From: Paul Donald Date: Tue, 12 Dec 2023 14:32:56 +0000 (+0100) Subject: luci-app-ddns: rename retry_count -> retry_max_count X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=28c4a652315f28fe239712b25180b3f4df5c0e1e;p=project%2Fluci.git luci-app-ddns: rename retry_count -> retry_max_count syncs with openwrt/packages@e3292e4 Also fixes some i18n strings Closes issue #6752 (cherry picked from commit d349181aaef50e7a545d784176e55f5dc70fabff) --- diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js index c30a3ed083..4a234c269e 100644 --- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js +++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js @@ -1020,9 +1020,9 @@ return view.extend({ o.value("hours", _("hours")); o.value("days", _("days")); - o = s.taboption("timer", form.Value, "retry_count", - _("Error Retry Counter"), - _("On Error the script will stop execution after given number of retrys.") + o = s.taboption("timer", form.Value, "retry_max_count", + _("Error Max Retry Counter"), + _("On Error the script will stop execution after the given number of retries.") + "
" + _("The default setting of '0' will retry infinitely.")); o.placeholder = "0"; @@ -1032,7 +1032,7 @@ return view.extend({ o = s.taboption("timer", form.Value, "retry_interval", _("Error Retry Interval"), - _("The interval between which each succesive retry will commence.")); + _("The interval between which each successive retry commences.")); o.placeholder = "60"; o.optional = true; o.modalonly = true; diff --git a/applications/luci-app-ddns/po/ar/ddns.po b/applications/luci-app-ddns/po/ar/ddns.po index e4b6bd9162..269e562522 100644 --- a/applications/luci-app-ddns/po/ar/ddns.po +++ b/applications/luci-app-ddns/po/ar/ddns.po @@ -540,7 +540,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "اختياري: استخدم خادم DNS غير افتراضي لاكتشاف \"عنوان IP المسجل\"." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -711,7 +711,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "الإعداد الافتراضي \"0\" سيعيد المحاولة بلا حدود." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" "عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات" diff --git a/applications/luci-app-ddns/po/bg/ddns.po b/applications/luci-app-ddns/po/bg/ddns.po index f997868433..00d59f2a25 100644 --- a/applications/luci-app-ddns/po/bg/ddns.po +++ b/applications/luci-app-ddns/po/bg/ddns.po @@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/bn_BD/ddns.po b/applications/luci-app-ddns/po/bn_BD/ddns.po index f761fa21d5..e66f12deb3 100644 --- a/applications/luci-app-ddns/po/bn_BD/ddns.po +++ b/applications/luci-app-ddns/po/bn_BD/ddns.po @@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po index a918cc3592..b511c22501 100644 --- a/applications/luci-app-ddns/po/ca/ddns.po +++ b/applications/luci-app-ddns/po/ca/ddns.po @@ -530,7 +530,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -698,7 +698,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po index 54fece4071..f0b56692e6 100644 --- a/applications/luci-app-ddns/po/cs/ddns.po +++ b/applications/luci-app-ddns/po/cs/ddns.po @@ -560,7 +560,7 @@ msgstr "" "VOLITELNÉ: pro rozpoznání registrované adresy IP použít nevýchozí server DNS." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "V případě chyby se skript zastaví po daném počtu opakování." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -732,7 +732,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Výchozí nastavení '0' znamená nekonečné opakování." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Při chybě skript zastaví provádění po daném počtu opakování." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/da/ddns.po b/applications/luci-app-ddns/po/da/ddns.po index fbe082e7a1..233ef422a6 100644 --- a/applications/luci-app-ddns/po/da/ddns.po +++ b/applications/luci-app-ddns/po/da/ddns.po @@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po index 3ffadc8f26..d2169efd57 100644 --- a/applications/luci-app-ddns/po/de/ddns.po +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -570,7 +570,7 @@ msgstr "" "zu ermitteln." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "Bei einem Fehler bricht das Skript die Ausführung nach einer bestimmten " "Anzahl von Wiederholungsversuchen ab." @@ -742,7 +742,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Beim Standard-Wert von '0' wird es endlos erneut versucht." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" "Das Intervall, in dem jeder aufeinanderfolgende Wiederholungsversuch " "gestartet wird." diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po index ef7eaee467..cde8fc584a 100644 --- a/applications/luci-app-ddns/po/el/ddns.po +++ b/applications/luci-app-ddns/po/el/ddns.po @@ -527,7 +527,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -695,7 +695,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/en/ddns.po b/applications/luci-app-ddns/po/en/ddns.po index 798ee3371c..e1141ba03b 100644 --- a/applications/luci-app-ddns/po/en/ddns.po +++ b/applications/luci-app-ddns/po/en/ddns.po @@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po index ca84083113..d90a245631 100644 --- a/applications/luci-app-ddns/po/es/ddns.po +++ b/applications/luci-app-ddns/po/es/ddns.po @@ -566,7 +566,7 @@ msgstr "" "registrada'." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "En caso de error, el script detendrá la ejecución después de un número " "determinado de reintentos." @@ -741,7 +741,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "La configuración predeterminada de '0' reintentará infinito." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "El intervalo entre el que comenzará cada reintento sucesivo." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/fa/ddns.po b/applications/luci-app-ddns/po/fa/ddns.po new file mode 100644 index 0000000000..02f92dfe54 --- /dev/null +++ b/applications/luci-app-ddns/po/fa/ddns.po @@ -0,0 +1,882 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2023-12-02 23:45+0000\n" +"Last-Translator: Ashkan Jazayeri \n" +"Language-Team: Persian \n" +"Language: fa\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 5.3-dev\n" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432 +msgid "\"../\" not allowed in path for Security Reason." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:464 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:534 +msgid "Add new services..." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:608 +msgid "Advanced Settings" +msgstr "تنظیمات پیشرفته" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:401 +msgid "Allow non-public IP's" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:607 +msgid "Basic Settings" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:886 +msgid "Bind Network" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:332 +msgid "Binding to a specific network not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:359 +msgid "" +"BusyBox's nslookup and Wget do not support to specify the IP version to use " +"for communication with DDNS Provider!" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:370 +msgid "" +"BusyBox's nslookup and hostip do not support to specify to use TCP instead " +"of default UDP when requesting DNS server!" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:381 +msgid "" +"BusyBox's nslookup in the current compiled version does not handle given DNS " +"Servers correctly!" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:452 +msgid "Ca Certs path" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:453 +msgid "" +"Ca Certs path that will be used to download services data. Set IGNORE to " +"skip certificate validation." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:540 +msgid "Cancel" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:964 +msgid "Check Interval" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:979 +msgid "Check Unit" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:525 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:658 +msgid "Checking the service support..." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:27 +msgid "Configuration" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:214 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124 +msgid "Configuration Error" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:544 +msgid "Create service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:414 +msgid "Current setting:" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:198 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:276 +msgid "Currently DDNS updates are not started at boot or on interface events." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:721 +msgid "Custom update script to be used for updating your DDNS Provider." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:701 +msgid "Custom update-URL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:720 +msgid "Custom update-script" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:196 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:279 +msgid "DDNS Autostart disabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:195 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:279 +msgid "DDNS Autostart enabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:520 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:641 +msgid "DDNS Service provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:284 +msgid "DDns" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:585 +msgid "DDns Service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:369 +msgid "DNS requests via TCP not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:907 +msgid "DNS-Server" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:410 +msgid "Date format" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:836 +msgid "Defines the Web page to read systems IP-Address from." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:846 +msgid "Defines the interface to read systems IP-Address from" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:828 +msgid "Defines the network to read systems IP-Address from" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:790 +msgid "" +"Defines the source to read systems IP-Address from, that will be send to the " +"DDNS provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:512 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:631 +msgid "Defines which IP address 'IPv4/IPv6' is send to the DDNS provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:426 +msgid "Directory contains Log files for each running section." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:420 +msgid "" +"Directory contains PID and other status information for each running section." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:17 +msgid "Disabled" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:737 +msgid "Domain" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:260 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:7 +#: applications/luci-app-ddns/root/usr/share/luci/menu.d/luci-app-ddns.json:3 +msgid "Dynamic DNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:267 +msgid "Dynamic DNS Version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:553 +msgid "Edit" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:770 +msgid "Enable secure communication with DDNS provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:613 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1132 +msgid "Enabled" +msgstr "فعال" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:949 +msgid "Error" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1024 +msgid "Error Retry Counter" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1034 +msgid "Error Retry Interval" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:860 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:869 +msgid "Event Network" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:838 +msgid "Example for IPv4" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:840 +msgid "Example for IPv6" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:958 +msgid "File" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:704 +msgid "Follow instructions you will find on their WEB page." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:412 +msgid "For supported codes look here" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:898 +msgid "Force IP Version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:358 +msgid "Force IP Version not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:988 +msgid "Force Interval" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:919 +msgid "Force TCP on DNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1014 +msgid "Force Unit" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:931 +msgid "Format" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:910 +msgid "Format: IP or FQDN" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:337 +msgid "" +"GNU Wget will use the IP of given network, cURL will use the physical " +"interface." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:265 +msgid "Global Settings" +msgstr "تنظیمات کلی" + +#: applications/luci-app-ddns/root/usr/share/rpcd/acl.d/luci-app-ddns.json:3 +msgid "Grant access to ddns procedures" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:320 +msgid "HTTPS not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623 +msgid "Hostname/FQDN to validate, if IP update happen or necessary" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:789 +msgid "IP address source" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:511 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:630 +msgid "IP address version" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:514 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:635 +msgid "IPv4-Address" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:933 +msgid "IPv6 address must be given in square brackets" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:311 +msgid "IPv6 is currently not (fully) supported by this system" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:310 +msgid "IPv6 not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:516 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:637 +msgid "IPv6-Address" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:445 +msgid "" +"If Wget and cURL package are installed, Wget is used for communication by " +"default." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614 +msgid "If this service section is disabled it could not be started." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:393 +msgid "If using secure communication you should verify server certificates!" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:325 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:339 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:351 +msgid "" +"In some versions cURL/libcurl in OpenWrt is compiled without proxy support." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:946 +msgid "Info" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:264 +msgid "Information" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:713 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:730 +msgid "Insert a Update Script OR a Update URL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:395 +msgid "" +"Install 'ca-certificates' package or needed certificates by hand into /etc/" +"ssl/certs default directory" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:671 +msgid "Install Service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:795 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:845 +msgid "Interface" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:989 +msgid "Interval to force updates send to DDNS Provider" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:980 +msgid "Interval unit to check for changed IP" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1015 +msgid "Interval unit to force updates sent to DDNS Provider." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1137 +msgid "Last Update" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:610 +msgid "Log File Viewer" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:425 +msgid "Log directory" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:437 +msgid "Log length" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:952 +msgid "Log to file" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:940 +msgid "Log to syslog" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:622 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1120 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29 +msgid "Lookup Hostname" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:499 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1114 +msgid "Name" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:333 +msgid "" +"Neither GNU Wget with SSL nor cURL installed to select a network to use for " +"communication." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:321 +msgid "" +"Neither GNU Wget with SSL nor cURL installed to support secure updates via " +"HTTPS protocol." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:616 +msgid "Neither from LuCI interface nor from console." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:793 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:827 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:31 +msgid "Network" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:861 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:870 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:889 +msgid "Network on which the ddns-updater scripts will be started" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:216 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141 +msgid "Never" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:502 +msgid "New DDns Service…" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1137 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28 +msgid "Next Update" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:215 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1125 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40 +msgid "No Data" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:392 +msgid "No certificates found" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:945 +msgid "No logging" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:402 +msgid "Non-public and by default blocked IP's" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:218 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1106 +msgid "Not Running" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:947 +msgid "Notice" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:438 +msgid "Number of last lines stored in log files" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:899 +msgid "OPTIONAL: Force the usage of pure IPv4/IPv6 only communication." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:920 +msgid "OPTIONAL: Force the use of TCP instead of default UDP on DNS requests." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:887 +msgid "OPTIONAL: Network to use for communication" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:929 +msgid "OPTIONAL: Proxy-Server for detection and updates." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:908 +msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 +msgid "On Error the script will stop execution after the given number of retries." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 +msgid "Optional Encoded Parameter" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:762 +msgid "Optional Parameter" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:757 +msgid "Optional: Replaces [PARAMENC] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:763 +msgid "Optional: Replaces [PARAMOPT] in Update-URL (NOT URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:928 +msgid "PROXY-Server" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:749 +msgid "Password" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:775 +msgid "Path to CA-Certificate" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:312 +msgid "" +"Please follow the instructions on OpenWrt's homepage to enable IPv6 support" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1071 +msgid "Please press [Read] button" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1054 +msgid "Read / Reread log file" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:686 +msgid "Really switch service?" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1120 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30 +msgid "Registered IP" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:575 +msgid "Reload" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:558 +msgid "Reload this service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:738 +msgid "Replaces [DOMAIN] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:750 +msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:744 +msgid "Replaces [USERNAME] in Update-URL (URL-encoded)" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:290 +msgid "Restart DDns" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1042 +msgid "Retry Unit" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:16 +msgid "Run once" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:229 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1109 +msgid "Running" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:796 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:853 +msgid "Script" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:524 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:657 +msgid "Select a service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:526 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:660 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:680 +msgid "Service doesn't support this ip type" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:659 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:670 +msgid "Service not installed" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:461 +msgid "Services" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:456 +msgid "Services URL Download" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:294 +msgid "Services list last update" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:991 +msgid "Setting this parameter to 0 will force the script to only run once" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190 +msgid "Start DDNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:272 +msgid "State" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1103 +msgid "Status" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:419 +msgid "Status directory" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:574 +msgid "Stop" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190 +msgid "Stop DDNS" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:563 +msgid "Stop this service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:18 +msgid "Stopped" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:687 +msgid "Switch service" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027 +msgid "The default setting of '0' will retry infinitely." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 +msgid "The interval between which each successive retry commences." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 +msgid "The service name is already used" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:43 +msgid "There is no service configured." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 +msgid "This is the current content of the log file in %h for this service." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:199 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:277 +msgid "" +"This is the default if you run DDNS scripts by yourself (i.e. via cron with " +"force_interval set to '0')" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:876 +msgid "This will be autoset to the selected interface" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:609 +msgid "Timer Settings" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:794 +msgid "URL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:835 +msgid "URL to detect" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:217 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38 +msgid "Unknown" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:301 +msgid "Update DDns Services List" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:702 +msgid "Update URL to be used for updating your DDNS Provider." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:457 +msgid "" +"Url used to download services file. By default is the master openwrt ddns " +"package repo." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:769 +msgid "Use HTTP Secure" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:444 +msgid "Use cURL" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:854 +msgid "User defined script to read systems IP-Address" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:743 +msgid "Username" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:380 +msgid "Using specific DNS Server not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:973 +msgid "Values below 5 minutes == 300 seconds are not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1008 +msgid "Values lower 'Check Interval' except '0' are not supported" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:15 +msgid "Verify" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:948 +msgid "Warning" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1043 +msgid "Which time units to use for retry counters." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:957 +msgid "" +"Writes detailed messages to log file. File will be truncated automatically." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:941 +msgid "" +"Writes log messages to syslog. Critical Errors will always be written to " +"syslog." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:384 +msgid "" +"You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' " +"package, if you need to specify a DNS server to detect your registered IP." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:373 +msgid "" +"You should install 'bind-host' or 'knot-host' or 'drill' package for DNS " +"requests." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:361 +msgid "You should install 'wget' or 'curl' or 'uclient-fetch' package." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:323 +msgid "" +"You should install 'wget' or 'curl' or 'uclient-fetch' with 'libustream-" +"*ssl' package." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:335 +msgid "You should install 'wget' or 'curl' package." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:349 +msgid "" +"You should install 'wget' or 'uclient-fetch' package or replace libcurl." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:347 +msgid "cURL is installed, but libcurl was compiled without proxy support." +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:346 +msgid "cURL without Proxy Support" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:521 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:643 +msgid "custom" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021 +msgid "days" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:776 +msgid "directory or path/file" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:985 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1020 +msgid "hours" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:984 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1019 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1048 +msgid "minutes" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 +msgid "or" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:313 +msgid "or update your system to the latest OpenWrt Release" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:983 +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047 +msgid "seconds" +msgstr "" + +#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:780 +msgid "to run HTTPS without verification of server certificates (insecure)" +msgstr "" diff --git a/applications/luci-app-ddns/po/fi/ddns.po b/applications/luci-app-ddns/po/fi/ddns.po index 5e87fcd7df..ac1a110d63 100644 --- a/applications/luci-app-ddns/po/fi/ddns.po +++ b/applications/luci-app-ddns/po/fi/ddns.po @@ -532,7 +532,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -700,7 +700,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po index 8d4d1a6762..5b3f51d00c 100644 --- a/applications/luci-app-ddns/po/fr/ddns.po +++ b/applications/luci-app-ddns/po/fr/ddns.po @@ -570,7 +570,7 @@ msgstr "" "détecter 'IP enregistrée'." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "En cas d'erreur, le script s'arrêtera après un nombre d'essais donné." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -742,7 +742,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Le paramètre par défaut de '0' réessayera à l'infini." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Intervalle entre deux tentatives réussies." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po index 5deaa53a2f..294b634107 100644 --- a/applications/luci-app-ddns/po/he/ddns.po +++ b/applications/luci-app-ddns/po/he/ddns.po @@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -696,7 +696,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/hi/ddns.po b/applications/luci-app-ddns/po/hi/ddns.po index bb8fa2d34e..8f78933a05 100644 --- a/applications/luci-app-ddns/po/hi/ddns.po +++ b/applications/luci-app-ddns/po/hi/ddns.po @@ -518,7 +518,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -686,7 +686,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po index bdca6809d5..94b8b3ca44 100644 --- a/applications/luci-app-ddns/po/hu/ddns.po +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -563,7 +563,7 @@ msgstr "" "felismeréséhez." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Az alapértelmezett „0” beállítás végtelenszer fog újrapróbálkozni." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" "Hiba esetén a parancsfájl leállítja a végrehajtást a megadott " "újrapróbálkozások száma után." diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po index 05df0694ee..04f46ebf76 100644 --- a/applications/luci-app-ddns/po/it/ddns.po +++ b/applications/luci-app-ddns/po/it/ddns.po @@ -557,7 +557,7 @@ msgstr "" "OPZIONALE: Usa Server DNS non di default per individuare 'IP Registrato'." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "Se si verifica un errore lo script smetterà di funzionare dopo un " "determinato numero di tentativi." @@ -733,7 +733,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "L'opzione di default '0' riproverà all'infinito." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "L'intervallo tra il quale avrà inizio ogni tentativo successivo." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po index ff241e5f40..654751aa10 100644 --- a/applications/luci-app-ddns/po/ja/ddns.po +++ b/applications/luci-app-ddns/po/ja/ddns.po @@ -559,7 +559,7 @@ msgstr "" "オプション: 登録済み IP の検出に非デフォルトの DNS サーバーを使用します。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -732,7 +732,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "デフォルトのゼロを設定すると、無限に再試行します。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/ko/ddns.po b/applications/luci-app-ddns/po/ko/ddns.po index 96216049a7..c5ca93dd1c 100644 --- a/applications/luci-app-ddns/po/ko/ddns.po +++ b/applications/luci-app-ddns/po/ko/ddns.po @@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -696,7 +696,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/lt/ddns.po b/applications/luci-app-ddns/po/lt/ddns.po index e6ce1c8cab..09d09885a5 100644 --- a/applications/luci-app-ddns/po/lt/ddns.po +++ b/applications/luci-app-ddns/po/lt/ddns.po @@ -528,7 +528,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -696,7 +696,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/mr/ddns.po b/applications/luci-app-ddns/po/mr/ddns.po index ff832ae060..29883fd837 100644 --- a/applications/luci-app-ddns/po/mr/ddns.po +++ b/applications/luci-app-ddns/po/mr/ddns.po @@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/ms/ddns.po b/applications/luci-app-ddns/po/ms/ddns.po index 1e87fa3e23..6d69af64e0 100644 --- a/applications/luci-app-ddns/po/ms/ddns.po +++ b/applications/luci-app-ddns/po/ms/ddns.po @@ -524,7 +524,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -692,7 +692,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/nb_NO/ddns.po b/applications/luci-app-ddns/po/nb_NO/ddns.po index bbff59c086..2575a2e7d0 100644 --- a/applications/luci-app-ddns/po/nb_NO/ddns.po +++ b/applications/luci-app-ddns/po/nb_NO/ddns.po @@ -527,7 +527,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -695,7 +695,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/nl/ddns.po b/applications/luci-app-ddns/po/nl/ddns.po index bb75d3d02b..57ae84864d 100644 --- a/applications/luci-app-ddns/po/nl/ddns.po +++ b/applications/luci-app-ddns/po/nl/ddns.po @@ -565,7 +565,7 @@ msgstr "" "detecteren." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "Bij een fout stopt het script de uitvoering na het opgegeven aantal pogingen." @@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "De standaardinstelling van '0' zal oneindig opnieuw proberen." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Het interval tussen elke succesvolle nieuwe poging." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po index b2275e2147..48ff6aaebb 100644 --- a/applications/luci-app-ddns/po/pl/ddns.po +++ b/applications/luci-app-ddns/po/pl/ddns.po @@ -562,7 +562,7 @@ msgstr "" "„Zarejestrowany adres IP”." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "W przypadku błędu skrypt zatrzyma wykonywanie po określonej liczbie " "ponownych prób." @@ -734,7 +734,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Domyślne ustawienie „0” będzie ponowić próbę nieskończoności." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" "W przypadku błędu skrypt przestanie działać po określonej liczbie prób." diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po index 208d574368..40b1c1ac2f 100644 --- a/applications/luci-app-ddns/po/pt/ddns.po +++ b/applications/luci-app-ddns/po/pt/ddns.po @@ -558,7 +558,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "OPCIONAL: Use servidor DNS não padrão para detetar 'Registered IP'." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "Perante um erro, o script interromperá a execução após um determinado número " "de tentativas." @@ -731,7 +731,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "A configuração padrão de '0' terá tentativas infinitas." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "O intervalo entre o qual cada nova tentativa sucessiva começará." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/pt_BR/ddns.po b/applications/luci-app-ddns/po/pt_BR/ddns.po index 7767c9d41f..2216dec977 100644 --- a/applications/luci-app-ddns/po/pt_BR/ddns.po +++ b/applications/luci-app-ddns/po/pt_BR/ddns.po @@ -557,7 +557,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "OPCIONAL: Use servidor DNS não-padrão para detectar \"IP Registrado\"." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "Em erro, o script interromperá a execução após uma determinada quantidade de " "tentativas." @@ -730,7 +730,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "A configuração padrão de '0' terá infinitas tentativas." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" "O intervalo entre o qual cada nova tentativa com sucesso será iniciada." diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po index d69a75bd40..f7c2dab93b 100644 --- a/applications/luci-app-ddns/po/ro/ddns.po +++ b/applications/luci-app-ddns/po/ro/ddns.po @@ -568,7 +568,7 @@ msgstr "" "\"Registered IP\"." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "În caz de eroare, scriptul va întrerupe execuția după un anumit număr de " "încercări repetate." @@ -742,7 +742,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Setarea implicită de \"0\" va reîncerca la infinit." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Intervalul între care va începe fiecare reîncercare succesivă." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po index ce94f8eac5..d83eaead7d 100644 --- a/applications/luci-app-ddns/po/ru/ddns.po +++ b/applications/luci-app-ddns/po/ru/ddns.po @@ -569,7 +569,7 @@ msgstr "" "'Зарегистрированного IP-адреса'." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "При ошибке скрипт остановит выполнение после заданного количества повторных " "попыток." @@ -741,7 +741,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Значение по умолчанию '0' используется для бесконечного повтора." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Интервал между последовательными попытками." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/sk/ddns.po b/applications/luci-app-ddns/po/sk/ddns.po index 80c2f9275a..5516b30890 100644 --- a/applications/luci-app-ddns/po/sk/ddns.po +++ b/applications/luci-app-ddns/po/sk/ddns.po @@ -525,7 +525,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -693,7 +693,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/sv/ddns.po b/applications/luci-app-ddns/po/sv/ddns.po index 9f6aa52c21..30b9c91343 100644 --- a/applications/luci-app-ddns/po/sv/ddns.po +++ b/applications/luci-app-ddns/po/sv/ddns.po @@ -526,7 +526,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -694,7 +694,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot index 6730340cf7..d5f6b0182e 100644 --- a/applications/luci-app-ddns/po/templates/ddns.pot +++ b/applications/luci-app-ddns/po/templates/ddns.pot @@ -515,7 +515,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -683,7 +683,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po index 3b45c90811..c5d0fdd82e 100644 --- a/applications/luci-app-ddns/po/tr/ddns.po +++ b/applications/luci-app-ddns/po/tr/ddns.po @@ -561,7 +561,7 @@ msgstr "" "Sunucusunu kullanın." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" "Hata durumunda, verilen yeniden deneme sayısından sonra betik yürütmeyi " "durduracaktır." @@ -738,7 +738,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Varsayılan '0' ayarı sonsuz olarak yeniden deneyecektir." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Her ardışık yeniden denemenin başlayacağı aralık." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po index 9bdb0565e1..8ddf5b2ff6 100644 --- a/applications/luci-app-ddns/po/uk/ddns.po +++ b/applications/luci-app-ddns/po/uk/ddns.po @@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -704,7 +704,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po index 3af2931fae..d303e52429 100644 --- a/applications/luci-app-ddns/po/vi/ddns.po +++ b/applications/luci-app-ddns/po/vi/ddns.po @@ -556,9 +556,8 @@ msgstr "" "TÙY CHỌN: Sử dụng DNS-Server không mặc định để phát hiện 'IP đã đăng ký'." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." -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." +msgid "On Error the script will stop execution after the given number of retries." +msgstr "Khi xảy ra Lỗi, tập lệnh sẽ dừng thực thi sau một số lần thử nhất định." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 msgid "Optional Encoded Parameter" @@ -728,7 +727,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "Thiết lập mặc định là '0' sẽ thử lại vô hạn." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "Khoảng thời gian mà mỗi lần thử lại liên tiếp sẽ bắt đầu." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/zh_Hans/ddns.po b/applications/luci-app-ddns/po/zh_Hans/ddns.po index 574ebce984..c910b62626 100644 --- a/applications/luci-app-ddns/po/zh_Hans/ddns.po +++ b/applications/luci-app-ddns/po/zh_Hans/ddns.po @@ -535,7 +535,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "可选:使用非默认 DNS 服务器检测\"已注册的 IP 地址\"。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "出现错误时,脚本将在重试给定次数后停止执行。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -703,7 +703,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "默认设置“0”将无限重试。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "发起连续重试之间相隔的时长。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505 diff --git a/applications/luci-app-ddns/po/zh_Hant/ddns.po b/applications/luci-app-ddns/po/zh_Hant/ddns.po index 8af8669586..7801c9dfe7 100644 --- a/applications/luci-app-ddns/po/zh_Hant/ddns.po +++ b/applications/luci-app-ddns/po/zh_Hant/ddns.po @@ -536,7 +536,7 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'." msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1025 -msgid "On Error the script will stop execution after given number of retrys." +msgid "On Error the script will stop execution after the given number of retries." msgstr "出現錯誤時,指令碼將在重試指定次數後停止執行。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:756 @@ -704,7 +704,7 @@ msgid "The default setting of '0' will retry infinitely." msgstr "如果設定為預設值「0」,將無限重試。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1035 -msgid "The interval between which each succesive retry will commence." +msgid "The interval between which each successive retry commences." msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505