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/luasrc/model/cbi/ddns/hints.lua16
-rw-r--r--applications/luci-app-ddns/po/ru/ddns.po26
2 files changed, 18 insertions, 24 deletions
diff --git a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
index 419201548b..290ef516ad 100644
--- a/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
+++ b/applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua
@@ -27,7 +27,7 @@ s = m:section( SimpleSection,
-- ddns-scripts needs to be updated for full functionality
if not CTRL.service_ok() then
local so = s:option(DummyValue, "_update_needed")
- so.titleref = DISP.build_url("admin", "system", "packages")
+ so.titleref = DISP.build_url("admin", "system", "opkg")
so.rawhtml = true
so.title = font_red .. bold_on ..
translate("Software update required") .. bold_off .. font_off
@@ -62,7 +62,7 @@ end
-- No HTTPS support
if not DDNS.env_info("has_ssl") then
local sl = s:option(DummyValue, "_no_https")
- sl.titleref = DISP.build_url("admin", "system", "packages")
+ sl.titleref = DISP.build_url("admin", "system", "opkg")
sl.rawhtml = true
sl.title = bold_on ..
translate("HTTPS not supported") .. bold_off
@@ -76,7 +76,7 @@ end
-- No bind_network
if not DDNS.env_info("has_bindnet") then
local bn = s:option(DummyValue, "_no_bind_network")
- bn.titleref = DISP.build_url("admin", "system", "packages")
+ bn.titleref = DISP.build_url("admin", "system", "opkg")
bn.rawhtml = true
bn.title = bold_on ..
translate("Binding to a specific network not supported") .. bold_off
@@ -92,7 +92,7 @@ end
-- currently only cURL possibly without proxy support
if not DDNS.env_info("has_proxy") then
local px = s:option(DummyValue, "_no_proxy")
- px.titleref = DISP.build_url("admin", "system", "packages")
+ px.titleref = DISP.build_url("admin", "system", "opkg")
px.rawhtml = true
px.title = bold_on ..
translate("cURL without Proxy Support") .. bold_off
@@ -106,7 +106,7 @@ end
-- "Force IP Version not supported"
if not DDNS.env_info("has_forceip") then
local fi = s:option(DummyValue, "_no_force_ip")
- fi.titleref = DISP.build_url("admin", "system", "packages")
+ fi.titleref = DISP.build_url("admin", "system", "opkg")
fi.rawhtml = true
fi.title = bold_on ..
translate("Force IP Version not supported") .. bold_off
@@ -126,7 +126,7 @@ end
-- "DNS requests via TCP not supported"
if not DDNS.env_info("has_bindhost") then
local dt = s:option(DummyValue, "_no_dnstcp")
- dt.titleref = DISP.build_url("admin", "system", "packages")
+ dt.titleref = DISP.build_url("admin", "system", "opkg")
dt.rawhtml = true
dt.title = bold_on ..
translate("DNS requests via TCP not supported") .. bold_off
@@ -139,7 +139,7 @@ end
-- nslookup compiled with musl produce problems when using
if not DDNS.env_info("has_dnsserver") then
local ds = s:option(DummyValue, "_no_dnsserver")
- ds.titleref = DISP.build_url("admin", "system", "packages")
+ ds.titleref = DISP.build_url("admin", "system", "opkg")
ds.rawhtml = true
ds.title = bold_on ..
translate("Using specific DNS Server not supported") .. bold_off
@@ -153,7 +153,7 @@ end
-- certificates installed
if DDNS.env_info("has_ssl") and not DDNS.env_info("has_cacerts") then
local ca = s:option(DummyValue, "_no_certs")
- ca.titleref = DISP.build_url("admin", "system", "packages")
+ ca.titleref = DISP.build_url("admin", "system", "opkg")
ca.rawhtml = true
ca.title = bold_on ..
translate("No certificates found") .. bold_off
diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po
index 4e082cc85e..4381b95db6 100644
--- a/applications/luci-app-ddns/po/ru/ddns.po
+++ b/applications/luci-app-ddns/po/ru/ddns.po
@@ -3,7 +3,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: LuCI: ddns\n"
"POT-Creation-Date: 2017-10-17 21:00+0300\n"
-"PO-Revision-Date: 2018-07-20 03:03+0300\n"
+"PO-Revision-Date: 2019-01-15 02:27+0300\n"
"Language-Team: http://cyber-place.ru\n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -67,7 +67,7 @@ msgstr "Привязать сеть"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1124
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua:82
msgid "Binding to a specific network not supported"
-msgstr "Привязка к определенной сети, не поддерживается."
+msgstr "Привязка к определенной сети не поддерживается"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/hints.lua:113
msgid ""
@@ -170,7 +170,7 @@ msgstr "Автостарт DDNS отключен"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:74
msgid "DDNS Client Configuration"
-msgstr "Настройка клиента DDNS."
+msgstr "Настройка клиента DDNS"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:70
msgid "DDNS Client Documentation"
@@ -287,7 +287,7 @@ msgstr "Ошибка"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1425
msgid "Error Retry Counter"
-msgstr "Учет попыток повтора при ошибке"
+msgstr "Счётчик попыток повтора при ошибке"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1443
msgid "Error Retry Interval"
@@ -344,7 +344,7 @@ msgstr "Назначить интервал"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1205
msgid "Force TCP on DNS"
-msgstr "Выбрать протокол TCP для DNS"
+msgstr "Использовать протокол TCP для DNS"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1189
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1264
@@ -632,13 +632,13 @@ msgstr ""
msgid "On Error the script will retry the failed action after given time"
msgstr ""
"В случае ошибки, скрипт повторит требуемые действия по истечении заданного "
-"времени."
+"времени"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1426
msgid "On Error the script will stop execution after given number of retrys"
msgstr ""
"В случае ошибки, скрипт прекратит выполнение после заданного количества "
-"повторных попыток."
+"повторных попыток"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:68
msgid "OpenWrt Wiki"
@@ -713,15 +713,15 @@ msgstr "Зарегистрированный IP-адрес"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:480
msgid "Replaces [DOMAIN] in Update-URL"
-msgstr "Заменяет [ДОМЕН] в Update-URL"
+msgstr "Заменяет [DOMAIN] в Update-URL"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:503
msgid "Replaces [PASSWORD] in Update-URL (URL-encoded)"
-msgstr "Заменяет [ПАРОЛЬ] в Update-URL (URL-encoded)"
+msgstr "Заменяет [PASSWORD] в Update-URL (URL-encoded)"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:492
msgid "Replaces [USERNAME] in Update-URL (URL-encoded)"
-msgstr "Заменяет [ЛОГИН] in Update-URL (URL-encoded)"
+msgstr "Заменяет [USERNAME] в Update-URL (URL-encoded)"
#: applications/luci-app-ddns/luasrc/controller/ddns.lua:188
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/overview.lua:213
@@ -1108,9 +1108,3 @@ msgstr "нетипичная ошибка"
#: applications/luci-app-ddns/luasrc/model/cbi/ddns/detail.lua:1176
msgid "use hostname, FQDN, IPv4- or IPv6-Address"
msgstr "использовать имя хоста, полное доменное имя, IPv4 или IPv6-адрес"
-
-#~ msgid "Config error"
-#~ msgstr "Ошибка config файла"
-
-#~ msgid "Update error"
-#~ msgstr "Ошибка обновления"