From: Michael Tremer Date: Mon, 4 Aug 2014 14:58:06 +0000 (+0000) Subject: Update translations. X-Git-Tag: 004~2 X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=commitdiff_plain;h=b3783a55e26c15b814d74fb0663b8558ddfca0f7 Update translations. --- diff --git a/po/LINGUAS b/po/LINGUAS index 0cd1049..7a64cb2 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -26,3 +26,4 @@ tr uk uz@Latn vi +zh diff --git a/po/ar.po b/po/ar.po index 92722fa..3b8328e 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jasem Elayeb , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/ipfire/language/ar/)\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/ipfire/language/" +"ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "لايوجد اي مدخلات ملف الاعدادات. جاري الخروج." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "فشل عملية تحديث ال DynDNS لل %(hostname)s (%(provider)s) :" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "نجاح تحديث ال DynDNS لل %(hostname)s (%(provider)s) " +msgstr "" +"تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "فشل عملية تحديث ال DynDNS لل %(hostname)s (%(provider)s) :" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "نجاح تحديث ال DynDNS لل %(hostname)s (%(provider)s) " -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "طلب العنوان:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/ca.po b/po/ca.po index 034f08b..7e4f6e9 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/language/ca/)\n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/language/" +"ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 5ae6125..297e27b 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # n3oklan , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/ipfire/language/cs_CZ/)\n" +"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/" +"ipfire/language/cs_CZ/)\n" +"Language: cs_CZ\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Nenalezeny žádné záznamy v konfiguračním souboru. Ukončuji." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) selhala:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) vyvolala neošetřenou vyjímku:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) úspěšná" +msgstr "" +"Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) vyvolala " +"neošetřenou vyjímku:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) selhala:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) úspěšná" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Žádost hlavičky:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/da.po b/po/da.po index a443ad7..6a85539 100644 --- a/po/da.po +++ b/po/da.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Henrik Simonsen , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Danish (http://www.transifex.com/projects/p/ipfire/language/da/)\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/ipfire/language/" +"da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Fandt ingen indgange i konfigurationsfilen. Afslutter." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) fejlede:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) kastede en ubehandlet undtagelse:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) succesfuld" +msgstr "" +"Dynamisk DNS opdatering af %(hostname)s (%(provider)s) kastede en ubehandlet " +"undtagelse:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) fejlede:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) succesfuld" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Request header:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/ddns.pot b/po/ddns.pot index 46f5611..d36c185 100644 --- a/po/ddns.pot +++ b/po/ddns.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,36 +17,31 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +71,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +91,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 #, python-format -msgid "%s is already up to date" +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:139 +#, python-format +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "" + +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/de.po b/po/de.po index d1028e8..f0f14b1 100644 --- a/po/de.po +++ b/po/de.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Michael Tremer , 2012,2014 # Peter Cloudstone , 2014 @@ -9,45 +9,43 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-24 09:47+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: German (http://www.transifex.com/projects/p/ipfire/language/de/)\n" +"Language-Team: German (http://www.transifex.com/projects/p/ipfire/language/" +"de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "Debugmodus eingeschaltet" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "Lade Konfigurationsdatei %s" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Keine Einträge in der Konfigurationsdatei gefunden. Ende." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Dynamic DNS-Update für %(hostname)s (%(provider)s) fehlgeschlagen" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Dynamic DNS-Update für %(hostname)s (%(provider)s) erzeugte einen unerwarteten Fehler:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Dynamic DNS-Update für %(hostname)s (%(provider)s) erfolgreich" +msgstr "" +"Dynamic DNS-Update für %(hostname)s (%(provider)s) erzeugte einen " +"unerwarteten Fehler:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -60,7 +58,8 @@ msgstr "Netzwerkfehler" #: ../src/ddns/errors.py:47 msgid "" "The server denied processing the request because account abuse is suspected" -msgstr "Der Server hat die Anfrage aufgrund eines Missbrauchsverdachts zurückgewiesen" +msgstr "" +"Der Server hat die Anfrage aufgrund eines Missbrauchsverdachts zurückgewiesen" #: ../src/ddns/errors.py:55 msgid "Authentication against the server has failed" @@ -78,7 +77,7 @@ msgstr "Die Konfigurationsdatei weist Fehler auf" msgid "Connection refused" msgstr "Verbindung zurückgewiesen" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "Verbindungstimeout" @@ -98,99 +97,129 @@ msgstr "Netzwerk nicht erreichbar" msgid "Request error" msgstr "Request-Fehler" -#: ../src/ddns/errors.py:124 +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" +msgstr "" + +#: ../src/ddns/errors.py:132 msgid "Service unavailable" msgstr "Service nicht verfügbar" -#: ../src/ddns/errors.py:132 +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "Die Aktualisierung konnte nicht ausgeführt werden" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "Aktualisierung von %s erzwungen" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Dynamic DNS-Update für %(hostname)s (%(provider)s) fehlgeschlagen" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "%s ist bereits auf dem neuesten Stand" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Dynamic DNS-Update für %(hostname)s (%(provider)s) erfolgreich" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "Kein gültiger FQDN angegeben." -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "Der angebene Host existiert nicht." + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "DNS-Fehler aufgetreten." + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "Antwort des Servers: %s" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "Ungültiger Computername angegeben." -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "Computername nicht als dynamischer Computer markiert." -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "Ungültige IP-Adresse abgeschickt." -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "Kein Hostname angegeben." -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "Der Account wurde deaktiviert." -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "Zu viele fehlgeschlagene Anfragen." -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "Der angebene Host existiert nicht." - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." -msgstr "DNS-Fehler aufgetreten." - -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" -msgstr "Antwort des Servers: %s" - -#: ../src/ddns/providers.py:596 +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 msgid "Domain not found." msgstr "Domain nicht gefunden." -#: ../src/ddns/providers.py:598 +#: ../src/ddns/providers.py:609 +#, fuzzy +msgid "An invalid IP address was submitted" +msgstr "Ungültige IP-Adresse abgeschickt." + +#: ../src/ddns/providers.py:748 msgid "Domain not active." msgstr "Domain nicht aktiv." -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:809 +#, fuzzy +msgid "Invalid protocol has been given" +msgstr "Ungültige IP-Adresse abgeschickt." + +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "Eine ungültige IPv4-Adresse wurde gesendet." -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "Eine ungültige IPv6-Adresse wurde gesendet." -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "Laufe auf Distribution: %s" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Request-Header:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "Header der Antwort (Status Code %s):" + +#~ msgid "%s is already up to date" +#~ msgstr "%s ist bereits auf dem neuesten Stand" diff --git a/po/el_GR.po b/po/el_GR.po index 6907ef9..a4ca420 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/ipfire/language/el_GR/)\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/ipfire/" +"language/el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/es.po b/po/es.po index a496e73..cd7061c 100644 --- a/po/es.po +++ b/po/es.po @@ -1,52 +1,52 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Andrés Reyes , 2012 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/language/es/)\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/language/" +"es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." -msgstr "No se han encontrado entradas en el fichero de configuración. Saliendo." +msgstr "" +"No se han encontrado entradas en el fichero de configuración. Saliendo." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" -msgstr "La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado." +msgstr "" +"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado." -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado una excepción no manejada." - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha resultado satisfactoria." +msgstr "" +"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado " +"una excepción no manejada." #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +77,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +97,127 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" +"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado." + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" +"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha " +"resultado satisfactoria." -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Cabecera de la petición:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/fa.po b/po/fa.po index 715abed..fa34c27 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Khalil Delavaran , 2013-2014 # Reza Moghadam , 2013 @@ -9,45 +9,43 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-24 04:35+0000\n" "Last-Translator: Khalil Delavaran \n" -"Language-Team: Persian (http://www.transifex.com/projects/p/ipfire/language/fa/)\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/ipfire/language/" +"fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "پویای کردن حالت اشکال زدایی" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "بارگذاری فایل پیکربندی %s " -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "هیچ نوشته ای در فایل پیکربندی یافت نشد. در حال خارج شدن میباشید." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) شکست خورد:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) یک استثنا اداره نشده باطل :" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Dynamic DNS برای %(hostname)s (%(provider)s) بروزرسانی شد" +msgstr "" +"بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) یک استثنا اداره نشده " +"باطل :" #: ../src/ddns/errors.py:29 msgid "Error" @@ -78,7 +76,7 @@ msgstr "فایل پیکربندی ایراد دارد" msgid "Connection refused" msgstr "اتصال رد شد" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "مهلت زمانی اتصال پایان یافت" @@ -98,99 +96,129 @@ msgstr "شبکه دور از دسترس است" msgid "Request error" msgstr "ایراد در درخواست" -#: ../src/ddns/errors.py:124 +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" +msgstr "" + +#: ../src/ddns/errors.py:132 msgid "Service unavailable" msgstr "سرویس در دسترس نیست" -#: ../src/ddns/errors.py:132 +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "بروز رسانی نمی تواند انجام شود" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "بروزرسانی %s به زور شد" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) شکست خورد:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "%s بروزراسنی شده است" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Dynamic DNS برای %(hostname)s (%(provider)s) بروزرسانی شد" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "FQDN بدست آمده درست نیست." -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "میزبان گزینش شده وجود ندارد." + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "ایراد در DNS مواجه شده است." + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "پاسخ سرور: %s" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "نام هاست گزینش شده درست نیست." -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "نام هاست به عنوان یک هاست پویا مشخص نیست." -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "آدرس IP نادرست فرستاده شده است." -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "هیچ نام میزبانی مشخص نشده است." -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "حساب کاربری ناپویا شده است." -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "درخواست های بسیاری شکست خورده است." -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "میزبان گزینش شده وجود ندارد." - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." -msgstr "ایراد در DNS مواجه شده است." - -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" -msgstr "پاسخ سرور: %s" - -#: ../src/ddns/providers.py:596 +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 msgid "Domain not found." msgstr "دامین یافت نشد." -#: ../src/ddns/providers.py:598 +#: ../src/ddns/providers.py:609 +#, fuzzy +msgid "An invalid IP address was submitted" +msgstr "آدرس IP نادرست فرستاده شده است." + +#: ../src/ddns/providers.py:748 msgid "Domain not active." msgstr "دامین پویا نشده است." -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:809 +#, fuzzy +msgid "Invalid protocol has been given" +msgstr "آدرس IP نادرست فرستاده شده است." + +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "جزئیات تایید مشخص نشده است." -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "آدرس IPv4 نامعتبر فرستاده شده است." -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "آدرس IPv6 نامعتبر فرستاده شده است." -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "در حال اجرا در توزیع: %s" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "درخواست هدر:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "هدر پاسخ (کد وضعیت %s):" + +#~ msgid "%s is already up to date" +#~ msgstr "%s بروزراسنی شده است" diff --git a/po/fr.po b/po/fr.po index 17e5a63..e38748d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # RafaelK , 2012 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: French (http://www.transifex.com/projects/p/ipfire/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/projects/p/ipfire/language/" +"fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Aucune entrée trouvée dans le fichier de configuration. Sortie." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" -msgstr "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :" +msgstr "" +"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une exception non gérée :" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a été effectuée avec succès" +msgstr "" +"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une " +"exception non gérée :" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +76,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +96,127 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" +"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a échouée :" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" +"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a été " +"effectuée avec succès" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "En-tête de requête:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/hu.po b/po/hu.po index 7710c93..1a95887 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Gábor Sávolyi , 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/ipfire/language/hu/)\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/ipfire/" +"language/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Nem találhatóak bejegyzések a konfigurációs fájlban. Feladat vége." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikertelen:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése nem várt választ adott:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikeres." +msgstr "" +"A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése nem várt választ " +"adott:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikertelen:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése sikeres." -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "A lekérés fejléce:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/id.po b/po/id.po index 2607186..2499803 100644 --- a/po/id.po +++ b/po/id.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # yudi.akbar , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/ipfire/language/id/)\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/ipfire/" +"language/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Tidak ditemukan entri dalam berkas konfigurasi. Keluar." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) gagal:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) dilepaskan suatu pengecualian yang tidak tertangani:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) berhasil" +msgstr "" +"Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) dilepaskan suatu " +"pengecualian yang tidak tertangani:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) gagal:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) berhasil" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Header permintaan:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/it.po b/po/it.po index d95d71a..9179e52 100644 --- a/po/it.po +++ b/po/it.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # n.patriarchi , 2014 # umberto , 2013 @@ -9,45 +9,43 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/ipfire/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/ipfire/language/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Non ha trovato voci nel file di configurazione" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Aggiornamento DNS dinamico fallita per %(hostname)s (%(provider)s)" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) generata un'eccezione non gestita:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) eseguito con successo" +msgstr "" +"Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) generata " +"un'eccezione non gestita:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -78,7 +76,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -98,99 +96,131 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "L'aggiornamento %s è stato forzato" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Aggiornamento DNS dinamico fallita per %(hostname)s (%(provider)s)" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "%s è già aggiornato" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "" +"Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) eseguito con " +"successo" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "Non è stato dato un valido FQDN." -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "Nome host specificato non valido." -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "Il nome host non è marcato come uno dinamico." -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "E' stato inviato un indirizzo IP non valido." -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." -msgstr "" - -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" -msgstr "" - -#: ../src/ddns/providers.py:596 +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 msgid "Domain not found." msgstr "" -#: ../src/ddns/providers.py:598 +#: ../src/ddns/providers.py:609 +#, fuzzy +msgid "An invalid IP address was submitted" +msgstr "E' stato inviato un indirizzo IP non valido." + +#: ../src/ddns/providers.py:748 msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:809 +#, fuzzy +msgid "Invalid protocol has been given" +msgstr "E' stato inviato un indirizzo IP non valido." + +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Intestazione di richiesta:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" + +#~ msgid "%s is already up to date" +#~ msgstr "%s è già aggiornato" diff --git a/po/ja.po b/po/ja.po index 9503724..b4802ce 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/ipfire/language/ja/)\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/ipfire/language/" +"ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/km_KH.po b/po/km_KH.po index 73f9ac9..2ae3251 100644 --- a/po/km_KH.po +++ b/po/km_KH.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/ipfire/language/km_KH/)\n" +"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/ipfire/" +"language/km_KH/)\n" +"Language: km_KH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: km_KH\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/nl.po b/po/nl.po index a93cc82..303718a 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Hans , 2013 # Hans , 2014 @@ -9,45 +9,43 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-07-05 12:36+0000\n" "Last-Translator: Hans \n" -"Language-Team: Dutch (http://www.transifex.com/projects/p/ipfire/language/nl/)\n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/ipfire/language/" +"nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "Debugging modus is geactiveerd" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "Inladen configuratiebestand %s" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Geen items gevonden in het configuratiebestand. Gestopt." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Dynamische DNS update voor %(hostname)s (%(provider)s) mislukt:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Dynamische DNS update voor %(hostname)s (%(provider)s) gaf een onverwerkte uitzondering:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Dynamische DNS update voor %(hostname)s (%(provider)s) geslaagd" +msgstr "" +"Dynamische DNS update voor %(hostname)s (%(provider)s) gaf een onverwerkte " +"uitzondering:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -60,7 +58,9 @@ msgstr "Netwerkfout" #: ../src/ddns/errors.py:47 msgid "" "The server denied processing the request because account abuse is suspected" -msgstr "De server heeft het verzoek niet verwerkt omdat het account vermoedelijk is misbruikt" +msgstr "" +"De server heeft het verzoek niet verwerkt omdat het account vermoedelijk is " +"misbruikt" #: ../src/ddns/errors.py:55 msgid "Authentication against the server has failed" @@ -78,7 +78,7 @@ msgstr "Het configuratiebestand bevat fouten" msgid "Connection refused" msgstr "Verbinding geweigerd" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "Verbinding timeout" @@ -98,99 +98,129 @@ msgstr "Netwerk onbereikbaar" msgid "Request error" msgstr "Opvraagfout" -#: ../src/ddns/errors.py:124 +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" +msgstr "" + +#: ../src/ddns/errors.py:132 msgid "Service unavailable" msgstr "Dienst niet beschikbaaar" -#: ../src/ddns/errors.py:132 +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "De update kon niet worden uitgevoerd" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "Bijwerken %s gereed" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Dynamische DNS update voor %(hostname)s (%(provider)s) mislukt:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "%s is al bijgewerkt" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Dynamische DNS update voor %(hostname)s (%(provider)s) geslaagd" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "Geen geldige FQDN opgegeven." -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "Opgegeven host bestaat niet." + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "DNS fout geconstateerd." + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "Server antwoord: %s" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "Ongeldige hostnaam opgegeven." -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "Hostnaam is niet gemarkeerd als dynamische host." -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "Ongeldig IP adres is verzonden." -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "Geen hostnaam opgegeven." -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "Account is uitgeschakeld." -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "Teveel mislukte pogingen." -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "Opgegeven host bestaat niet." - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." -msgstr "DNS fout geconstateerd." - -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" -msgstr "Server antwoord: %s" - -#: ../src/ddns/providers.py:596 +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 msgid "Domain not found." msgstr "Domein niet gevonden." -#: ../src/ddns/providers.py:598 +#: ../src/ddns/providers.py:609 +#, fuzzy +msgid "An invalid IP address was submitted" +msgstr "Ongeldig IP adres is verzonden." + +#: ../src/ddns/providers.py:748 msgid "Domain not active." msgstr "Domein niet actief." -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:809 +#, fuzzy +msgid "Invalid protocol has been given" +msgstr "Ongeldig IP adres is verzonden." + +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "Geen authenticatie details opgegeven." -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "Ongeldig IPv4 adres is verstuurd." -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "Ongeldig IPv6 adres is verstuurd." -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "Draait op distributie: %s" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Aanvraag header:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "Antwoord header (statuscode %s):" + +#~ msgid "%s is already up to date" +#~ msgstr "%s is al bijgewerkt" diff --git a/po/pl.po b/po/pl.po index 3449f04..b0e9a17 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,52 +1,52 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Jakub Ratajczak , 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/ipfire/language/pl/)\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/ipfire/language/" +"pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Nie znaleziono żadnych wpisów w pliku configuracyjnym. Kończenie." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" -msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) nieudana:" +msgstr "" +"Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) nieudana:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) wywołała nieobsługiwany błąd: " - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) poprawna:" +msgstr "" +"Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) wywołała " +"nieobsługiwany błąd: " #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +77,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +97,126 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" +"Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) nieudana:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" +"Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) poprawna:" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Nagłówek żądania: " #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 33abd7d..4bc2316 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # André Felipe Morro , 2012 # André Felipe Morro , 2014 @@ -10,45 +10,43 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-07-04 10:46+0000\n" "Last-Translator: Flávio Veras \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/ipfire/language/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"ipfire/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "Modo de depuração habilitado" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "Carregando arquivo de configuração %s" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Não foram encontradas entradas no arquivo de configuração. Saindo." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) falhou:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) teve uma exceção não tratada:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) bem sucedida" +msgstr "" +"Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) teve uma " +"exceção não tratada:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -61,7 +59,8 @@ msgstr "Erro na rede" #: ../src/ddns/errors.py:47 msgid "" "The server denied processing the request because account abuse is suspected" -msgstr "O servidor negou o processamento do pedido, por suspeita de abuso na conta" +msgstr "" +"O servidor negou o processamento do pedido, por suspeita de abuso na conta" #: ../src/ddns/errors.py:55 msgid "Authentication against the server has failed" @@ -79,7 +78,7 @@ msgstr "O arquivo de configuração tem erros" msgid "Connection refused" msgstr "Conexão recusada" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "Tempo limite de conexão" @@ -99,99 +98,130 @@ msgstr "Rede inacessível" msgid "Request error" msgstr "Erro de requisição" -#: ../src/ddns/errors.py:124 +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" +msgstr "" + +#: ../src/ddns/errors.py:132 msgid "Service unavailable" msgstr "Serviço indisponível" -#: ../src/ddns/errors.py:132 +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "A atualizalçao não pode ser realizada" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "Atualição de %s forçada" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) falhou:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "%s já está atualizado" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "" +"Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) bem sucedida" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "Não foi dado um FQDN válido." -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "Host especificado não existe." + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "Encontrado erro de DNS." + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "Resposta do servidor: %s" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "Hostname especificado inválido." -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "Hostname não marcado como host dinâmico." -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "Endereço IP inválido foi enviado." -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "Nenhum nome de host foi espacificado." -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "A conta foi desabilitada." -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "Falha em muitas rwequisições." -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "Host especificado não existe." - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." -msgstr "Encontrado erro de DNS." - -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" -msgstr "Resposta do servidor: %s" - -#: ../src/ddns/providers.py:596 +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 msgid "Domain not found." msgstr "Domínio não encontrado." -#: ../src/ddns/providers.py:598 +#: ../src/ddns/providers.py:609 +#, fuzzy +msgid "An invalid IP address was submitted" +msgstr "Endereço IP inválido foi enviado." + +#: ../src/ddns/providers.py:748 msgid "Domain not active." msgstr "Domínio não está ativo." -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:809 +#, fuzzy +msgid "Invalid protocol has been given" +msgstr "Endereço IP inválido foi enviado." + +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "Nenhum detalhe de Autor especificado." -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "Endereço IPv4 inválido foi enviado." -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "Endereço IPv6 inválido foi enviado." -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "Em execução na distribuição: %s" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Header solicitada:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "Cabeçalho de resposta (código de status %s):" + +#~ msgid "%s is already up to date" +#~ msgstr "%s já está atualizado" diff --git a/po/pt_PT.po b/po/pt_PT.po index f9aedf0..82e3cc6 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/ipfire/language/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/" +"ipfire/language/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 889e2f0..86be892 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # robert lasic , 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/ipfire/language/ro_RO/)\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/" +"ipfire/language/ro_RO/)\n" +"Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Nici o intrare în fișierul de configurare. Ieșire." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Eroare actualizare DNS dinamic %(hostname)s (%(provider)s):" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Actualizare DNS dinamic pentru %(hostname)s (%(provider)s) a generat o excepție netratată:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Actualizarea DNS dinamic pentru %(hostname)s (%(provider)s) s-a făcut cu succes." +msgstr "" +"Actualizare DNS dinamic pentru %(hostname)s (%(provider)s) a generat o " +"excepție netratată:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +76,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +96,126 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Eroare actualizare DNS dinamic %(hostname)s (%(provider)s):" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" +"Actualizarea DNS dinamic pentru %(hostname)s (%(provider)s) s-a făcut cu " +"succes." -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Cerere header:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/ru.po b/po/ru.po index 3f3c5d4..a183f53 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Alexander Savchenko, 2014 # Вальчишин Андрій Олегович , 2012 @@ -9,45 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-07-08 09:47+0000\n" "Last-Translator: Alexander Savchenko\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/ru/)\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/" +"ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Не найдено записей в конфигурационном файле. Выход." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало необработанное исключение:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно." +msgstr "" +"Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало " +"необработанное исключение:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -78,7 +77,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -98,99 +97,125 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" +"Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно." -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." +msgstr "Домен не найден." -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." -msgstr "Домен не найден." - -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Заголовок запроса:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/sq.po b/po/sq.po index 4cb8199..28bd42d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Ardit Dani , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/ipfire/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/ipfire/language/" +"sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Nuk gjeti asnjë hyrje në skedarin e konfigurimit. Dalje." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Azhornimi dinamik i DNS për %(hostname)s(%(provider)s) dështoj:" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) holli një përjashtim të pambajtur:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) me sukses" +msgstr "" +"Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) holli një përjashtim " +"të pambajtur:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Azhornimi dinamik i DNS për %(hostname)s(%(provider)s) dështoj:" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) me sukses" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Kërkesë koke:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/sv.po b/po/sv.po index abf3910..ba87a24 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,53 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # softballs , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Swedish (http://www.transifex.com/projects/p/ipfire/language/sv/)\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/ipfire/language/" +"sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Hittade inte några inlägg i konfigurations filen. Avslutar." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -77,7 +73,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +93,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/th.po b/po/th.po index ef7822f..13f634e 100644 --- a/po/th.po +++ b/po/th.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Thai (http://www.transifex.com/projects/p/ipfire/language/th/)\n" +"Language-Team: Thai (http://www.transifex.com/projects/p/ipfire/language/" +"th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/tk.po b/po/tk.po index c1a5de1..eef30e4 100644 --- a/po/tk.po +++ b/po/tk.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Turkmen (http://www.transifex.com/projects/p/ipfire/language/tk/)\n" +"Language-Team: Turkmen (http://www.transifex.com/projects/p/ipfire/language/" +"tk/)\n" +"Language: tk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tk\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/tr.po b/po/tr.po index eaa5069..373f6a8 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,52 +1,50 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Ersan YILDIRIM , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/ipfire/language/tr/)\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/ipfire/language/" +"tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Yapılandırma dosyasında hiçbir girdi bulunamadı. Çıkılıyor." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" -msgstr "%(hostname)s (%(provider)s) için dinami DNS güncelleştirmesi başarısız oldu." +msgstr "" +"%(hostname)s (%(provider)s) için dinami DNS güncelleştirmesi başarısız oldu." -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "%(hostname)s (%(provider)s) dinamik DNS işlenmesinde özel bir durum oluştu:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "%(hostname)s (%(provider)s) için dinamik DNS güncellemesi başarıyla yapıldı " +msgstr "" +"%(hostname)s (%(provider)s) dinamik DNS işlenmesinde özel bir durum oluştu:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +75,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +95,126 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" +"%(hostname)s (%(provider)s) için dinami DNS güncelleştirmesi başarısız oldu." + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" +"%(hostname)s (%(provider)s) için dinamik DNS güncellemesi başarıyla yapıldı " -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Başlık isteği:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/uk.po b/po/uk.po index d3763b0..2df3a02 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,52 +1,51 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Вальчишин Андрій Олегович , 2012 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Ukrainian (http://www.transifex.com/projects/p/ipfire/language/uk/)\n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/ipfire/" +"language/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "Не знайдено записів в файлі конфігурації. Вихід." -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало неопрацьоване виключення:" - -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) виконано." +msgstr "" +"Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало " +"неопрацьоване виключення:" #: ../src/ddns/errors.py:29 msgid "Error" @@ -77,7 +76,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -97,99 +96,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, fuzzy, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" -msgstr "" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) виконано." -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "Заголовок запиту:" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/uz@Latn.po b/po/uz@Latn.po index 3fbd09a..3b972c3 100644 --- a/po/uz@Latn.po +++ b/po/uz@Latn.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Uzbek (Latin) (http://www.transifex.com/projects/p/ipfire/language/uz@Latn/)\n" +"Language-Team: Uzbek (Latin) (http://www.transifex.com/projects/p/ipfire/" +"language/uz@Latn/)\n" +"Language: uz@Latn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: uz@Latn\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/vi.po b/po/vi.po index 101102c..6b362c9 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,52 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"POT-Creation-Date: 2014-08-04 14:54+0000\n" "PO-Revision-Date: 2014-06-23 08:45+0000\n" "Last-Translator: Michael Tremer \n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/ipfire/language/vi/)\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/ipfire/" +"language/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../src/ddns/__init__.py:60 +#: ../src/ddns/__init__.py:62 msgid "Debugging mode enabled" msgstr "" -#: ../src/ddns/__init__.py:128 +#: ../src/ddns/__init__.py:86 #, python-format msgid "Loading configuration file %s" msgstr "" -#: ../src/ddns/__init__.py:183 +#: ../src/ddns/__init__.py:146 msgid "Found no entries in the configuration file. Exiting." msgstr "" -#: ../src/ddns/__init__.py:194 +#: ../src/ddns/__init__.py:157 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:201 +#: ../src/ddns/__init__.py:164 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" msgstr "" -#: ../src/ddns/__init__.py:205 -#, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" -msgstr "" - #: ../src/ddns/errors.py:29 msgid "Error" msgstr "" @@ -76,7 +72,7 @@ msgstr "" msgid "Connection refused" msgstr "" -#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:212 msgid "Connection timeout" msgstr "" @@ -96,99 +92,124 @@ msgstr "" msgid "Request error" msgstr "" -#: ../src/ddns/errors.py:124 -msgid "Service unavailable" +#: ../src/ddns/errors.py:125 +msgid "Could not resolve DNS entry" msgstr "" #: ../src/ddns/errors.py:132 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:140 msgid "The update could not be performed" msgstr "" -#: ../src/ddns/providers.py:129 +#: ../src/ddns/providers.py:71 +msgid "Provider is not properly configured" +msgstr "" + +#: ../src/ddns/providers.py:128 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:133 +#: ../src/ddns/providers.py:132 +#, python-format +msgid "The dynamic host %(hostname)s (%(provider)s) is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:139 #, python-format -msgid "%s is already up to date" +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 -#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +#: ../src/ddns/providers.py:220 ../src/ddns/providers.py:424 +#: ../src/ddns/providers.py:929 ../src/ddns/providers.py:1077 msgid "No valid FQDN was given." msgstr "" -#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +#: ../src/ddns/providers.py:222 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:226 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:229 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:345 +msgid "Scriptlet:" +msgstr "" + +#: ../src/ddns/providers.py:426 ../src/ddns/providers.py:472 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:282 +#: ../src/ddns/providers.py:428 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 -#: ../src/ddns/providers.py:475 +#: ../src/ddns/providers.py:430 ../src/ddns/providers.py:481 +#: ../src/ddns/providers.py:658 msgid "Invalid IP address has been sent." msgstr "" -#: ../src/ddns/providers.py:324 +#: ../src/ddns/providers.py:469 msgid "No hostname specified." msgstr "" -#: ../src/ddns/providers.py:333 +#: ../src/ddns/providers.py:478 msgid "Account has been disabled." msgstr "" -#: ../src/ddns/providers.py:339 +#: ../src/ddns/providers.py:484 msgid "Too many failed requests." msgstr "" -#: ../src/ddns/providers.py:388 -msgid "Specified host does not exist." -msgstr "" - -#: ../src/ddns/providers.py:392 -msgid "DNS error encountered." +#: ../src/ddns/providers.py:575 ../src/ddns/providers.py:746 +msgid "Domain not found." msgstr "" -#. If we got here, some other update error happened. -#: ../src/ddns/providers.py:395 -#, python-format -msgid "Server response: %s" +#: ../src/ddns/providers.py:609 +msgid "An invalid IP address was submitted" msgstr "" -#: ../src/ddns/providers.py:596 -msgid "Domain not found." +#: ../src/ddns/providers.py:748 +msgid "Domain not active." msgstr "" -#: ../src/ddns/providers.py:598 -msgid "Domain not active." +#: ../src/ddns/providers.py:809 +msgid "Invalid protocol has been given" msgstr "" -#: ../src/ddns/providers.py:694 +#: ../src/ddns/providers.py:903 msgid "No Auth details specified." msgstr "" -#: ../src/ddns/providers.py:716 +#: ../src/ddns/providers.py:925 msgid "Invalid IPv4 address has been sent." msgstr "" -#: ../src/ddns/providers.py:718 +#: ../src/ddns/providers.py:927 msgid "Invalid IPv6 address has been sent." msgstr "" -#: ../src/ddns/system.py:52 +#: ../src/ddns/system.py:55 #, python-format msgid "Running on distribution: %s" msgstr "" -#: ../src/ddns/system.py:155 +#: ../src/ddns/system.py:153 msgid "Request header:" msgstr "" #. Log response header. -#: ../src/ddns/system.py:163 +#: ../src/ddns/system.py:161 ../src/ddns/system.py:170 #, python-format msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/zh.po b/po/zh.po new file mode 100644 index 0000000..cb73f11 --- /dev/null +++ b/po/zh.po @@ -0,0 +1,194 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: IPFire Project\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 12:37+0000\n" +"PO-Revision-Date: 2014-07-31 09:48+0000\n" +"Last-Translator: Michael Tremer \n" +"Language-Team: Chinese (http://www.transifex.com/projects/p/ipfire/language/zh/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" +msgstr "" + +#: ../src/ddns/__init__.py:128 +#, python-format +msgid "Loading configuration file %s" +msgstr "" + +#: ../src/ddns/__init__.py:183 +msgid "Found no entries in the configuration file. Exiting." +msgstr "" + +#: ../src/ddns/__init__.py:194 +#, python-format +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" +msgstr "" + +#: ../src/ddns/__init__.py:201 +#, python-format +msgid "" +"Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " +"exception:" +msgstr "" + +#: ../src/ddns/__init__.py:205 +#, python-format +msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "" + +#: ../src/ddns/errors.py:29 +msgid "Error" +msgstr "" + +#: ../src/ddns/errors.py:39 +msgid "Network error" +msgstr "" + +#: ../src/ddns/errors.py:47 +msgid "" +"The server denied processing the request because account abuse is suspected" +msgstr "" + +#: ../src/ddns/errors.py:55 +msgid "Authentication against the server has failed" +msgstr "" + +#: ../src/ddns/errors.py:64 +msgid "The server denies any updates from this client" +msgstr "" + +#: ../src/ddns/errors.py:72 +msgid "The configuration file has errors" +msgstr "" + +#: ../src/ddns/errors.py:79 +msgid "Connection refused" +msgstr "" + +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +msgid "Connection timeout" +msgstr "" + +#: ../src/ddns/errors.py:94 +msgid "The host could not be found in the configuration file" +msgstr "" + +#: ../src/ddns/errors.py:102 +msgid "Internal server error" +msgstr "" + +#: ../src/ddns/errors.py:109 +msgid "Network unreachable" +msgstr "" + +#: ../src/ddns/errors.py:117 +msgid "Request error" +msgstr "" + +#: ../src/ddns/errors.py:124 +msgid "Service unavailable" +msgstr "" + +#: ../src/ddns/errors.py:132 +msgid "The update could not be performed" +msgstr "" + +#: ../src/ddns/providers.py:129 +#, python-format +msgid "Updating %s forced" +msgstr "" + +#: ../src/ddns/providers.py:133 +#, python-format +msgid "%s is already up to date" +msgstr "" + +#: ../src/ddns/providers.py:278 ../src/ddns/providers.py:386 +#: ../src/ddns/providers.py:720 ../src/ddns/providers.py:882 +msgid "No valid FQDN was given." +msgstr "" + +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 +msgid "Invalid hostname specified." +msgstr "" + +#: ../src/ddns/providers.py:282 +msgid "Hostname not marked as a dynamic host." +msgstr "" + +#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 +#: ../src/ddns/providers.py:475 +msgid "Invalid IP address has been sent." +msgstr "" + +#: ../src/ddns/providers.py:324 +msgid "No hostname specified." +msgstr "" + +#: ../src/ddns/providers.py:333 +msgid "Account has been disabled." +msgstr "" + +#: ../src/ddns/providers.py:339 +msgid "Too many failed requests." +msgstr "" + +#: ../src/ddns/providers.py:388 +msgid "Specified host does not exist." +msgstr "" + +#: ../src/ddns/providers.py:392 +msgid "DNS error encountered." +msgstr "" + +#. If we got here, some other update error happened. +#: ../src/ddns/providers.py:395 +#, python-format +msgid "Server response: %s" +msgstr "" + +#: ../src/ddns/providers.py:596 +msgid "Domain not found." +msgstr "" + +#: ../src/ddns/providers.py:598 +msgid "Domain not active." +msgstr "" + +#: ../src/ddns/providers.py:694 +msgid "No Auth details specified." +msgstr "" + +#: ../src/ddns/providers.py:716 +msgid "Invalid IPv4 address has been sent." +msgstr "" + +#: ../src/ddns/providers.py:718 +msgid "Invalid IPv6 address has been sent." +msgstr "" + +#: ../src/ddns/system.py:52 +#, python-format +msgid "Running on distribution: %s" +msgstr "" + +#: ../src/ddns/system.py:155 +msgid "Request header:" +msgstr "" + +#. Log response header. +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr ""