ddns: small corrections of the description strings
This commit is contained in:
parent
0e74615050
commit
db1b5a4a8d
2 changed files with 12 additions and 6 deletions
|
@ -68,8 +68,8 @@ else
|
||||||
|
|
||||||
src = s:option(ListValue, "ip_source",
|
src = s:option(ListValue, "ip_source",
|
||||||
translate("Source of IP address"))
|
translate("Source of IP address"))
|
||||||
src:value("network", translate("Network"))
|
src:value("network", translate("network"))
|
||||||
src:value("interface", translate("Interface"))
|
src:value("interface", translate("interface"))
|
||||||
src:value("web", translate("URL"))
|
src:value("web", translate("URL"))
|
||||||
|
|
||||||
iface = s:option(ListValue, "ip_network", translate("Network"))
|
iface = s:option(ListValue, "ip_network", translate("Network"))
|
||||||
|
|
|
@ -18,7 +18,7 @@ msgstr ""
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"Dynamic DNS allows that your router can be reached with a fixed hostname "
|
"Dynamic DNS allows that your router can be reached with a fixed hostname "
|
||||||
"while having a dynamically changing IP-Address."
|
"while having a dynamically changing IP address."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
|
@ -45,15 +45,21 @@ msgstr ""
|
||||||
msgid "Source of IP address"
|
msgid "Source of IP address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "network"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "interface"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Network"
|
msgid "Network"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Interface"
|
msgid "Interface"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "URL"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Check for changed IP every"
|
msgid "Check for changed IP every"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue