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/no | |
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/no')
-rw-r--r-- | applications/luci-app-ddns/po/no/ddns.po | 82 |
1 files changed, 40 insertions, 42 deletions
diff --git a/applications/luci-app-ddns/po/no/ddns.po b/applications/luci-app-ddns/po/no/ddns.po index 303972c7b..5a2afaf1b 100644 --- a/applications/luci-app-ddns/po/no/ddns.po +++ b/applications/luci-app-ddns/po/no/ddns.po @@ -1,8 +1,15 @@ 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: \n" "Last-Translator: Lars Hardy <lars.hardy@gmail.com>\n" +"Language-Team: \n" +"Language: no\n" +"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.4\n" msgid "&" msgstr "" @@ -42,12 +49,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" @@ -282,6 +294,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'" @@ -294,6 +309,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 "Grensesnitt" @@ -360,6 +380,9 @@ msgstr "" msgid "Next Update" msgstr "" +msgid "No certificates found" +msgstr "" + msgid "No data" msgstr "" @@ -468,6 +491,9 @@ msgstr "" msgid "Software update required" msgstr "" +msgid "Specifying a DNS-Server is not supported" +msgstr "" + msgid "Start" msgstr "" @@ -529,6 +555,9 @@ msgstr "" msgid "Username" msgstr "Brukernavn" +msgid "Using specific DNS Server not supported" +msgstr "" + msgid "Verify" msgstr "" @@ -553,6 +582,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 "" @@ -684,42 +721,3 @@ msgstr "" msgid "use hostname, FQDN, IPv4- or IPv6-Address" msgstr "" - -#~ msgid "Check for changed IP every" -#~ msgstr "Undersøk om IP er endret hver" - -#~ msgid "Check-time unit" -#~ msgstr "Tidsenhet" - -#~ msgid "Enable" -#~ msgstr "Aktiver" - -#~ msgid "Force update every" -#~ msgstr "Tving oppdatering hver" - -#~ msgid "Force-time unit" -#~ msgstr "Tidsenhet" - -#~ msgid "Hostname" -#~ msgstr "Vertsnavn" - -#~ msgid "Service" -#~ msgstr "Tjeneste" - -#~ msgid "Source of IP address" -#~ msgstr "Kilden til IP adresse" - -#~ msgid "custom" -#~ msgstr "egendefinert" - -#~ msgid "h" -#~ msgstr "timer" - -#~ msgid "interface" -#~ msgstr "grensesnitt" - -#~ msgid "min" -#~ msgstr "minutter" - -#~ msgid "network" -#~ msgstr "nettverk" |