diff options
author | Christian Schöenebeck <christian.schoenebeck@gmail.com> | 2016-01-30 19:32:55 +0100 |
---|---|---|
committer | Christian Schöenebeck <christian.schoenebeck@gmail.com> | 2016-01-30 19:32:55 +0100 |
commit | 7f57a70110e8fefa9f744d10ebad2e499d0909bc (patch) | |
tree | a27eb290767025cdc85582a04c5e386c443660a1 /applications/luci-app-ddns/po/ro | |
parent | 2e92c0718ad2f0b9bafa829b93f47a434c479cfd (diff) |
luci-app-ddns: bump to version 2.4.0-1
- fixes for #611 and #620
- adaptions for ddns-scripts 2.6.0
-- add hint for problems with BusyBox nslookup compiled with musl and offer installing hostip package
-- add hint for not installed certificates inside /etc/ssl/certs and offer installing ca-certificates package https://github.com/openwrt/packages/pull/2243
-- check if malfunctional BusyBox nslookup installed, so disable using option dns_server if not Bind host or hostip installed
- optimizations
- cleanup: remove .po files without any translations
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Diffstat (limited to 'applications/luci-app-ddns/po/ro')
-rw-r--r-- | applications/luci-app-ddns/po/ro/ddns.po | 94 |
1 files changed, 37 insertions, 57 deletions
diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po index 9d9268858..f67f47d0e 100644 --- a/applications/luci-app-ddns/po/ro/ddns.po +++ b/applications/luci-app-ddns/po/ro/ddns.po @@ -1,20 +1,17 @@ -# Generated from applications/luci-ddns/luasrc/model/cbi/ddns/ddns.lua -# msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-02 13:44+0100\n" +"Project-Id-Version: luci-app-ddns 2.4.0-1\n" +"POT-Creation-Date: 2016-01-30 11:07+0100\n" "PO-Revision-Date: 2013-09-25 19:11+0200\n" "Last-Translator: Mihai <WyRwSyK@gmail.com>\n" -"Language-Team: none\n" +"Language-Team: \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2);;\n" -"X-Generator: Pootle 2.0.6\n" +"X-Generator: Poedit 1.8.4\n" msgid "&" msgstr "" @@ -54,12 +51,17 @@ msgstr "" msgid "" "BusyBox's nslookup and Wget do not support to specify the IP version to use " -"for communication with DDNS Provider." +"for communication with DDNS Provider!" msgstr "" msgid "" -"BusyBox's nslookup does not support to specify to use TCP instead of default " -"UDP when requesting DNS server" +"BusyBox's nslookup and hostip do not support to specify to use TCP instead " +"of default UDP when requesting DNS server!" +msgstr "" + +msgid "" +"BusyBox's nslookup in the current compiled version does not handle given DNS " +"Servers correctly!" msgstr "" msgid "Casual users should not change this setting" @@ -294,6 +296,9 @@ msgid "" "from LuCI interface nor from console" msgstr "" +msgid "If using secure communication you should verify server certificates!" +msgstr "" + msgid "" "If you want to send updates for IPv4 and IPv6 you need to define two " "separate Configurations i.e. 'myddns_ipv4' and 'myddns_ipv6'" @@ -306,6 +311,11 @@ msgstr "" msgid "Info" msgstr "" +msgid "" +"Install ca-certificates package or needed certificates by hand into /etc/ssl/" +"certs default directory" +msgstr "" + msgid "Interface" msgstr "Interfata" @@ -372,6 +382,9 @@ msgstr "" msgid "Next Update" msgstr "" +msgid "No certificates found" +msgstr "" + msgid "No data" msgstr "" @@ -480,6 +493,9 @@ msgstr "" msgid "Software update required" msgstr "" +msgid "Specifying a DNS-Server is not supported" +msgstr "" + msgid "Start" msgstr "" @@ -541,6 +557,9 @@ msgstr "" msgid "Username" msgstr "Utilizator" +msgid "Using specific DNS Server not supported" +msgstr "" + msgid "Verify" msgstr "" @@ -565,6 +584,14 @@ msgid "" "syslog." msgstr "" +msgid "You should install BIND host or hostip package for DNS requests." +msgstr "" + +msgid "" +"You should install BIND host or hostip package, if you need to specify a DNS " +"server to detect your registered IP." +msgstr "" + msgid "You should install BIND host package for DNS requests." msgstr "" @@ -696,50 +723,3 @@ msgstr "" msgid "use hostname, FQDN, IPv4- or IPv6-Address" msgstr "" - -#~ msgid "Check for changed IP every" -#~ msgstr "Verifica pentru adresa IP schimbata la fiecare" - -#~ msgid "Check-time unit" -#~ msgstr "Unitatea de verificare timp" - -#~ msgid "Enable" -#~ msgstr "Activeaza" - -#~ msgid "Force update every" -#~ msgstr "Forteaza actualizarea la fiecare" - -#~ msgid "Force-time unit" -#~ msgstr "Unitatea de timp la fortare actualizare" - -#~ msgid "Hostname" -#~ msgstr "Nume host" - -#~ msgid "Service" -#~ msgstr "Serviciu" - -#~ msgid "Source of IP address" -#~ msgstr "Sursa adresei IP" - -#~ msgid "custom" -#~ msgstr "particularizat" - -# Hours -#~ msgid "h" -#~ msgstr "ore" - -#~ msgid "interface" -#~ msgstr "interfata" - -# Minutes (not minimum) -#~ msgid "min" -#~ msgstr "minut(e)" - -#~ msgid "network" -#~ msgstr "retea" - -#~ msgid "Event interface" -#~ msgstr "Interfata eveniment" - -#~ msgid "On which interface up should start the ddns script process." -#~ msgstr "Pe care interfata trebuie sa porneasca scriptul ddns" |