summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ddns')
-rw-r--r--applications/luci-app-ddns/Makefile2
-rw-r--r--applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js12
-rw-r--r--applications/luci-app-ddns/po/ar/ddns.po67
-rw-r--r--applications/luci-app-ddns/po/bg/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/bn_BD/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/ca/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/cs/ddns.po60
-rw-r--r--applications/luci-app-ddns/po/da/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/de/ddns.po66
-rw-r--r--applications/luci-app-ddns/po/el/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/en/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/es/ddns.po66
-rw-r--r--applications/luci-app-ddns/po/fi/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/fr/ddns.po66
-rw-r--r--applications/luci-app-ddns/po/he/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/hi/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/hu/ddns.po66
-rw-r--r--applications/luci-app-ddns/po/it/ddns.po64
-rw-r--r--applications/luci-app-ddns/po/ja/ddns.po64
-rw-r--r--applications/luci-app-ddns/po/ko/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/mr/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/ms/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/nb_NO/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/pl/ddns.po64
-rw-r--r--applications/luci-app-ddns/po/pt/ddns.po60
-rw-r--r--applications/luci-app-ddns/po/pt_BR/ddns.po66
-rw-r--r--applications/luci-app-ddns/po/ro/ddns.po70
-rw-r--r--applications/luci-app-ddns/po/ru/ddns.po66
-rw-r--r--applications/luci-app-ddns/po/sk/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/sv/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/templates/ddns.pot58
-rw-r--r--applications/luci-app-ddns/po/tr/ddns.po69
-rw-r--r--applications/luci-app-ddns/po/uk/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/vi/ddns.po58
-rw-r--r--applications/luci-app-ddns/po/zh_Hans/ddns.po68
-rw-r--r--applications/luci-app-ddns/po/zh_Hant/ddns.po66
-rwxr-xr-xapplications/luci-app-ddns/root/usr/libexec/rpcd/luci.ddns19
37 files changed, 1095 insertions, 1030 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile
index 1b70170308..2ebb0c8b82 100644
--- a/applications/luci-app-ddns/Makefile
+++ b/applications/luci-app-ddns/Makefile
@@ -12,7 +12,7 @@ PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
-LUCI_DEPENDS:=+luci-lib-ipkg +luci-mod-admin-full +ddns-scripts
+LUCI_DEPENDS:=+luci-mod-admin-full +luci-lua-runtime +ddns-scripts
LUCI_PKGARCH:=all
include ../../luci.mk
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 d395f411a3..5baac07d1a 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
@@ -1014,7 +1014,7 @@ return view.extend({
o = s.taboption("timer", form.ListValue, "force_unit",
_('Force Unit'),
- _("Interval unit to force updates send to DDNS Provider"));
+ _("Interval unit to force updates sent to DDNS Provider."));
o.modalonly = true;
o.optional = true;
o.default = "minutes"
@@ -1024,9 +1024,9 @@ return view.extend({
o = s.taboption("timer", form.Value, "retry_count",
_("Error Retry Counter"),
- _("On Error the script will stop execution after given number of retrys")
+ _("On Error the script will stop execution after given number of retrys.")
+ "<br />" +
- _("The default setting of '0' will retry infinite."));
+ _("The default setting of '0' will retry infinitely."));
o.placeholder = "0";
o.optional = true;
o.modalonly = true;
@@ -1034,9 +1034,7 @@ return view.extend({
o = s.taboption("timer", form.Value, "retry_interval",
_("Error Retry Interval"),
- _("On Error the script will stop execution after given number of retrys")
- + "<br />" +
- _("The default setting of '0' will retry infinite."));
+ _("The interval between which each succesive retry will commence."));
o.placeholder = "60";
o.optional = true;
o.modalonly = true;
@@ -1044,7 +1042,7 @@ return view.extend({
o = s.taboption("timer", form.ListValue, "retry_unit",
_('Retry Unit'),
- _("On Error the script will retry the failed action after given time"));
+ _("Which time units to use for retry counters."));
o.modalonly = true;
o.optional = true;
o.default = "seconds"
diff --git a/applications/luci-app-ddns/po/ar/ddns.po b/applications/luci-app-ddns/po/ar/ddns.po
index a912ca7537..8fe02db2e4 100644
--- a/applications/luci-app-ddns/po/ar/ddns.po
+++ b/applications/luci-app-ddns/po/ar/ddns.po
@@ -98,7 +98,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "خطأ في الاعداد"
@@ -221,7 +221,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "تمكين الاتصال الآمن مع مزود DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "مفعل"
@@ -405,10 +405,10 @@ msgid "Interval unit to check for changed IP"
msgstr "وحدة الفاصل الزمني للتحقق من تغيير IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr "وحدة الفاصل الزمني لفرض إرسال التحديثات إلى مزود DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "اخر تحديث"
@@ -433,13 +433,13 @@ msgid "Log to syslog"
msgstr "سجل في سجل النظام"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "اسم"
@@ -475,7 +475,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "الشبكة التي ستبدأ عليها سكربتات محدث ddns"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "أبدا"
@@ -483,13 +483,13 @@ msgstr "أبدا"
msgid "New DDns Service…"
msgstr "خدمة DDns الجديدة …"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "لايوجد بيانات"
@@ -507,7 +507,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "غير عام وبشكل افتراضي عناوين IP المحظورة"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "لا يعمل"
@@ -539,16 +539,9 @@ msgstr "اختياري: خادم وكيل للكشف والتحديثات."
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr "اختياري: استخدم خادم DNS غير افتراضي لاكتشاف \"عنوان IP المسجل\"."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"عند \"خطأ\" ، سيقوم البرنامج النصي بإعادة محاولة الإجراء الفاشل بعد وقت معين"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -584,11 +577,11 @@ msgid ""
msgstr ""
"يرجى اتباع التعليمات الموجودة على الصفحة الرئيسية ل OpenWrt لتمكين دعم IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "الرجاء الضغط على زر [قراءة]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "قراءة / إعادة قراءة ملف السجل"
@@ -596,7 +589,7 @@ msgstr "قراءة / إعادة قراءة ملف السجل"
msgid "Really switch service?"
msgstr "حقا تبديل الخدمة؟"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP المسجل"
@@ -625,7 +618,7 @@ msgstr "يستبدل [USERNAME] في Update-URL (بترميز URL)"
msgid "Restart DDns"
msgstr "أعد تشغيل DDns"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "وحدة إعادة المحاولة"
@@ -634,7 +627,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "قيد التشغيل"
@@ -685,7 +678,7 @@ msgstr "ابدأ DDNS"
msgid "State"
msgstr "حالة"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "الحالة"
@@ -714,10 +707,14 @@ msgid "Switch service"
msgstr "خدمة التبديل"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "الإعداد الافتراضي \"0\" سيعيد المحاولة بلا حدود."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"عند حدوث خطأ ، سيتوقف البرنامج النصي عن التنفيذ بعد عدد معين من المحاولات"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "اسم الخدمة مستخدم الآن"
@@ -726,7 +723,7 @@ msgstr "اسم الخدمة مستخدم الآن"
msgid "There is no service configured."
msgstr "لا توجد خدمة مهيأة."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -756,7 +753,7 @@ msgid "URL to detect"
msgstr "URL المراد اكتشافه"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "مجهول"
@@ -813,6 +810,11 @@ msgstr "التحقق"
msgid "Warning"
msgstr "تحذير"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"عند \"خطأ\" ، سيقوم البرنامج النصي بإعادة محاولة الإجراء الفاشل بعد وقت معين"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -831,9 +833,8 @@ 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 ""
-"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو "
-"\"hostip\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص "
-"بك."
+"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو \"hostip"
+"\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص بك."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:373
msgid ""
@@ -893,7 +894,7 @@ msgstr "ساعات"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "دقائق"
@@ -906,7 +907,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "أو قم بتحديث نظامك إلى أحدث إصدار من OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "ثواني"
diff --git a/applications/luci-app-ddns/po/bg/ddns.po b/applications/luci-app-ddns/po/bg/ddns.po
index 985c1390d3..1d6d11f719 100644
--- a/applications/luci-app-ddns/po/bg/ddns.po
+++ b/applications/luci-app-ddns/po/bg/ddns.po
@@ -89,7 +89,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Разрешен"
@@ -392,10 +392,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -420,13 +420,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -459,7 +459,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Никога"
@@ -467,13 +467,13 @@ msgstr "Никога"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -491,7 +491,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -523,13 +523,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -565,11 +560,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -577,7 +572,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -606,7 +601,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -615,7 +610,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -664,7 +659,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Статус"
@@ -693,8 +688,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -705,7 +703,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -733,7 +731,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -788,6 +786,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -858,7 +860,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -871,7 +873,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/bn_BD/ddns.po b/applications/luci-app-ddns/po/bn_BD/ddns.po
index 840f54ac93..c799213558 100644
--- a/applications/luci-app-ddns/po/bn_BD/ddns.po
+++ b/applications/luci-app-ddns/po/bn_BD/ddns.po
@@ -89,7 +89,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "সক্রিয়"
@@ -392,10 +392,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -420,13 +420,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -459,7 +459,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "কখনও না"
@@ -467,13 +467,13 @@ msgstr "কখনও না"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -491,7 +491,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -523,13 +523,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -565,11 +560,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "দয়া করে [পড়ুন] বোতাম টিপুন"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "লগ ফাইল পড়ুন / পুনরায় পড়ুন"
@@ -577,7 +572,7 @@ msgstr "লগ ফাইল পড়ুন / পুনরায় পড়ু
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -606,7 +601,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -615,7 +610,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -664,7 +659,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "অবস্থা"
@@ -693,8 +688,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -705,7 +703,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -733,7 +731,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "অজানা"
@@ -788,6 +786,10 @@ msgstr ""
msgid "Warning"
msgstr "সতর্কতা"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -858,7 +860,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -871,7 +873,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po
index c706e192fb..6787fa6822 100644
--- a/applications/luci-app-ddns/po/ca/ddns.po
+++ b/applications/luci-app-ddns/po/ca/ddns.po
@@ -94,7 +94,7 @@ msgid "Configuration"
msgstr "Configuració"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -218,7 +218,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Activat"
@@ -398,10 +398,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -426,13 +426,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -465,7 +465,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Mai"
@@ -473,13 +473,13 @@ msgstr "Mai"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -497,7 +497,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -529,13 +529,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -571,11 +566,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -583,7 +578,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -612,7 +607,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -621,7 +616,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -670,7 +665,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -699,8 +694,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -711,7 +709,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -739,7 +737,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -794,6 +792,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -864,7 +866,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minuts"
@@ -877,7 +879,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po
index 169fbcb3d8..0af60cd86f 100644
--- a/applications/luci-app-ddns/po/cs/ddns.po
+++ b/applications/luci-app-ddns/po/cs/ddns.po
@@ -103,7 +103,7 @@ msgid "Configuration"
msgstr "Nastavení"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Chyba nastavení"
@@ -231,7 +231,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Povolit zabezpečenou komunikaci s poskytovatelem DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Zapnuto"
@@ -421,11 +421,11 @@ msgid "Interval unit to check for changed IP"
msgstr "Jednotka intervalu pro kontrolu změněné adresy IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Jednotka intervalu, která vynutí odeslání aktualizací zprostředkovateli DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Poslední aktualizace"
@@ -450,13 +450,13 @@ msgid "Log to syslog"
msgstr "Protokolovat do syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Doménové jméno"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Název"
@@ -493,7 +493,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Síť, na které budou spuštěny skripty ddns-updater"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Nikdy"
@@ -501,13 +501,13 @@ msgstr "Nikdy"
msgid "New DDns Service…"
msgstr "Nová služba DDNS…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Další aktualizace"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Žádná data"
@@ -525,7 +525,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Neveřejné a implicitně blokované adresy IP"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Není spuštěno"
@@ -559,14 +559,9 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
"VOLITELNÉ: pro rozpoznání registrované adresy IP použít nevýchozí server DNS."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr "Při chybě skript zopakuje neúspěšnou akci po daném čase"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
-msgstr "Při chybě skript zastaví provádění po daném počtu opakování"
+msgid "On Error the script will stop execution after given number of retrys."
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -603,11 +598,11 @@ msgstr ""
"Chcete-li povolit podporu protokolu IPv6, postupujte podle pokynů na "
"domovské stránce OpenWrt"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Prosím, stiskněte tlačítko [Načíst]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Načíst / znovu načíst soubor protokolu"
@@ -615,7 +610,7 @@ msgstr "Načíst / znovu načíst soubor protokolu"
msgid "Really switch service?"
msgstr "Doopravdy přehodit službu?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Registrovaná IP adresa"
@@ -644,7 +639,7 @@ msgstr "Nahradí [USERNAME] v Update-URL (kódování URL)"
msgid "Restart DDns"
msgstr "Restartovat DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Opakovat jednotku"
@@ -653,7 +648,7 @@ msgid "Run once"
msgstr "Spustit jednou"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Spuštěno"
@@ -704,7 +699,7 @@ msgstr "Spustit DDNS"
msgid "State"
msgstr "Stav"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Stav"
@@ -733,10 +728,13 @@ msgid "Switch service"
msgstr "Přehodit službu"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Výchozí nastavení '0' znamená nekonečné opakování."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "Při chybě skript zastaví provádění po daném počtu opakování"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Název služby je již používán"
@@ -745,7 +743,7 @@ msgstr "Název služby je již používán"
msgid "There is no service configured."
msgstr "Není nakonfigurována žádná služba."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -775,7 +773,7 @@ msgid "URL to detect"
msgstr "Adresa URL pro rozpoznání"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Neznámé"
@@ -833,6 +831,10 @@ msgstr "Ověřit"
msgid "Warning"
msgstr "Varování"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr "Při chybě skript zopakuje neúspěšnou akci po daném čase"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -917,7 +919,7 @@ msgstr "hodiny/hodin"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minuty/minut"
@@ -930,7 +932,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "nebo aktualizujte systém na nejnovější verzi OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "sekundy/sekund"
diff --git a/applications/luci-app-ddns/po/da/ddns.po b/applications/luci-app-ddns/po/da/ddns.po
index f05a1037c1..cbb4259f17 100644
--- a/applications/luci-app-ddns/po/da/ddns.po
+++ b/applications/luci-app-ddns/po/da/ddns.po
@@ -89,7 +89,7 @@ msgid "Configuration"
msgstr "Konfiguration"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Aktiveret"
@@ -392,10 +392,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -420,13 +420,13 @@ msgid "Log to syslog"
msgstr "Log til syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Navn"
@@ -459,7 +459,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Aldrig"
@@ -467,13 +467,13 @@ msgstr "Aldrig"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Ingen data"
@@ -491,7 +491,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -523,13 +523,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -565,11 +560,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -577,7 +572,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -606,7 +601,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -615,7 +610,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -664,7 +659,7 @@ msgstr ""
msgid "State"
msgstr "State"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Status"
@@ -693,8 +688,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -705,7 +703,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -733,7 +731,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Ukendt"
@@ -788,6 +786,10 @@ msgstr ""
msgid "Warning"
msgstr "Advarsel"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -858,7 +860,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minutter"
@@ -871,7 +873,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po
index 54ed589c45..5a2679f00f 100644
--- a/applications/luci-app-ddns/po/de/ddns.po
+++ b/applications/luci-app-ddns/po/de/ddns.po
@@ -102,7 +102,7 @@ msgid "Configuration"
msgstr "Konfiguration"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Konfigurations-Fehler"
@@ -235,7 +235,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Aktiviert sichere Kommunikation mit dem DDNS Anbieter"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Aktiviert"
@@ -429,10 +429,10 @@ msgid "Interval unit to check for changed IP"
msgstr "Intervalleinheit zur Überprüfung auf geänderte IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr "Intervall für ein Zwangsupdate des DDNS-Eintrags"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Letzte Aktualisierung"
@@ -457,13 +457,13 @@ msgid "Log to syslog"
msgstr "Schreibe Logs ins syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Hostname nachschlagen"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Name"
@@ -500,7 +500,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Netzwerk auf dem die ddns-updater Skripte gestarten werden"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Niemals"
@@ -508,13 +508,13 @@ msgstr "Niemals"
msgid "New DDns Service…"
msgstr "Neuer DDns-Dienst…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Nächste Aktualisierung"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Keine Daten"
@@ -532,7 +532,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Nicht-öffentliche und standardmäßig blockierte IPs"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Läuft nicht"
@@ -569,18 +569,9 @@ msgstr ""
"OPTIONAL: Ersetzt den voreingestellten DNS-Server um die 'Registrierte IP' "
"zu ermitteln."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"Bei Fehlern wird das Skript die fehlerhafte Aktion nach der gegebenen Zeit "
-"wiederholen"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"Bei Fehlern wird das Skript nach der gegebenen Anzahl von Fehlversuchen "
-"beendet"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -617,11 +608,11 @@ msgstr ""
"Bitte den Anweisungen auf der OpenWrt-Homepage folgen, um IPv6-Unterstützung "
"zu aktivieren"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Bitte Protokolldatei einlesen"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Protokolldatei (neu) einlesen"
@@ -629,7 +620,7 @@ msgstr "Protokolldatei (neu) einlesen"
msgid "Really switch service?"
msgstr "Den Dienst wirklich wechseln?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Registrierte IP"
@@ -658,7 +649,7 @@ msgstr "Ersetzt [USERNAME] in der Update-URL (URL-codiert)"
msgid "Restart DDns"
msgstr "DDns neustarten"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Abschnitt erneut versuchen"
@@ -667,7 +658,7 @@ msgid "Run once"
msgstr "Einmalig ausführen"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Laufend"
@@ -716,7 +707,7 @@ msgstr "DDNS starten"
msgid "State"
msgstr "Zustand"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Status"
@@ -745,10 +736,15 @@ msgid "Switch service"
msgstr "Dienst wechseln"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Beim Standard-Wert von '0' wird es endlos erneut versucht."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"Bei Fehlern wird das Skript nach der gegebenen Anzahl von Fehlversuchen "
+"beendet"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Dieser Dienstname ist bereits in Benutzung"
@@ -757,7 +753,7 @@ msgstr "Dieser Dienstname ist bereits in Benutzung"
msgid "There is no service configured."
msgstr "Kein Dienst konfiguriert."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
"Dies ist der aktuelle Inhalt der Protokolldatei in %h für diesen Dienst."
@@ -788,7 +784,7 @@ msgid "URL to detect"
msgstr "URL zur Adresserkennung für"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Unbekannt"
@@ -851,6 +847,12 @@ msgstr "Überprüfen"
msgid "Warning"
msgstr "Warnung"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"Bei Fehlern wird das Skript die fehlerhafte Aktion nach der gegebenen Zeit "
+"wiederholen"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -937,7 +939,7 @@ msgstr "Stunden"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "Minuten"
@@ -950,7 +952,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "oder aktualisieren Sie Ihr System auf die neueste OpenWrt Version"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "Sekunden"
diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po
index 6f626dde55..6c90cca83f 100644
--- a/applications/luci-app-ddns/po/el/ddns.po
+++ b/applications/luci-app-ddns/po/el/ddns.po
@@ -92,7 +92,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -215,7 +215,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Ενεργοποιήθηκε"
@@ -395,10 +395,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -423,13 +423,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Ονομα"
@@ -462,7 +462,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Ποτέ"
@@ -470,13 +470,13 @@ msgstr "Ποτέ"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -494,7 +494,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -526,13 +526,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -568,11 +563,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -580,7 +575,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -609,7 +604,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -618,7 +613,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -667,7 +662,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Κατάσταση"
@@ -696,8 +691,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -708,7 +706,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -736,7 +734,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -791,6 +789,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -861,7 +863,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -874,7 +876,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/en/ddns.po b/applications/luci-app-ddns/po/en/ddns.po
index 00e90ea7cd..d9bee3a056 100644
--- a/applications/luci-app-ddns/po/en/ddns.po
+++ b/applications/luci-app-ddns/po/en/ddns.po
@@ -89,7 +89,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Enabled"
@@ -392,10 +392,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -420,13 +420,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -459,7 +459,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -467,13 +467,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -491,7 +491,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -523,13 +523,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -565,11 +560,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -577,7 +572,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -606,7 +601,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -615,7 +610,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -664,7 +659,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -693,8 +688,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -705,7 +703,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -733,7 +731,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -788,6 +786,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -858,7 +860,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -871,7 +873,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po
index fbcc060236..6b6822431c 100644
--- a/applications/luci-app-ddns/po/es/ddns.po
+++ b/applications/luci-app-ddns/po/es/ddns.po
@@ -100,7 +100,7 @@ msgid "Configuration"
msgstr "Configuración"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Error de configuración"
@@ -232,7 +232,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Activa la comunicación segura con el proveedor de DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Activado"
@@ -424,12 +424,12 @@ msgid "Interval unit to check for changed IP"
msgstr "Unidad de intervalo para verificar el cambio de IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Unidad de intervalo para forzar el envío de actualizaciones al proveedor de "
"DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Última actualización"
@@ -454,13 +454,13 @@ msgid "Log to syslog"
msgstr "Inicie sesión en syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Búsqueda de nombre de host"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nombre"
@@ -497,7 +497,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Red en la que se iniciarán los scripts ddns-updater"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Nunca"
@@ -505,13 +505,13 @@ msgstr "Nunca"
msgid "New DDns Service…"
msgstr "Nuevo servicio DDNS…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Siguiente actualización"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Sin datos"
@@ -529,7 +529,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "IPs no públicos y bloqueados por defecto"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Sin ejecución"
@@ -565,18 +565,9 @@ msgstr ""
"OPCIONAL: Use un servidor DNS no predeterminado para detectar 'IP "
"registrada'."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"En caso de error, el script volverá a intentar la acción fallida después de "
-"un tiempo determinado"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"En caso de error, el script detendrá la ejecución después de un número dado "
-"de reintentos"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -616,11 +607,11 @@ msgstr ""
"Siga las instrucciones en la página de inicio de OpenWrt para activar el "
"soporte de IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Por favor presione el botón [Leer]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Leer / releer el archivo de registro"
@@ -628,7 +619,7 @@ msgstr "Leer / releer el archivo de registro"
msgid "Really switch service?"
msgstr "¿Realmente quiere cambiar de servicio?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP registrada"
@@ -658,7 +649,7 @@ msgstr ""
msgid "Restart DDns"
msgstr "Reiniciar DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Unidad de reintento"
@@ -667,7 +658,7 @@ msgid "Run once"
msgstr "Iniciar una vez"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Corriendo"
@@ -717,7 +708,7 @@ msgstr "Iniciar DDNS"
msgid "State"
msgstr "Estado"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Estado"
@@ -746,10 +737,15 @@ msgid "Switch service"
msgstr "Cambiar servicio"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "La configuración predeterminada de '0' reintentará infinito."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"En caso de error, el script detendrá la ejecución después de un número dado "
+"de reintentos"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "El nombre del servicio ya está en uso"
@@ -758,7 +754,7 @@ msgstr "El nombre del servicio ya está en uso"
msgid "There is no service configured."
msgstr "No hay servicio configurado."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
#, fuzzy
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -790,7 +786,7 @@ msgid "URL to detect"
msgstr "URL para detectar"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Desconocido"
@@ -850,6 +846,12 @@ msgstr "Verificar"
msgid "Warning"
msgstr "Advertencia"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"En caso de error, el script volverá a intentar la acción fallida después de "
+"un tiempo determinado"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -931,7 +933,7 @@ msgstr "horas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minutos"
@@ -944,7 +946,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "o actualice su sistema a la última versión de OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "Segundos"
diff --git a/applications/luci-app-ddns/po/fi/ddns.po b/applications/luci-app-ddns/po/fi/ddns.po
index 806b75d403..02595347a8 100644
--- a/applications/luci-app-ddns/po/fi/ddns.po
+++ b/applications/luci-app-ddns/po/fi/ddns.po
@@ -97,7 +97,7 @@ msgid "Configuration"
msgstr "Kokoonpano"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Määritysvirhe"
@@ -220,7 +220,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Käytössä"
@@ -400,10 +400,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Viimeisin päivitys"
@@ -428,13 +428,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nimi"
@@ -467,7 +467,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Ei ikinä"
@@ -475,13 +475,13 @@ msgstr "Ei ikinä"
msgid "New DDns Service…"
msgstr "Uusi DDns-palvelu…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Seuraava päivitys"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Ei tietoja"
@@ -499,7 +499,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Ei käynnissä"
@@ -531,13 +531,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -573,11 +568,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -585,7 +580,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Rekisteröity IP"
@@ -614,7 +609,7 @@ msgstr ""
msgid "Restart DDns"
msgstr "Käynnistä DDns uudelleen"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -623,7 +618,7 @@ msgid "Run once"
msgstr "Suorita kerran"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Käynnissä"
@@ -672,7 +667,7 @@ msgstr "Käynnistä DDNS"
msgid "State"
msgstr "Tila"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Tila"
@@ -701,8 +696,11 @@ msgid "Switch service"
msgstr "Vaihda palvelua"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -713,7 +711,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -741,7 +739,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Tuntematon"
@@ -796,6 +794,10 @@ msgstr ""
msgid "Warning"
msgstr "Varoitus"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -866,7 +868,7 @@ msgstr "tuntia"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minuuttia"
@@ -879,7 +881,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "päivitä järjestelmäsi uusimpaan OpenWrt-julkaisuun"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "sekuntia"
diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po
index 29782d6647..c3f97f06dd 100644
--- a/applications/luci-app-ddns/po/fr/ddns.po
+++ b/applications/luci-app-ddns/po/fr/ddns.po
@@ -102,7 +102,7 @@ msgid "Configuration"
msgstr "Configuration"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Erreur de configuration"
@@ -236,7 +236,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Activez la communication sécurisée avec le fournisseur DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Activé"
@@ -428,11 +428,11 @@ msgid "Interval unit to check for changed IP"
msgstr "Unité d'intervalle pour vérifier l'IP modifiée"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Unité d'intervalle pour forcer l'envoi des mises à jour au fournisseur DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Dernière mise à jour"
@@ -457,13 +457,13 @@ msgid "Log to syslog"
msgstr "Connectez-vous à syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Rechercher le nom d'hôte"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nom"
@@ -500,7 +500,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Réseau sur lequel les scripts ddns-updater seront démarrés"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Jamais"
@@ -508,13 +508,13 @@ msgstr "Jamais"
msgid "New DDns Service…"
msgstr "Nouveau service DDns…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Prochaine mise à jour"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Aucune donnée"
@@ -532,7 +532,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "IP non publiques et par défaut bloquées"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Ne fonctionne pas"
@@ -569,18 +569,9 @@ msgstr ""
"FACULTATIF : Utiliser un serveur DNS autre que celui par défaut pour "
"détecter 'IP enregistrée'."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"En cas d'erreur, le script réessayera l'action ayant échoué après un délai "
-"donné"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"En cas d'erreur, le script arrêtera l'exécution après un nombre donné de "
-"tentatives"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -617,11 +608,11 @@ msgstr ""
"Veuillez suivre les instructions sur la page d'accueil d'OpenWrt pour "
"activer le support IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Veuillez appuyer sur le bouton [Lire]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Lire/Relire le fichier de journal"
@@ -629,7 +620,7 @@ msgstr "Lire/Relire le fichier de journal"
msgid "Really switch service?"
msgstr "Vraiment changer de service ?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Adresse IP enregistrée"
@@ -658,7 +649,7 @@ msgstr "Remplace [NON D'UTILISATEUR] dans l'URL de mise à jour (encodé URL)"
msgid "Restart DDns"
msgstr "Redémarrer DDns"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Réessaier l'unité"
@@ -667,7 +658,7 @@ msgid "Run once"
msgstr "Exécuter une fois"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "En cours d'exécution"
@@ -718,7 +709,7 @@ msgstr "Démarrez DDNS"
msgid "State"
msgstr "État"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "État"
@@ -747,10 +738,15 @@ msgid "Switch service"
msgstr "Change de service"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Le paramètre par défaut de '0' réessayera à l'infini."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"En cas d'erreur, le script arrêtera l'exécution après un nombre donné de "
+"tentatives"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Le nom du service est déjà utilisé"
@@ -759,7 +755,7 @@ msgstr "Le nom du service est déjà utilisé"
msgid "There is no service configured."
msgstr "Il n'y a aucun service configuré"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "Il s’agit du contenu actuel du fichier journal en %h pour ce service."
@@ -789,7 +785,7 @@ msgid "URL to detect"
msgstr "URL a détecter"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Inconnue"
@@ -851,6 +847,12 @@ msgstr "Vérifier"
msgid "Warning"
msgstr "Avertissement"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"En cas d'erreur, le script réessayera l'action ayant échoué après un délai "
+"donné"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -935,7 +937,7 @@ msgstr "heures"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minutes"
@@ -948,7 +950,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "ou mettez à jour votre système vers la dernière version d'OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "secondes"
diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po
index 9b387b1a1e..83e3326836 100644
--- a/applications/luci-app-ddns/po/he/ddns.po
+++ b/applications/luci-app-ddns/po/he/ddns.po
@@ -92,7 +92,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -216,7 +216,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr ""
@@ -396,10 +396,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -424,13 +424,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -463,7 +463,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "אף פעם"
@@ -471,13 +471,13 @@ msgstr "אף פעם"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -495,7 +495,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -527,13 +527,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -569,11 +564,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -581,7 +576,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -610,7 +605,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -619,7 +614,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -668,7 +663,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -697,8 +692,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -709,7 +707,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -737,7 +735,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -792,6 +790,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -862,7 +864,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -875,7 +877,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/hi/ddns.po b/applications/luci-app-ddns/po/hi/ddns.po
index d76d31cee6..6c1cd63934 100644
--- a/applications/luci-app-ddns/po/hi/ddns.po
+++ b/applications/luci-app-ddns/po/hi/ddns.po
@@ -83,7 +83,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -206,7 +206,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr ""
@@ -386,10 +386,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -414,13 +414,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -453,7 +453,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -461,13 +461,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -485,7 +485,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -517,13 +517,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -559,11 +554,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -571,7 +566,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -600,7 +595,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -609,7 +604,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -658,7 +653,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -687,8 +682,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -699,7 +697,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -727,7 +725,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -782,6 +780,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -852,7 +854,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -865,7 +867,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po
index f895bb20ea..06833025d5 100644
--- a/applications/luci-app-ddns/po/hu/ddns.po
+++ b/applications/luci-app-ddns/po/hu/ddns.po
@@ -94,7 +94,7 @@ msgid "Configuration"
msgstr "Beállítás"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Beállítási hiba"
@@ -228,7 +228,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Biztonságos kommunikáció engedélyezése a DDNS-szolgáltatóval"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Engedélyezve"
@@ -418,12 +418,12 @@ msgid "Interval unit to check for changed IP"
msgstr "Időköz mértékegysége a megváltozott IP ellenőrzéséhez"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Időköz mértékegysége a DDNS-szolgáltatónak küldött frissítések "
"kényszerítéséhez"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Utolsó frissítés"
@@ -448,13 +448,13 @@ msgid "Log to syslog"
msgstr "Naplózás a rendszernaplóba"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Gépnév keresése"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Név"
@@ -491,7 +491,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "A hálózat, amelyen a DDNS-frissítő parancsfájlok el fognak indulni"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Soha"
@@ -499,13 +499,13 @@ msgstr "Soha"
msgid "New DDns Service…"
msgstr "Új DDNS szolgáltatás…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Következő frissítés"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Nincs adat"
@@ -523,7 +523,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Nem nyilvános és alapértelmezetten blokkolt IP-k"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Nem fut"
@@ -561,18 +561,9 @@ msgstr ""
"ELHAGYHATÓ: nem alapértelmezett DNS-kiszolgáló használata a „Regisztrált IP” "
"felismeréséhez."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"Hiba esetén a parancsfájl újrapróbálja a sikertelen műveletet a megadott idő "
-"után"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"Hiba esetén a parancsfájl leállítja a végrehajtást a megadott "
-"újrapróbálkozások száma után"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -613,11 +604,11 @@ msgstr ""
"Kövesse az OpenWrt honlapján lévő utasításokat az IPv6 támogatás "
"engedélyezéséhez"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Nyomja meg a [Beolvasás] gombot"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Naplófájl olvasása vagy újraolvasása"
@@ -625,7 +616,7 @@ msgstr "Naplófájl olvasása vagy újraolvasása"
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Regisztrált IP"
@@ -655,7 +646,7 @@ msgstr ""
msgid "Restart DDns"
msgstr "DDns újraindítása"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -664,7 +655,7 @@ msgid "Run once"
msgstr "Futtatás egyszer"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Fut"
@@ -713,7 +704,7 @@ msgstr "DDNS indítása"
msgid "State"
msgstr "Állapot"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Állapot"
@@ -742,10 +733,15 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Az alapértelmezett „0” beállítás végtelenszer fog újrapróbálkozni."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"Hiba esetén a parancsfájl leállítja a végrehajtást a megadott "
+"újrapróbálkozások száma után"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "A szolgáltatás neve már használatban van"
@@ -754,7 +750,7 @@ msgstr "A szolgáltatás neve már használatban van"
msgid "There is no service configured."
msgstr "Nincs beállított szolgáltatás."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -784,7 +780,7 @@ msgid "URL to detect"
msgstr "Felismerendő URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Ismeretlen"
@@ -843,6 +839,12 @@ msgstr "Ellenőrzés"
msgid "Warning"
msgstr "Figyelmeztetés"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"Hiba esetén a parancsfájl újrapróbálja a sikertelen műveletet a megadott idő "
+"után"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -923,7 +925,7 @@ msgstr "óra"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "perc"
@@ -936,7 +938,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "vagy frissítse a rendszerét a legújabb OpenWrt kiadásra"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "másodperc"
diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po
index 678bff9085..08b45a5dad 100644
--- a/applications/luci-app-ddns/po/it/ddns.po
+++ b/applications/luci-app-ddns/po/it/ddns.po
@@ -100,7 +100,7 @@ msgid "Configuration"
msgstr "Configurazione"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Errore di Configurazione"
@@ -231,7 +231,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Abilita la comunicazione sicura con il provider DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Abilitato"
@@ -418,11 +418,11 @@ msgid "Interval unit to check for changed IP"
msgstr "Unità dell'intervallo di controllo per il cambio di IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Unità dell'intervallo per l'invio forzato di aggiornamento al provider DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Ultimo Aggiornamento"
@@ -447,13 +447,13 @@ msgid "Log to syslog"
msgstr "Registra su syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Indirizzo da consultare"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nome"
@@ -490,7 +490,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Rete su cui lo script di aggiornamento DDNS sara avviato"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Mai"
@@ -498,13 +498,13 @@ msgstr "Mai"
msgid "New DDns Service…"
msgstr "Nuovo Servizio DDns…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Prossimo Aggiornamento"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Nessun dato"
@@ -522,7 +522,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Ip non pubblici e bloccati di default"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Non in esecuzione"
@@ -556,17 +556,9 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
"OPZIONALE: Usa Server DNS non di default per individuare 'IP Registrato'."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"In caso di errore lo script riproverà l'azione fallita dopo il tempo dato"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"In caso di errori lo script fermerà l'esecuzione dopo il numero di tentativi "
-"dati"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -606,11 +598,11 @@ msgstr ""
"Per favore segui le istruzioni sulla homepage di OpenWrt per abilitare il "
"supporto all'IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Per favore premi il pulsante [Leggi]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Leggi / Rileggi registro"
@@ -618,7 +610,7 @@ msgstr "Leggi / Rileggi registro"
msgid "Really switch service?"
msgstr "Cambiare davvero servizio?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP Registrato"
@@ -647,7 +639,7 @@ msgstr "Sostituisci [NOME UTENTE] nell'URL di aggiornamento (URL codificato)"
msgid "Restart DDns"
msgstr "Riavvia DDns"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Unità nuovo tentativo"
@@ -656,7 +648,7 @@ msgid "Run once"
msgstr "Esegui una volta"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "In esecuzione"
@@ -706,7 +698,7 @@ msgstr "Avvia DDNS"
msgid "State"
msgstr "Stato"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Stato"
@@ -735,10 +727,15 @@ msgid "Switch service"
msgstr "Cambia servizio"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "L'opzione di default '0' riproverà all'infinito."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"In caso di errori lo script fermerà l'esecuzione dopo il numero di tentativi "
+"dati"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Questo nome per il servizio è già usato"
@@ -747,7 +744,7 @@ msgstr "Questo nome per il servizio è già usato"
msgid "There is no service configured."
msgstr "Non c'è un servizio configurato."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -777,7 +774,7 @@ msgid "URL to detect"
msgstr "URL da individuare"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Sconosciuto"
@@ -836,6 +833,11 @@ msgstr "Verifica"
msgid "Warning"
msgstr "Allarme"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"In caso di errore lo script riproverà l'azione fallita dopo il tempo dato"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -919,7 +921,7 @@ msgstr "ore"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minuti"
@@ -932,7 +934,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "o aggiorna il tuo sistema all'ultima Release Openwrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "secondi"
diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po
index 573a05643d..509a991916 100644
--- a/applications/luci-app-ddns/po/ja/ddns.po
+++ b/applications/luci-app-ddns/po/ja/ddns.po
@@ -100,7 +100,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "構成エラー"
@@ -228,7 +228,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "DDNS プロバイダーとの安全な通信を有効にする"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "有効"
@@ -419,10 +419,10 @@ msgid "Interval unit to check for changed IP"
msgstr "変更された IP のチェック間隔の単位"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr "DDNS プロバイダーに送信する強制アップデートの間隔の単位です"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "最終更新"
@@ -447,13 +447,13 @@ msgid "Log to syslog"
msgstr "syslog へログを記録"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "名前"
@@ -491,7 +491,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "ddns-updater スクリプトが開始されるネットワーク"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "なし"
@@ -499,13 +499,13 @@ msgstr "なし"
msgid "New DDns Service…"
msgstr "新規 DDNS サービス…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "データなし"
@@ -523,7 +523,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "非パブリックかつデフォルトでブロックされる IP"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "実行されていません"
@@ -558,16 +558,9 @@ msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
"オプション: 登録済み IP の検出に非デフォルトの DNS サーバーを使用します。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"エラーの場合、スクリプトは指定された時間が経過すると失敗したアクションを再試"
-"行します"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
-msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
+msgid "On Error the script will stop execution after given number of retrys."
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -607,11 +600,11 @@ msgid ""
msgstr ""
"IPv6 サポートを有効にするには、OpenWrt のホームページの指示に従ってください"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "[読込] ボタンを押してください"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "ログファイルの読み込み/再読み込み"
@@ -619,7 +612,7 @@ msgstr "ログファイルの読み込み/再読み込み"
msgid "Really switch service?"
msgstr "本当にサービスを切り替えますか?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "登録済み IP"
@@ -648,7 +641,7 @@ msgstr "更新 URL 内の [USERNAME] を置き換えます(URL エンコード
msgid "Restart DDns"
msgstr "DDNS を再起動"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "再試行の単位"
@@ -657,7 +650,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "実行中"
@@ -706,7 +699,7 @@ msgstr "DDNS を開始"
msgid "State"
msgstr "状態"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "ステータス"
@@ -735,10 +728,13 @@ msgid "Switch service"
msgstr "サービスを切り替える"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "デフォルトのゼロを設定すると、無限に再試行します。"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "指定された再試行回数後のスクリプトのエラーで実行を停止します"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "サービス名はすでに使用されています"
@@ -747,7 +743,7 @@ msgstr "サービス名はすでに使用されています"
msgid "There is no service configured."
msgstr "構成済のサービスはありません。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "本サービスの%hでログファイルの現在の内容です。"
@@ -777,7 +773,7 @@ msgid "URL to detect"
msgstr "検出する URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "不明"
@@ -835,6 +831,12 @@ msgstr "検証"
msgid "Warning"
msgstr "警告"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"エラーの場合、スクリプトは指定された時間が経過すると失敗したアクションを再試"
+"行します"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -920,7 +922,7 @@ msgstr "時間"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "分"
@@ -933,7 +935,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "またはシステムを最新の OpenWrt リリースに更新します"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "秒"
diff --git a/applications/luci-app-ddns/po/ko/ddns.po b/applications/luci-app-ddns/po/ko/ddns.po
index 8342236ccc..03a6df2a79 100644
--- a/applications/luci-app-ddns/po/ko/ddns.po
+++ b/applications/luci-app-ddns/po/ko/ddns.po
@@ -91,7 +91,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "설정 오류"
@@ -214,7 +214,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "활성화"
@@ -396,10 +396,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -424,13 +424,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "이름"
@@ -463,7 +463,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "안함"
@@ -471,13 +471,13 @@ msgstr "안함"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -495,7 +495,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -527,13 +527,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -569,11 +564,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -581,7 +576,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -610,7 +605,7 @@ msgstr ""
msgid "Restart DDns"
msgstr "DDNS 재시작"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -619,7 +614,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "실행 중"
@@ -668,7 +663,7 @@ msgstr "DDNS 실행"
msgid "State"
msgstr "상태"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "상태"
@@ -697,8 +692,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -709,7 +707,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -737,7 +735,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -792,6 +790,10 @@ msgstr ""
msgid "Warning"
msgstr "경고"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -862,7 +864,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -875,7 +877,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/mr/ddns.po b/applications/luci-app-ddns/po/mr/ddns.po
index 8470d4652e..b195ab6ce5 100644
--- a/applications/luci-app-ddns/po/mr/ddns.po
+++ b/applications/luci-app-ddns/po/mr/ddns.po
@@ -89,7 +89,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "सक्षम केले"
@@ -392,10 +392,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -420,13 +420,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "नाव"
@@ -459,7 +459,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -467,13 +467,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -491,7 +491,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -523,13 +523,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -565,11 +560,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -577,7 +572,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -606,7 +601,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -615,7 +610,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "चालू आहे"
@@ -664,7 +659,7 @@ msgstr ""
msgid "State"
msgstr "स्थिती"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "स्थिती"
@@ -693,8 +688,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -705,7 +703,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -733,7 +731,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "अज्ञात"
@@ -788,6 +786,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -858,7 +860,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -871,7 +873,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/ms/ddns.po b/applications/luci-app-ddns/po/ms/ddns.po
index 9fb41c72c5..c3782639a9 100644
--- a/applications/luci-app-ddns/po/ms/ddns.po
+++ b/applications/luci-app-ddns/po/ms/ddns.po
@@ -89,7 +89,7 @@ msgid "Configuration"
msgstr "Konfigurasi"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr ""
@@ -392,10 +392,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -420,13 +420,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -459,7 +459,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -467,13 +467,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -491,7 +491,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -523,13 +523,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -565,11 +560,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -577,7 +572,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -606,7 +601,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -615,7 +610,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -664,7 +659,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -693,8 +688,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -705,7 +703,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -733,7 +731,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -788,6 +786,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -858,7 +860,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -871,7 +873,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/nb_NO/ddns.po b/applications/luci-app-ddns/po/nb_NO/ddns.po
index fdeb52bc02..7202d1d9e6 100644
--- a/applications/luci-app-ddns/po/nb_NO/ddns.po
+++ b/applications/luci-app-ddns/po/nb_NO/ddns.po
@@ -92,7 +92,7 @@ msgid "Configuration"
msgstr "Oppsett"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -215,7 +215,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Påskrudd"
@@ -395,10 +395,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -423,13 +423,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Navn"
@@ -462,7 +462,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -470,13 +470,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -494,7 +494,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -526,13 +526,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -568,11 +563,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -580,7 +575,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -609,7 +604,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -618,7 +613,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Kjører"
@@ -667,7 +662,7 @@ msgstr ""
msgid "State"
msgstr "Tilstand"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Status"
@@ -696,8 +691,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -708,7 +706,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -736,7 +734,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -791,6 +789,10 @@ msgstr ""
msgid "Warning"
msgstr "Advarsel"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -861,7 +863,7 @@ msgstr "timer"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -874,7 +876,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po
index c561209b70..73ba7e7dba 100644
--- a/applications/luci-app-ddns/po/pl/ddns.po
+++ b/applications/luci-app-ddns/po/pl/ddns.po
@@ -101,7 +101,7 @@ msgid "Configuration"
msgstr "Konfiguracja"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Błąd konfiguracji"
@@ -231,7 +231,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Włączenie zabezpieczonej komunikacji z dostawcą DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Włączone"
@@ -422,11 +422,11 @@ msgid "Interval unit to check for changed IP"
msgstr "Jednostka interwału sprawdzająca zmianę IP"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Jednostka interwału wymuszająca przesyłanie aktualizacji do dostawcy DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Ostatnia aktualizacja"
@@ -451,13 +451,13 @@ msgid "Log to syslog"
msgstr "Rejestrowanie do dziennika systemowego"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Nazwa hosta wyszukiwania"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nazwa"
@@ -494,7 +494,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Sieć, w której uruchomione zostaną skrypty ddns-updater"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Nigdy"
@@ -502,13 +502,13 @@ msgstr "Nigdy"
msgid "New DDns Service…"
msgstr "Nowa usługa DDNS…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Następna aktualizacja"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Brak danych"
@@ -526,7 +526,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Niepubliczne i domyślnie zablokowane IP"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Nie działa"
@@ -560,16 +560,9 @@ msgstr ""
"OPCJONALNIE: Użyj serwera DNS innego niż domyślny, aby wykryć "
"„Zarejestrowany adres IP”."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"W przypadku błędu skrypt ponownie spróbuje wykonać nieudaną akcję po "
-"określonym czasie"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
-msgstr "W przypadku błędu skrypt przestanie działać po określonej liczbie prób"
+msgid "On Error the script will stop execution after given number of retrys."
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -606,11 +599,11 @@ msgstr ""
"Postępuj zgodnie z instrukcjami na stronie głównej OpenWrt, aby włączyć "
"obsługę IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Proszę nacisnąć przycisk [Czytaj]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Odczytaj/Ponownie odczytaj plik dziennika"
@@ -618,7 +611,7 @@ msgstr "Odczytaj/Ponownie odczytaj plik dziennika"
msgid "Really switch service?"
msgstr "Naprawdę zmienić usługę?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Zarejestrowane IP"
@@ -647,7 +640,7 @@ msgstr "Zastąp [USERNAME] w Update-URL (zakodowany URL)"
msgid "Restart DDns"
msgstr "Resetuj DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Ponów jednostkę"
@@ -656,7 +649,7 @@ msgid "Run once"
msgstr "Uruchom raz"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Działa"
@@ -705,7 +698,7 @@ msgstr "Uruchom DDNS"
msgid "State"
msgstr "Stan"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Status"
@@ -734,10 +727,13 @@ msgid "Switch service"
msgstr "Przełącz usługę"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Domyślne ustawienie „0” będzie ponowić próbę nieskończoności."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "W przypadku błędu skrypt przestanie działać po określonej liczbie prób"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Nazwa usługi jest już używana"
@@ -746,7 +742,7 @@ msgstr "Nazwa usługi jest już używana"
msgid "There is no service configured."
msgstr "Nie ma skonfigurowanej usługi."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "Jest to bieżąca zawartość pliku dziennika w %h dla tej usługi."
@@ -776,7 +772,7 @@ msgid "URL to detect"
msgstr "URL do wykrycia"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Nieznany"
@@ -833,6 +829,12 @@ msgstr "Zweryfikuj"
msgid "Warning"
msgstr "Ostrzeżenie"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"W przypadku błędu skrypt ponownie spróbuje wykonać nieudaną akcję po "
+"określonym czasie"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -916,7 +918,7 @@ msgstr "godzin"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minuty"
@@ -929,7 +931,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "lub zaktualizuj system do najnowszej wersji OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "sekundy"
diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po
index fde5a141fe..6a929be14c 100644
--- a/applications/luci-app-ddns/po/pt/ddns.po
+++ b/applications/luci-app-ddns/po/pt/ddns.po
@@ -100,7 +100,7 @@ msgid "Configuration"
msgstr "Configuração"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Erro de configuração"
@@ -231,7 +231,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Ativar a comunicação segura com o provedor de DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Ativado"
@@ -421,12 +421,12 @@ msgid "Interval unit to check for changed IP"
msgstr "Unidade de intervalo para verificar se o IP foi alterado"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Unidade de intervalo para forçar o envio de atualizações para o Provedor de "
"DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Última atualização"
@@ -451,13 +451,13 @@ msgid "Log to syslog"
msgstr "Registar para o syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Verificar nome de host"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nome"
@@ -494,7 +494,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Rede na qual os scripts de atualização DDNS serão iniciados"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Nunca"
@@ -502,13 +502,13 @@ msgstr "Nunca"
msgid "New DDns Service…"
msgstr "Novo Serviço de DDns…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Próxima atualização"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Sem dados"
@@ -526,7 +526,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "IPs não públicos e bloqueados por padrão"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Não em Execução"
@@ -558,15 +558,9 @@ msgstr "OPCIONAL: Servidor Proxy para deteção e atualização."
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr "OPCIONAL: Use servidor DNS não padrão para detetar 'Registered IP'."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr "Em Erro, o script irá tentar a ação que falhou após um tempo definido"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"Em Erro, o script irá para a execução após um número definido de tentativas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -603,11 +597,11 @@ msgstr ""
"Por favor, siga as instruções na página inicial do OpenWrt para ativar o "
"suporte de IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Por favor pressione o botão [Ler]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Ler / Ler novamente o ficheiro de log"
@@ -615,7 +609,7 @@ msgstr "Ler / Ler novamente o ficheiro de log"
msgid "Really switch service?"
msgstr "Realmente mudar o serviço?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP registrado"
@@ -644,7 +638,7 @@ msgstr "Substitui [USERNAME] na URL de atualização"
msgid "Restart DDns"
msgstr "Reiniciar DDns"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Tentar a unidade novamente"
@@ -653,7 +647,7 @@ msgid "Run once"
msgstr "Executar apenas uma vez"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Executando"
@@ -703,7 +697,7 @@ msgstr "Iniciar DDNS"
msgid "State"
msgstr "Estado"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Estado"
@@ -732,10 +726,14 @@ msgid "Switch service"
msgstr "Trocar serviço"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "A configuração padrão de '0' terá tentativas infinitas."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"Em Erro, o script irá para a execução após um número definido de tentativas"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "O nome do serviço já está usado"
@@ -744,7 +742,7 @@ msgstr "O nome do serviço já está usado"
msgid "There is no service configured."
msgstr "Não há serviço configurado."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "Este é o conteúdo atual do ficheiro de registo %h para este serviço."
@@ -774,7 +772,7 @@ msgid "URL to detect"
msgstr "Detectada pela URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Desconhecido"
@@ -831,6 +829,10 @@ msgstr "Verificar"
msgid "Warning"
msgstr "Aviso"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr "Em Erro, o script irá tentar a ação que falhou após um tempo definido"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -912,7 +914,7 @@ msgstr "horas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minutos"
@@ -925,7 +927,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "ou atualize o seu sistema para a versão mais recente do OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "segundos"
diff --git a/applications/luci-app-ddns/po/pt_BR/ddns.po b/applications/luci-app-ddns/po/pt_BR/ddns.po
index c43369ce3b..c47b27164c 100644
--- a/applications/luci-app-ddns/po/pt_BR/ddns.po
+++ b/applications/luci-app-ddns/po/pt_BR/ddns.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2022-07-13 06:47+0000\n"
+"PO-Revision-Date: 2022-10-22 13:47+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsddns/pt_BR/>\n"
@@ -11,7 +11,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.14-dev\n"
+"X-Generator: Weblate 4.14.2-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432
msgid "\"../\" not allowed in path for Security Reason."
@@ -100,7 +100,7 @@ msgid "Configuration"
msgstr "Configuração"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Erro de configuração"
@@ -231,7 +231,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Habilitar comunicação segura com o provedor DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Ativado"
@@ -420,11 +420,11 @@ msgid "Interval unit to check for changed IP"
msgstr "Unidade intervalada para verificar a alteração do PI"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-"Unidade de intervalo para forçar atualizações enviados ao provedor DDNS"
+"Unidade de intervalo para impor as atualizações enviados ao provedor DDNS."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Última atualização"
@@ -449,13 +449,13 @@ msgid "Log to syslog"
msgstr "Registrar no syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Verificar nome de host"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nome"
@@ -492,7 +492,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Rede na qual os scripts de atualização DDNS serão iniciados"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Nunca"
@@ -500,13 +500,13 @@ msgstr "Nunca"
msgid "New DDns Service…"
msgstr "Novo Serviço DDNS…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Próxima atualização"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Sem dados"
@@ -524,7 +524,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "IPs não públicos e bloqueados por padrão"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Não está em execução"
@@ -556,15 +556,9 @@ msgstr "OPCIONAL: Servidor Proxy para detecção e atualização."
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr "OPCIONAL: Use servidor DNS não-padrão para detectar \"IP Registrado\"."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr "Em Erro, o script irá tentar a ação que falhou após um tempo definido"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"Em Erro, o script irá para a execução após um número definido de tentativas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -601,11 +595,11 @@ msgstr ""
"Por favor, siga as instruções na página inicial do OpenWrt para habilitar o "
"suporte do IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Por favor, pressione o botão [Ler]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Ler / Ler novamente o arquivo do registro log"
@@ -613,7 +607,7 @@ msgstr "Ler / Ler novamente o arquivo do registro log"
msgid "Really switch service?"
msgstr "Deseja realmente trocar o serviço?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP registrado"
@@ -642,7 +636,7 @@ msgstr "Substitui [USERNAME] na URL de atualização"
msgid "Restart DDns"
msgstr "Reiniciar DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Tentar a Unidade Novamente"
@@ -651,7 +645,7 @@ msgid "Run once"
msgstr "Rodar apenas uma vez"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Em execução"
@@ -701,7 +695,7 @@ msgstr "Iniciar DDNS"
msgid "State"
msgstr "Estado"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Condição Geral"
@@ -730,10 +724,14 @@ msgid "Switch service"
msgstr "Trocar o serviço"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "A configuração padrão de '0' terá infinitas tentativas."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"O intervalo entre o qual cada nova tentativa com sucesso será iniciada."
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "O nome do serviço já é usado"
@@ -742,7 +740,7 @@ msgstr "O nome do serviço já é usado"
msgid "There is no service configured."
msgstr "Não há serviço configurado."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
"Este é o conteúdo atual do arquivo de registro em %h para este serviço."
@@ -773,7 +771,7 @@ msgid "URL to detect"
msgstr "Detectada pela URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Desconhecido"
@@ -830,6 +828,10 @@ msgstr "Verificar"
msgid "Warning"
msgstr "Alerta"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr "Quais unidades de tempo usar para a contagem das novas tentativas."
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -912,7 +914,7 @@ msgstr "horas"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minutos"
@@ -925,7 +927,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "ou atualize seu sistema para o mais recente lançamento do OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "segundos"
diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po
index 60d6a02594..bdc395171d 100644
--- a/applications/luci-app-ddns/po/ro/ddns.po
+++ b/applications/luci-app-ddns/po/ro/ddns.po
@@ -101,7 +101,7 @@ msgid "Configuration"
msgstr "Configurație"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Eroare de configurație"
@@ -234,7 +234,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Activează comunicarea securizată cu furnizorul DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Activat"
@@ -427,12 +427,12 @@ msgid "Interval unit to check for changed IP"
msgstr "Intervalul de verificare pentru IP schimbat"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
"Unitatea de interval pentru a forța trimiterea de actualizări către "
"furnizorul DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Ultima actualizare"
@@ -457,13 +457,13 @@ msgid "Log to syslog"
msgstr "Înregistrare în syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Căutarea numelui de gazdă"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Nume"
@@ -500,7 +500,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Rețeaua pe care vor fi pornite scripturile ddns-updater"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Niciodată"
@@ -508,13 +508,13 @@ msgstr "Niciodată"
msgid "New DDns Service…"
msgstr "Noul serviciu DDns…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Următoarea actualizare"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Nu există date"
@@ -532,7 +532,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "IP-uri nepublice și implicit blocate"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Nu funcționează"
@@ -567,16 +567,9 @@ msgstr ""
"OPȚIONAL: Utilizați un server DNS care nu este prestabilit pentru a detecta "
"\"Registered IP\"."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"La Eroare, scriptul va încerca din nou acțiunea eșuată după un anumit "
-"interval de timp"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
-msgstr "La eroare, scriptul va opri execuția după un anumit număr de încercări"
+msgid "On Error the script will stop execution after given number of retrys."
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -613,11 +606,11 @@ msgstr ""
"Vă rugăm să urmați instrucțiunile de pe pagina de start a OpenWrt pentru a "
"activa suportul IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Vă rugăm să apăsați butonul [Read]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Citiți / Recitiți fișierul jurnal"
@@ -625,7 +618,7 @@ msgstr "Citiți / Recitiți fișierul jurnal"
msgid "Really switch service?"
msgstr "Chiar schimbați serviciul?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "IP înregistrat"
@@ -654,7 +647,7 @@ msgstr "Înlocuiește [USERNAME] în Update-URL (URL-encoded)"
msgid "Restart DDns"
msgstr "Reporniți DDns"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Unitate de reluare"
@@ -663,7 +656,7 @@ msgid "Run once"
msgstr "Rulați o dată"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Rulare"
@@ -714,7 +707,7 @@ msgstr "Porniți DDNS"
msgid "State"
msgstr "Stat"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Stare"
@@ -743,10 +736,13 @@ msgid "Switch service"
msgstr "Comutați serviciul"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Setarea implicită de \"0\" va reîncerca la infinit."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "La eroare, scriptul va opri execuția după un anumit număr de încercări"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Numele serviciului este deja utilizat"
@@ -755,7 +751,7 @@ msgstr "Numele serviciului este deja utilizat"
msgid "There is no service configured."
msgstr "Nu este configurat niciun serviciu."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
"Acesta este conținutul actual al fișierului jurnal în %h pentru acest "
@@ -787,7 +783,7 @@ msgid "URL to detect"
msgstr "URL de detectat"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Necunoscut"
@@ -848,6 +844,12 @@ msgstr "Verifică"
msgid "Warning"
msgstr "Avertisment"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"La Eroare, scriptul va încerca din nou acțiunea eșuată după un anumit "
+"interval de timp"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -867,9 +869,9 @@ 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 ""
-"Ar trebui să instalați pachetul \"bind-host\" sau \"knot-host\" sau "
-"\"drill\" sau \"hostip\", dacă aveți nevoie să specificați un server DNS "
-"pentru a vă detecta IP-ul înregistrat."
+"Ar trebui să instalați pachetul \"bind-host\" sau \"knot-host\" sau \"drill"
+"\" sau \"hostip\", dacă aveți nevoie să specificați un server DNS pentru a "
+"vă detecta IP-ul înregistrat."
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:373
msgid ""
@@ -931,7 +933,7 @@ msgstr "ore"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minute"
@@ -944,7 +946,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "sau actualizați-vă sistemul la cea mai recentă versiune OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "secunde"
diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po
index 5121bf3944..903fee53d7 100644
--- a/applications/luci-app-ddns/po/ru/ddns.po
+++ b/applications/luci-app-ddns/po/ru/ddns.po
@@ -104,7 +104,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Ошибка конфигурации"
@@ -236,7 +236,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Включить безопасное соединение с провайдером DDNS"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Включено"
@@ -430,10 +430,10 @@ msgid "Interval unit to check for changed IP"
msgstr "Размерность интервала проверки изменений IP-адреса"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr "Размерность интервала отправки обновления DDNS провайдеру"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Последнее обновление"
@@ -458,13 +458,13 @@ msgid "Log to syslog"
msgstr "Запись в журнал"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Название"
@@ -501,7 +501,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "Сеть, в которой будут запущены скрипты DDNS-updater"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Никогда"
@@ -509,13 +509,13 @@ msgstr "Никогда"
msgid "New DDns Service…"
msgstr "Новая DDNS служба…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Нет данных"
@@ -533,7 +533,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Непубличные и заблокированные по умолчанию IP-адреса"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Не работает"
@@ -569,18 +569,9 @@ msgstr ""
"Необязательно: использовать DNS сервер не используемый по умолчанию, для "
"обнаружения 'Зарегистрированного IP-адреса'."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"В случае ошибки, скрипт повторит требуемые действия по истечении заданного "
-"времени"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"В случае ошибки, скрипт прекратит выполнение после заданного количества "
-"повторных попыток"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -617,11 +608,11 @@ msgstr ""
"Следуйте инструкциям на домашней странице OpenWrt, чтобы включить поддержку "
"IPv6"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Нажмите кнопку [Читать / Перечитывать системный журнал]"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Читать / Перечитывать системный журнал"
@@ -629,7 +620,7 @@ msgstr "Читать / Перечитывать системный журнал"
msgid "Really switch service?"
msgstr "Действительно переключить службу?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Зарегистрированный IP-адрес"
@@ -658,7 +649,7 @@ msgstr "Заменяет [USERNAME] в Update-URL (URL-encoded)"
msgid "Restart DDns"
msgstr "Перезапустить DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Размерность интервалов повтора"
@@ -667,7 +658,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Запущенные"
@@ -716,7 +707,7 @@ msgstr "Запустить DDNS"
msgid "State"
msgstr "Указывать"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Состояние"
@@ -745,10 +736,15 @@ msgid "Switch service"
msgstr "Переключить службу"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Значение по умолчанию '0' используется для бесконечного повтора."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr ""
+"В случае ошибки, скрипт прекратит выполнение после заданного количества "
+"повторных попыток"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Имя службы уже используется"
@@ -757,7 +753,7 @@ msgstr "Имя службы уже используется"
msgid "There is no service configured."
msgstr "Служба не настроена."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -787,7 +783,7 @@ msgid "URL to detect"
msgstr "URL для обнаружения"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Неизвестно"
@@ -844,6 +840,12 @@ msgstr "Проверить"
msgid "Warning"
msgstr "Внимание"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+"В случае ошибки, скрипт повторит требуемые действия по истечении заданного "
+"времени"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -924,7 +926,7 @@ msgstr "часа(ов)"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "минут(ы)"
@@ -937,7 +939,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "или обновить вашу систему до последнего релиза OpenWrt"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "секунд(ы)"
diff --git a/applications/luci-app-ddns/po/sk/ddns.po b/applications/luci-app-ddns/po/sk/ddns.po
index 795e978ce2..9275a1f027 100644
--- a/applications/luci-app-ddns/po/sk/ddns.po
+++ b/applications/luci-app-ddns/po/sk/ddns.po
@@ -89,7 +89,7 @@ msgid "Configuration"
msgstr "Konfigurácia"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Chyba konfigurácie"
@@ -213,7 +213,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Zapnuté"
@@ -393,10 +393,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -421,13 +421,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Názov"
@@ -460,7 +460,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -468,13 +468,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -492,7 +492,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -524,13 +524,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -566,11 +561,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -578,7 +573,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -607,7 +602,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -616,7 +611,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -665,7 +660,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Stav"
@@ -694,8 +689,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -706,7 +704,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -734,7 +732,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Neznáme"
@@ -789,6 +787,10 @@ msgstr ""
msgid "Warning"
msgstr "Upozornenie"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -859,7 +861,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -872,7 +874,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/sv/ddns.po b/applications/luci-app-ddns/po/sv/ddns.po
index 9f70a15bfb..8dded0d212 100644
--- a/applications/luci-app-ddns/po/sv/ddns.po
+++ b/applications/luci-app-ddns/po/sv/ddns.po
@@ -89,7 +89,7 @@ msgid "Configuration"
msgstr "Konfiguration"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Konfigurationsfel"
@@ -212,7 +212,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "Aktivera säker kommunikation med DDNS-leverantör"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Aktiverad"
@@ -394,10 +394,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Senaste uppdateringen"
@@ -422,13 +422,13 @@ msgid "Log to syslog"
msgstr "Logga till syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Kolla upp värdnamn"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Namn"
@@ -461,7 +461,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Aldrig"
@@ -469,13 +469,13 @@ msgstr "Aldrig"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Nästa uppdatering"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -493,7 +493,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -525,13 +525,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -567,11 +562,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Vänligen tryck på [Läs]-knappen"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Läs / Läs om loggfilen"
@@ -579,7 +574,7 @@ msgstr "Läs / Läs om loggfilen"
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Registrerad IP"
@@ -608,7 +603,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -617,7 +612,7 @@ msgid "Run once"
msgstr "Kör en gång"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Igång"
@@ -666,7 +661,7 @@ msgstr ""
msgid "State"
msgstr "Skick"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Status"
@@ -695,8 +690,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -707,7 +705,7 @@ msgstr ""
msgid "There is no service configured."
msgstr "Det finns ingen tjänst inställd."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -735,7 +733,7 @@ msgid "URL to detect"
msgstr "Webbadress att upptäcka"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Okänd"
@@ -790,6 +788,10 @@ msgstr "Verkställ"
msgid "Warning"
msgstr "Varning"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -860,7 +862,7 @@ msgstr "timmar"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "minuter"
@@ -873,7 +875,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "sekunder"
diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot
index d19192c95c..6a51002724 100644
--- a/applications/luci-app-ddns/po/templates/ddns.pot
+++ b/applications/luci-app-ddns/po/templates/ddns.pot
@@ -80,7 +80,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -203,7 +203,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr ""
@@ -383,10 +383,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -411,13 +411,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -450,7 +450,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -458,13 +458,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -482,7 +482,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -514,13 +514,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -556,11 +551,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -568,7 +563,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -597,7 +592,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -606,7 +601,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -655,7 +650,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -684,8 +679,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -696,7 +694,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -724,7 +722,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -779,6 +777,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -849,7 +851,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -862,7 +864,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po
index b8cbaa3dc0..a4bc234a09 100644
--- a/applications/luci-app-ddns/po/tr/ddns.po
+++ b/applications/luci-app-ddns/po/tr/ddns.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2022-09-25 14:22+0000\n"
+"PO-Revision-Date: 2022-10-23 19:52+0000\n"
"Last-Translator: semih <semiht@gmail.com>\n"
"Language-Team: Turkish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsddns/tr/>\n"
@@ -11,7 +11,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.14.1\n"
+"X-Generator: Weblate 4.14.2-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432
msgid "\"../\" not allowed in path for Security Reason."
@@ -100,7 +100,7 @@ msgid "Configuration"
msgstr "Yapılandırma"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Yapılandırma hatası"
@@ -230,7 +230,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "DDNS sağlayıcısı ile güvenli iletişimi etkinleştirin"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Etkin"
@@ -420,12 +420,11 @@ msgid "Interval unit to check for changed IP"
msgstr "Değiştirilen IP'yi kontrol etmek için aralık birimi"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-"Güncellemelerin DDNS Sağlayıcısına zorla gönderilmesini sağlayan aralık "
-"birimi"
+"DDNS Sağlayıcısına gönderilen güncellemeleri zorlamak için aralık birimi."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "Son Güncelleme"
@@ -450,13 +449,13 @@ msgid "Log to syslog"
msgstr "Günlüğü syslog'a yaz"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:29
msgid "Lookup Hostname"
msgstr "Ana Makine Adı Ara"
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Ad"
@@ -493,7 +492,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "DDns güncelleyici komut dosyalarının başlatılacağı ağ"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Asla"
@@ -501,13 +500,13 @@ msgstr "Asla"
msgid "New DDns Service…"
msgstr "Yeni DDns Hizmeti…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:28
msgid "Next Update"
msgstr "Sonraki Güncelleme"
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Veri Yok"
@@ -525,7 +524,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "Herkese açık olmayan ve varsayılan olarak engellenen IP'ler"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "Çalışmıyor"
@@ -561,18 +560,9 @@ msgstr ""
"İSTEĞE BAĞLI: 'Kayıtlı IP'yi algılamak için varsayılan olmayan DNS "
"Sunucusunu kullanın."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-"Hata durumunda komut dosyası, belirli bir süre sonra başarısız olan eylemi "
-"yeniden deneyecektir"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
-"Hata durumunda komut dosyası, verilen sayıda yeniden denemeden sonra "
-"yürütmeyi durduracaktır"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -612,11 +602,11 @@ msgstr ""
"IPv6 desteğini etkinleştirmek için lütfen OpenWrt ana sayfasındaki "
"talimatları izleyin"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "Lütfen [Oku] düğmesine basın"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "Günlük dosyasını oku / yeniden oku"
@@ -624,7 +614,7 @@ msgstr "Günlük dosyasını oku / yeniden oku"
msgid "Really switch service?"
msgstr "Gerçekten hizmet değiştirilsin mi?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "Kayıtlı IP"
@@ -653,7 +643,7 @@ msgstr "Güncelleme URL'sindeki [KULLANICI ADI] 'nı değiştirir (URL kodlu)"
msgid "Restart DDns"
msgstr "DDns'yi yeniden başlatın"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "Yeniden Deneme Birimi"
@@ -662,7 +652,7 @@ msgid "Run once"
msgstr "Bir kere çalıştır"
#: 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "Çalışıyor"
@@ -713,7 +703,7 @@ msgstr "DDNS'yi başlatın"
msgid "State"
msgstr "Bölge"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Durum"
@@ -742,10 +732,13 @@ msgid "Switch service"
msgstr "Hizmeti değiştir"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "Varsayılan '0' ayarı sonsuz olarak yeniden deneyecektir."
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "Her ardışık yeniden denemenin başlayacağı aralık."
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "Hizmet adı zaten kullanılıyor"
@@ -754,7 +747,7 @@ msgstr "Hizmet adı zaten kullanılıyor"
msgid "There is no service configured."
msgstr "Yapılandırılmış hizmet yok."
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "Bu, bu hizmet için günlük dosyasının %h içindeki geçerli içeriğidir."
@@ -784,7 +777,7 @@ msgid "URL to detect"
msgstr "Algılanacak URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Bilinmiyor"
@@ -841,6 +834,10 @@ msgstr "Doğrula"
msgid "Warning"
msgstr "Uyarı"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr "Yeniden deneme sayaçları için hangi zaman birimlerinin kullanılacağı."
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -922,7 +919,7 @@ msgstr "saat"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "dakika"
@@ -935,7 +932,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "veya sisteminizi en son OpenWrt Sürümüne güncelleyin"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "saniye"
diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po
index 72cca84c96..f267aee95e 100644
--- a/applications/luci-app-ddns/po/uk/ddns.po
+++ b/applications/luci-app-ddns/po/uk/ddns.po
@@ -95,7 +95,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "Помилка конфігурації"
@@ -218,7 +218,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Увімкнено"
@@ -398,10 +398,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -426,13 +426,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "Назва"
@@ -465,7 +465,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "Ніколи"
@@ -473,13 +473,13 @@ msgstr "Ніколи"
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "Немає даних"
@@ -497,7 +497,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -529,13 +529,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -571,11 +566,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -583,7 +578,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -612,7 +607,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -621,7 +616,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -670,7 +665,7 @@ msgstr ""
msgid "State"
msgstr "Штат"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "Стан"
@@ -699,8 +694,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -711,7 +709,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -739,7 +737,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "Невідомо"
@@ -794,6 +792,10 @@ msgstr ""
msgid "Warning"
msgstr "Застереження"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -864,7 +866,7 @@ msgstr "годин"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "хв."
@@ -877,7 +879,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "секунди"
diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po
index 47771166a0..a3a4074430 100644
--- a/applications/luci-app-ddns/po/vi/ddns.po
+++ b/applications/luci-app-ddns/po/vi/ddns.po
@@ -92,7 +92,7 @@ msgid "Configuration"
msgstr "Cấu hình"
#: 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr ""
@@ -216,7 +216,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "Bật"
@@ -396,10 +396,10 @@ msgid "Interval unit to check for changed IP"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr ""
@@ -424,13 +424,13 @@ msgid "Log to syslog"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr ""
@@ -463,7 +463,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr ""
@@ -471,13 +471,13 @@ msgstr ""
msgid "New DDns Service…"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr ""
@@ -495,7 +495,7 @@ 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr ""
@@ -527,13 +527,8 @@ msgstr ""
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr ""
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
+msgid "On Error the script will stop execution after given number of retrys."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
@@ -569,11 +564,11 @@ 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:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr ""
@@ -581,7 +576,7 @@ msgstr ""
msgid "Really switch service?"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr ""
@@ -610,7 +605,7 @@ msgstr ""
msgid "Restart DDns"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr ""
@@ -619,7 +614,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr ""
@@ -668,7 +663,7 @@ msgstr ""
msgid "State"
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr ""
@@ -697,8 +692,11 @@ msgid "Switch service"
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
+msgstr ""
+
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
@@ -709,7 +707,7 @@ msgstr ""
msgid "There is no service configured."
msgstr ""
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr ""
@@ -737,7 +735,7 @@ 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr ""
@@ -792,6 +790,10 @@ msgstr ""
msgid "Warning"
msgstr ""
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr ""
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -862,7 +864,7 @@ msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr ""
@@ -875,7 +877,7 @@ msgid "or update your system to the latest OpenWrt Release"
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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr ""
diff --git a/applications/luci-app-ddns/po/zh_Hans/ddns.po b/applications/luci-app-ddns/po/zh_Hans/ddns.po
index d90dde343c..ed90d68454 100644
--- a/applications/luci-app-ddns/po/zh_Hans/ddns.po
+++ b/applications/luci-app-ddns/po/zh_Hans/ddns.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: luci-app-ddns 2.4.0-1\n"
"POT-Creation-Date: 2016-01-30 11:07+0100\n"
-"PO-Revision-Date: 2022-07-12 14:21+0000\n"
-"Last-Translator: Eric <alchemillatruth@purelymail.com>\n"
+"PO-Revision-Date: 2022-10-20 05:45+0000\n"
+"Last-Translator: Eric <hamburger1024@mailbox.org>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsddns/zh_Hans/>\n"
"Language: zh_Hans\n"
@@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.14-dev\n"
+"X-Generator: Weblate 4.14.2-dev\n"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:432
msgid "\"../\" not allowed in path for Security Reason."
@@ -97,7 +97,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "配置错误"
@@ -220,7 +220,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "启用安全连接与 DDNS 提供商联系"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "已启用"
@@ -401,10 +401,10 @@ msgid "Interval unit to check for changed IP"
msgstr "检查 IP 变更间隔的单位"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
-msgstr "强制更新到 DDNS 提供商的间隔的单位"
+msgid "Interval unit to force updates sent to DDNS Provider."
+msgstr "强制发送更新到 DDNS 提供商的间隔单位。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "上次更新"
@@ -429,13 +429,13 @@ msgid "Log to syslog"
msgstr "记录日志到 syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "名称"
@@ -470,7 +470,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "DDNS 更新脚本将会运行于该网络"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "永不"
@@ -478,13 +478,13 @@ msgstr "永不"
msgid "New DDns Service…"
msgstr "新建 DDNS 服务项…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "无数据"
@@ -502,7 +502,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "非公网 IP 以及默认被屏蔽的 IP"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "未运行"
@@ -534,14 +534,9 @@ msgstr "可选:用于检测以及更新的代理服务器。"
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr "可选:使用非默认 DNS 服务器检测\"已注册的 IP 地址\"。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr "当出错时,脚本将会重试失败操作的次数"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
-msgstr "当出错时,脚本将会重试该次数之后退出"
+msgid "On Error the script will stop execution after given number of retrys."
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -576,11 +571,11 @@ msgid ""
"Please follow the instructions on OpenWrt's homepage to enable IPv6 support"
msgstr "请按照OpenWrt主页上的说明启用IPv6支持"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "请按下 [读取] 按钮"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "读取/重新读取 日志文件"
@@ -588,7 +583,7 @@ msgstr "读取/重新读取 日志文件"
msgid "Really switch service?"
msgstr "确认切换服务?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "已注册的 IP 地址"
@@ -617,7 +612,7 @@ msgstr "替换更新 URL(已编码 URL)中的 [USERNAME]"
msgid "Restart DDns"
msgstr "重启 DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "重试时间单位"
@@ -626,7 +621,7 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
msgstr "运行中"
@@ -675,7 +670,7 @@ msgstr "运行 DDNS"
msgid "State"
msgstr "状态"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "状态"
@@ -704,10 +699,13 @@ msgid "Switch service"
msgstr "切换服务"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "默认设置“0”将无限重试。"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "发起连续重试之间相隔的时长。"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "这个服务项名称已经被使用"
@@ -716,7 +714,7 @@ msgstr "这个服务项名称已经被使用"
msgid "There is no service configured."
msgstr "没有已经配置好的服务项。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "这是此服务 %h 中日志文件的当前内容。"
@@ -746,7 +744,7 @@ msgid "URL to detect"
msgstr "用于检测的 URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "未知"
@@ -801,6 +799,10 @@ msgstr "验证"
msgid "Warning"
msgstr "警告"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr "重试计数器使用的时间单位。"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -873,7 +875,7 @@ msgstr "小时"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "分钟"
@@ -886,7 +888,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "或将系统更新到最新的 OpenWrt 版本"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "秒"
diff --git a/applications/luci-app-ddns/po/zh_Hant/ddns.po b/applications/luci-app-ddns/po/zh_Hant/ddns.po
index e60f84d92f..9573febfb6 100644
--- a/applications/luci-app-ddns/po/zh_Hant/ddns.po
+++ b/applications/luci-app-ddns/po/zh_Hant/ddns.po
@@ -98,7 +98,7 @@ 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:1128
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1126
msgid "Configuration Error"
msgstr "組態錯誤"
@@ -221,7 +221,7 @@ msgid "Enable secure communication with DDNS provider"
msgstr "啟用與 DDNS 提供者的安全通訊"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:614
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1136
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1134
msgid "Enabled"
msgstr "啟用"
@@ -402,10 +402,10 @@ msgid "Interval unit to check for changed IP"
msgstr "檢查 IP 變更的間隔時間單位"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1017
-msgid "Interval unit to force updates send to DDNS Provider"
+msgid "Interval unit to force updates sent to DDNS Provider."
msgstr "強制將更新發送至 DDNS 提供者的間隔時間單位"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
msgid "Last Update"
msgstr "最後更新"
@@ -430,13 +430,13 @@ msgid "Log to syslog"
msgstr "將日誌寫入 syslog"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:623
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: 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:1118
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1116
msgid "Name"
msgstr "名稱"
@@ -471,7 +471,7 @@ msgid "Network on which the ddns-updater scripts will be started"
msgstr "DDNS 更新指令碼將會運行於該網路"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
msgid "Never"
msgstr "永不"
@@ -479,13 +479,13 @@ msgstr "永不"
msgid "New DDns Service…"
msgstr "新增 DDNS 服務…"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1141
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1139
#: 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:1129
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1127
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:40
msgid "No Data"
msgstr "無資料"
@@ -503,7 +503,7 @@ msgid "Non-public and by default blocked IP's"
msgstr "非公共和預設受阻的 IP"
#: 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:1110
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1108
msgid "Not Running"
msgstr "未運行"
@@ -535,14 +535,9 @@ msgstr "可選:用於檢測和更新的代理伺服器。"
msgid "OPTIONAL: Use non-default DNS-Server to detect 'Registered IP'."
msgstr "可選:使用非預設 DNS 伺服器來對「已註冊的 IP」檢測。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1047
-msgid "On Error the script will retry the failed action after given time"
-msgstr "當出錯時,指令碼將在給定時間後重試失敗的操作"
-
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1027
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
-msgid "On Error the script will stop execution after given number of retrys"
-msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出"
+msgid "On Error the script will stop execution after given number of retrys."
+msgstr ""
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:758
msgid "Optional Encoded Parameter"
@@ -577,11 +572,11 @@ msgid ""
"Please follow the instructions on OpenWrt's homepage to enable IPv6 support"
msgstr "請跟隨 OpenWrt 首頁上的說明來啟用 IPv6 支援"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1075
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1073
msgid "Please press [Read] button"
msgstr "請點按[讀取]按鈕"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1058
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1056
msgid "Read / Reread log file"
msgstr "讀取/重讀日誌檔"
@@ -589,7 +584,7 @@ msgstr "讀取/重讀日誌檔"
msgid "Really switch service?"
msgstr "真的要更換服務嗎?"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1124
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1122
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:30
msgid "Registered IP"
msgstr "已註冊 IP"
@@ -618,7 +613,7 @@ msgstr "替換更新 URL(已編碼 URL)中的 [USERNAME]"
msgid "Restart DDns"
msgstr "重新啟動 DDNS"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1046
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1044
msgid "Retry Unit"
msgstr "重試時間單位"
@@ -627,9 +622,9 @@ 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:1113
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1111
msgid "Running"
-msgstr "運行中"
+msgstr "執行中"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:798
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:855
@@ -666,7 +661,7 @@ msgstr "服務列表最後更新"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:993
msgid "Setting this parameter to 0 will force the script to only run once"
-msgstr "設定此參數為「0」,將強制指令碼只運行一次"
+msgstr "設定此參數為「0」,將強制指令碼只執行一次"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:190
msgid "Start DDNS"
@@ -676,7 +671,7 @@ msgstr "啟動 DDNS"
msgid "State"
msgstr "狀態"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1107
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1105
msgid "Status"
msgstr "狀態"
@@ -705,10 +700,13 @@ msgid "Switch service"
msgstr "切換服務"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1029
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1039
-msgid "The default setting of '0' will retry infinite."
+msgid "The default setting of '0' will retry infinitely."
msgstr "如果設定為預設值「0」,將無限重試。"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1037
+msgid "The interval between which each succesive retry will commence."
+msgstr "當出錯時,指令碼將在給定的重試次數執行完成後退出"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:505
msgid "The service name is already used"
msgstr "服務名稱已被使用"
@@ -717,7 +715,7 @@ msgstr "服務名稱已被使用"
msgid "There is no service configured."
msgstr "尚未配置任何服務。"
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1074
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1072
msgid "This is the current content of the log file in %h for this service."
msgstr "這是此服務 %h 中日誌檔案的目前內容。"
@@ -727,7 +725,7 @@ msgid ""
"This is the default if you run DDNS scripts by yourself (i.e. via cron with "
"force_interval set to '0')"
msgstr ""
-"如果您要透過 Cron 運行 DDNS 指令碼,請設定 force_interval 為預設值「0」"
+"如果您要透過 Cron 執行 DDNS 指令碼,請設定 force_interval 為預設值「0」"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:878
msgid "This will be autoset to the selected interface"
@@ -746,7 +744,7 @@ msgid "URL to detect"
msgstr "用於檢測的 URL"
#: 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:1145
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1143
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/status/include/70_ddns.js:38
msgid "Unknown"
msgstr "未知"
@@ -802,6 +800,10 @@ msgstr "驗證"
msgid "Warning"
msgstr "警告"
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1045
+msgid "Which time units to use for retry counters."
+msgstr "當出錯時,指令碼將在給定時間後重試失敗的操作"
+
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:959
msgid ""
"Writes detailed messages to log file. File will be truncated automatically."
@@ -879,7 +881,7 @@ msgstr "小時"
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:986
#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1021
-#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1052
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1050
msgid "minutes"
msgstr "分鐘"
@@ -892,7 +894,7 @@ msgid "or update your system to the latest OpenWrt Release"
msgstr "或將您的系統更新到 OpenWrt 最新版本"
#: 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:1051
+#: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1049
msgid "seconds"
msgstr "秒"
diff --git a/applications/luci-app-ddns/root/usr/libexec/rpcd/luci.ddns b/applications/luci-app-ddns/root/usr/libexec/rpcd/luci.ddns
index 132c186642..b2e60cb3c2 100755
--- a/applications/luci-app-ddns/root/usr/libexec/rpcd/luci.ddns
+++ b/applications/luci-app-ddns/root/usr/libexec/rpcd/luci.ddns
@@ -153,21 +153,26 @@ local methods = {
},
get_ddns_state = {
call = function()
- local ipkg = require "luci.model.ipkg"
local uci = UCI.cursor()
local dateformat = uci:get("ddns", "global", "ddns_dateformat") or "%F %R"
local services_mtime = fs.stat(ddns_package_path .. "/list", 'mtime')
uci:unload("ddns")
- local ver, srv_ver_cmd
local res = {}
+ local ver
- if ipkg then
- ver = ipkg.info(srv_name)[srv_name].Version
- else
- srv_ver_cmd = luci_helper .. " -V | awk {'print $2'} "
- ver = util.exec(srv_ver_cmd)
+ local ok, ctrl = pcall(io.lines, "/usr/lib/opkg/info/%s.control" % srv_name)
+ if ok then
+ for line in ctrl do
+ ver = line:match("^Version: (.+)$")
+
+ if ver then
+ break
+ end
+ end
end
+ ver = ver or util.trim(util.exec("%s -V | awk {'print $2'}" % luci_helper))
+
res['_version'] = ver and #ver > 0 and ver or nil
res['_enabled'] = sys.init.enabled("ddns")
res['_curr_dateformat'] = os.date(dateformat)