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/pt | |
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/pt')
-rw-r--r-- | applications/luci-app-ddns/po/pt/ddns.po | 95 |
1 files changed, 37 insertions, 58 deletions
diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po index b24e68545..e6219eda3 100644 --- a/applications/luci-app-ddns/po/pt/ddns.po +++ b/applications/luci-app-ddns/po/pt/ddns.po @@ -1,17 +1,16 @@ 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-05-31 23:52+0200\n" "Last-Translator: joao.f.vieira <joao.f.vieira@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.6\n" +"X-Generator: Poedit 1.8.4\n" msgid "&" msgstr "" @@ -51,12 +50,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" @@ -293,6 +297,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'" @@ -305,6 +312,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 "Interface" @@ -371,6 +383,9 @@ msgstr "" msgid "Next Update" msgstr "" +msgid "No certificates found" +msgstr "" + msgid "No data" msgstr "" @@ -479,6 +494,9 @@ msgstr "" msgid "Software update required" msgstr "" +msgid "Specifying a DNS-Server is not supported" +msgstr "" + msgid "Start" msgstr "" @@ -540,6 +558,9 @@ msgstr "" msgid "Username" msgstr "Nome de Utilizador" +msgid "Using specific DNS Server not supported" +msgstr "" + msgid "Verify" msgstr "" @@ -564,6 +585,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 "" @@ -695,53 +724,3 @@ msgstr "" msgid "use hostname, FQDN, IPv4- or IPv6-Address" msgstr "" - -#~ msgid "Check for changed IP every" -#~ msgstr "Intervalo para verificação de alteração do endereço IP" - -#, fuzzy -#~ msgid "Check-time unit" -#~ msgstr "Unidade de tempo para verificação" - -#~ msgid "Enable" -#~ msgstr "Ativar" - -#~ msgid "Force update every" -#~ msgstr "Forçar actualização a cada" - -#, fuzzy -#~ msgid "Force-time unit" -#~ msgstr "Unidade de tempo para actualização forçada" - -#~ msgid "Hostname" -#~ msgstr "Nome de Host" - -#~ msgid "Service" -#~ msgstr "Serviço" - -#~ msgid "Source of IP address" -#~ msgstr "Origem do Endereço IP" - -#~ msgid "custom" -#~ msgstr "personalizado" - -# Hours -#~ msgid "h" -#~ msgstr "h" - -#~ msgid "interface" -#~ msgstr "interface" - -# Minutes (not minimum) -#~ msgid "min" -#~ msgstr "min" - -#~ msgid "network" -#~ msgstr "rede" - -#~ msgid "Event interface" -#~ msgstr "Interface do evento" - -#~ msgid "On which interface up should start the ddns script process." -#~ msgstr "" -#~ "Em que interface deve ser iniciado o script para o processo de ddns." |