From 4011554b102d522deec064c8c07ea986d5047cc5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 19 Jul 2014 12:42:29 +0200 Subject: [PATCH] Update translations. --- po/ar.po | 167 ++++++++++++++++++++++++++++++++++++++------- po/ca.po | 157 +++++++++++++++++++++++++++++++++++++------ po/cs_CZ.po | 165 ++++++++++++++++++++++++++++++++++++++------- po/da.po | 165 ++++++++++++++++++++++++++++++++++++++------- po/de.po | 180 ++++++++++++++++++++++++++++++++++++++++--------- po/el_GR.po | 157 +++++++++++++++++++++++++++++++++++++------ po/es.po | 171 +++++++++++++++++++++++++++++++++++++++-------- po/fa.po | 177 +++++++++++++++++++++++++++++++++++++++--------- po/fr.po | 168 ++++++++++++++++++++++++++++++++++++++-------- po/hu.po | 163 +++++++++++++++++++++++++++++++++++++------- po/id.po | 165 ++++++++++++++++++++++++++++++++++++++------- po/it.po | 178 +++++++++++++++++++++++++++++++++++++++--------- po/ja.po | 157 +++++++++++++++++++++++++++++++++++++------ po/km_KH.po | 157 +++++++++++++++++++++++++++++++++++++------ po/nl.po | 178 +++++++++++++++++++++++++++++++++++++++--------- po/pl.po | 170 ++++++++++++++++++++++++++++++++++++++-------- po/pt_BR.po | 182 +++++++++++++++++++++++++++++++++++++++++--------- po/pt_PT.po | 157 +++++++++++++++++++++++++++++++++++++------ po/ro_RO.po | 168 ++++++++++++++++++++++++++++++++++++++-------- po/ru.po | 170 ++++++++++++++++++++++++++++++++++++++-------- po/sq.po | 165 ++++++++++++++++++++++++++++++++++++++------- po/sv.po | 159 +++++++++++++++++++++++++++++++++++++------ po/th.po | 157 +++++++++++++++++++++++++++++++++++++------ po/tk.po | 159 +++++++++++++++++++++++++++++++++++++------ po/tr.po | 168 ++++++++++++++++++++++++++++++++++++++-------- po/uk.po | 166 ++++++++++++++++++++++++++++++++++++++------- po/uz@Latn.po | 157 +++++++++++++++++++++++++++++++++++++------ po/vi.po | 157 +++++++++++++++++++++++++++++++++++++------ 28 files changed, 3961 insertions(+), 679 deletions(-) diff --git a/po/ar.po b/po/ar.po index 60e5cf1..92722fa 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,78 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-03-22 23:52+0000\n" -"Last-Translator: Jasem Elayeb \n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/ipfire/language/" -"ar/)\n" -"Language: ar\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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" -#: ../src/ddns/__init__.py:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "فشل عملية تحديث ال DynDNS لل %(hostname)s (%(provider)s) :" -#: ../src/ddns/__init__.py:156 +#: ../src/ddns/__init__.py:201 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "" -"تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:" +msgstr "تحديث الDyndDNS لل %(hostname)s (%(provider)s) انتجت استثناء غير معالج:" -#: ../src/ddns/__init__.py:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "نجاح تحديث ال DynDNS لل %(hostname)s (%(provider)s) " -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" -msgstr "اجابة العنوان:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/ca.po b/po/ca.po index dbb3f69..034f08b 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: ca\n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index a766a55..5ae6125 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -1,78 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-01-06 12:36+0000\n" -"Last-Translator: n3oklan \n" -"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/" -"ipfire/language/cs_CZ/)\n" -"Language: cs_CZ\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Nenalezeny žádné záznamy v konfiguračním souboru. Ukončuji." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Dynamická aktualizace DNS pro %(hostname)s (%(provider)s) vyvolala neošetřenou vyjímku:" -#: ../src/ddns/__init__.py:160 +#: ../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á" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Žádost hlavičky:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Odpověď hlavičky:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/da.po b/po/da.po index 0edb5ac..a443ad7 100644 --- a/po/da.po +++ b/po/da.po @@ -1,78 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-01-03 20:11+0000\n" -"Last-Translator: Henrik Simonsen \n" -"Language-Team: Danish (http://www.transifex.com/projects/p/ipfire/language/" -"da/)\n" -"Language: da\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Fandt ingen indgange i konfigurationsfilen. Afslutter." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Dynamisk DNS opdatering af %(hostname)s (%(provider)s) kastede en ubehandlet undtagelse:" -#: ../src/ddns/__init__.py:160 +#: ../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" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Request header:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/de.po b/po/de.po index 96f7316..d1028e8 100644 --- a/po/de.po +++ b/po/de.po @@ -1,78 +1,196 @@ # 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. +# Michael Tremer , 2012,2014 +# Peter Cloudstone , 2014 msgid "" msgstr "" -"Project-Id-Version: The IPFire Project\n" +"Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-11 00:13+0200\n" -"PO-Revision-Date: 2012-07-19 17:11+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: de\n" +"Language-Team: German (http://www.transifex.com/projects/p/ipfire/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" +msgstr "Debugmodus eingeschaltet" -#: ../src/ddns/__init__.py:139 +#: ../src/ddns/__init__.py:128 +#, python-format +msgid "Loading configuration file %s" +msgstr "Lade Konfigurationsdatei %s" + +#: ../src/ddns/__init__.py:183 msgid "Found no entries in the configuration file. Exiting." msgstr "Keine Einträge in der Konfigurationsdatei gefunden. Ende." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Dynamic DNS-Update für %(hostname)s (%(provider)s) erzeugte einen unerwarteten Fehler:" -#: ../src/ddns/__init__.py:160 +#: ../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" -#: ../src/ddns/providers.py:120 +#: ../src/ddns/errors.py:29 +msgid "Error" +msgstr "Fehler" + +#: ../src/ddns/errors.py:39 +msgid "Network error" +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" + +#: ../src/ddns/errors.py:55 +msgid "Authentication against the server has failed" +msgstr "Die Authentifizierung am Server ist fehlgeschlagen" + +#: ../src/ddns/errors.py:64 +msgid "The server denies any updates from this client" +msgstr "Der Server weist alle Aktualisierungen dieses Clients zurück" + +#: ../src/ddns/errors.py:72 +msgid "The configuration file has errors" +msgstr "Die Konfigurationsdatei weist Fehler auf" + +#: ../src/ddns/errors.py:79 +msgid "Connection refused" +msgstr "Verbindung zurückgewiesen" + +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +msgid "Connection timeout" +msgstr "Verbindungstimeout" + +#: ../src/ddns/errors.py:94 +msgid "The host could not be found in the configuration file" +msgstr "Der Host konnte in der Konfigurationsdatei nicht gefunden werden" + +#: ../src/ddns/errors.py:102 +msgid "Internal server error" +msgstr "Interner Serverfehler" + +#: ../src/ddns/errors.py:109 +msgid "Network unreachable" +msgstr "Netzwerk nicht erreichbar" + +#: ../src/ddns/errors.py:117 +msgid "Request error" +msgstr "Request-Fehler" + +#: ../src/ddns/errors.py:124 +msgid "Service unavailable" +msgstr "Service nicht verfügbar" + +#: ../src/ddns/errors.py:132 +msgid "The update could not be performed" +msgstr "Die Aktualisierung konnte nicht ausgeführt werden" + +#: ../src/ddns/providers.py:129 #, python-format msgid "Updating %s forced" -msgstr "" +msgstr "Aktualisierung von %s erzwungen" -#: ../src/ddns/providers.py:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" -msgstr "" +msgstr "%s ist bereits auf dem neuesten Stand" -#: ../src/ddns/providers.py:247 +#: ../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 "" +msgstr "Kein gültiger FQDN angegeben." -#: ../src/ddns/providers.py:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." -msgstr "" +msgstr "Ungültiger Computername angegeben." -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." -msgstr "" +msgstr "Computername nicht als dynamischer Computer markiert." -#: ../src/ddns/providers.py:253 +#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 +#: ../src/ddns/providers.py:475 msgid "Invalid IP address has been sent." +msgstr "Ungültige IP-Adresse abgeschickt." + +#: ../src/ddns/providers.py:324 +msgid "No hostname specified." +msgstr "Kein Hostname angegeben." + +#: ../src/ddns/providers.py:333 +msgid "Account has been disabled." +msgstr "Der Account wurde deaktiviert." + +#: ../src/ddns/providers.py:339 +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 +msgid "Domain not found." +msgstr "Domain nicht gefunden." + +#: ../src/ddns/providers.py:598 +msgid "Domain not active." +msgstr "Domain nicht aktiv." + +#: ../src/ddns/providers.py:694 +msgid "No Auth details specified." msgstr "" -#: ../src/ddns/system.py:127 +#: ../src/ddns/providers.py:716 +msgid "Invalid IPv4 address has been sent." +msgstr "Eine ungültige IPv4-Adresse wurde gesendet." + +#: ../src/ddns/providers.py:718 +msgid "Invalid IPv6 address has been sent." +msgstr "Eine ungültige IPv6-Adresse wurde gesendet." + +#: ../src/ddns/system.py:52 +#, python-format +msgid "Running on distribution: %s" +msgstr "Laufe auf Distribution: %s" + +#: ../src/ddns/system.py:155 msgid "Request header:" msgstr "Request-Header:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Response-Header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "Header der Antwort (Status Code %s):" diff --git a/po/el_GR.po b/po/el_GR.po index 32a3321..6907ef9 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2014-04-13 12:58+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: el_GR\n" +"Language-Team: Greek (Greece) (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/es.po b/po/es.po index 640be58..a496e73 100644 --- a/po/es.po +++ b/po/es.po @@ -1,82 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/ipfire/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:139 -msgid "Found no entries in the configuration file. Exiting." +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" msgstr "" -"No se han encontrado entradas en el fichero de configuración. Saliendo." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:128 #, python-format -msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" +msgid "Loading configuration file %s" msgstr "" -"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha fallado." -#: ../src/ddns/__init__.py:156 +#: ../src/ddns/__init__.py:183 +msgid "Found no entries in the configuration file. Exiting." +msgstr "No se han encontrado entradas en el fichero de configuración. Saliendo." + +#: ../src/ddns/__init__.py:194 +#, 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." + +#: ../src/ddns/__init__.py:201 #, 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." +msgstr "La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha lanzado una excepción no manejada." -#: ../src/ddns/__init__.py:160 +#: ../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." + +#: ../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 "" -"La actualizacón dinámica de DNS para %(hostname)s (%(provider)s) ha " -"resultado satisfactoria." -#: ../src/ddns/providers.py:120 +#: ../src/ddns/providers.py:129 #, python-format msgid "Updating %s forced" msgstr "" -#: ../src/ddns/providers.py:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Cabecera de la petición:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Cabecera de la respuesta:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/fa.po b/po/fa.po index 003c13f..715abed 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,79 +1,196 @@ # 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 +# Khalil Delavaran , 2013-2014 # Reza Moghadam , 2013 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: fa\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" +msgstr "پویای کردن حالت اشکال زدایی" + +#: ../src/ddns/__init__.py:128 +#, python-format +msgid "Loading configuration file %s" +msgstr "بارگذاری فایل پیکربندی %s " + +#: ../src/ddns/__init__.py:183 msgid "Found no entries in the configuration file. Exiting." msgstr "هیچ نوشته ای در فایل پیکربندی یافت نشد. در حال خارج شدن میباشید." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) شکست خورد:" -#: ../src/ddns/__init__.py:156 +#: ../src/ddns/__init__.py:201 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "" -"بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) یک استثنا اداره نشده " -"باطل :" +msgstr "بروزرسانی Dynamic DNS برای %(hostname)s (%(provider)s) یک استثنا اداره نشده باطل :" -#: ../src/ddns/__init__.py:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "Dynamic DNS برای %(hostname)s (%(provider)s) بروزرسانی شد" -#: ../src/ddns/providers.py:120 +#: ../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 "" +msgstr "بروزرسانی %s به زور شد" -#: ../src/ddns/providers.py:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" -msgstr "" +msgstr "%s بروزراسنی شده است" -#: ../src/ddns/providers.py:247 +#: ../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 "" +msgstr "FQDN بدست آمده درست نیست." -#: ../src/ddns/providers.py:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." -msgstr "" +msgstr "نام هاست گزینش شده درست نیست." -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." -msgstr "" +msgstr "نام هاست به عنوان یک هاست پویا مشخص نیست." -#: ../src/ddns/providers.py:253 +#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 +#: ../src/ddns/providers.py:475 msgid "Invalid IP address has been sent." -msgstr "" +msgstr "آدرس IP نادرست فرستاده شده است." + +#: ../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 "ایراد در DNS مواجه شده است." -#: ../src/ddns/system.py:127 +#. 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 +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 "آدرس IPv4 نامعتبر فرستاده شده است." + +#: ../src/ddns/providers.py:718 +msgid "Invalid IPv6 address has been sent." +msgstr "آدرس IPv6 نامعتبر فرستاده شده است." + +#: ../src/ddns/system.py:52 +#, python-format +msgid "Running on distribution: %s" +msgstr "در حال اجرا در توزیع: %s" + +#: ../src/ddns/system.py:155 msgid "Request header:" msgstr "درخواست هدر:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "پاسخ هدر:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "هدر پاسخ (کد وضعیت %s):" diff --git a/po/fr.po b/po/fr.po index 8b6715c..17e5a63 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,81 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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 "Aucune entrée trouvée dans le fichier de configuration. Sortie." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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 :" +msgstr "Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a retourné une exception non gérée :" -#: ../src/ddns/__init__.py:160 +#: ../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" + +#: ../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 "" -"Mise à jour du DNS dynamique pour %(hostname)s (%(provider)s) a été " -"effectuée avec succès" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "En-tête de requête:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "En-tête de réponse:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/hu.po b/po/hu.po index 59f32a0..7710c93 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,78 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: hu\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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 "Nem találhatóak bejegyzések a konfigurációs fájlban. Feladat vége." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "A %(hostname)s (%(provider)s) Dynamic DNS cím frissítése nem várt választ adott:" -#: ../src/ddns/__init__.py:160 +#: ../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." -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "A lekérés fejléce:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "A válasz fejléce:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/id.po b/po/id.po index db81b6e..2607186 100644 --- a/po/id.po +++ b/po/id.po @@ -1,78 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-01-05 10:59+0000\n" -"Last-Translator: yudi.akbar \n" -"Language-Team: Indonesian (http://www.transifex.com/projects/p/ipfire/" -"language/id/)\n" -"Language: id\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Tidak ditemukan entri dalam berkas konfigurasi. Keluar." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Pembaruan DNS dinamis untuk %(hostname)s (%(provider)s) dilepaskan suatu pengecualian yang tidak tertangani:" -#: ../src/ddns/__init__.py:160 +#: ../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" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Header permintaan:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Header tanggapan:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/it.po b/po/it.po index ba38251..d95d71a 100644 --- a/po/it.po +++ b/po/it.po @@ -1,80 +1,196 @@ # 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 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" -"Last-Translator: umberto \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/ipfire/language/" -"it/)\n" -"Language: it\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Non ha trovato voci nel file di configurazione" -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) generata un'eccezione non gestita:" -#: ../src/ddns/__init__.py:160 +#: ../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" + +#: ../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 "" -"Aggiornamento DNS dinamico per %(hostname)s (%(provider)s) eseguito con " -"successo" -#: ../src/ddns/providers.py:120 +#: ../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 "" +msgstr "L'aggiornamento %s è stato forzato" -#: ../src/ddns/providers.py:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" -msgstr "" +msgstr "%s è già aggiornato" -#: ../src/ddns/providers.py:247 +#: ../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 "" +msgstr "Non è stato dato un valido FQDN." -#: ../src/ddns/providers.py:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." -msgstr "" +msgstr "Nome host specificato non valido." -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." -msgstr "" +msgstr "Il nome host non è marcato come uno dinamico." -#: ../src/ddns/providers.py:253 +#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 +#: ../src/ddns/providers.py:475 msgid "Invalid IP address has been sent." +msgstr "E' stato inviato un indirizzo IP non valido." + +#: ../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/system.py:127 +#: ../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 "Intestazione di richiesta:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Intestazione di risposta:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/ja.po b/po/ja.po index 83bc94a..9503724 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2014-04-12 14:23+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: ja\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/km_KH.po b/po/km_KH.po index 58aff96..73f9ac9 100644 --- a/po/km_KH.po +++ b/po/km_KH.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: km_KH\n" +"Language-Team: Khmer (Cambodia) (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/nl.po b/po/nl.po index b1324df..a93cc82 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,78 +1,196 @@ # 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 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" -"Last-Translator: Michael Tremer \n" -"Language-Team: Dutch (http://www.transifex.com/projects/p/ipfire/language/" -"nl/)\n" -"Language: nl\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" +msgstr "Debugging modus is geactiveerd" + +#: ../src/ddns/__init__.py:128 +#, python-format +msgid "Loading configuration file %s" +msgstr "Inladen configuratiebestand %s" + +#: ../src/ddns/__init__.py:183 msgid "Found no entries in the configuration file. Exiting." msgstr "Geen items gevonden in het configuratiebestand. Gestopt." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Dynamische DNS update voor %(hostname)s (%(provider)s) gaf een onverwerkte uitzondering:" -#: ../src/ddns/__init__.py:160 +#: ../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" -#: ../src/ddns/providers.py:120 +#: ../src/ddns/errors.py:29 +msgid "Error" +msgstr "Fout" + +#: ../src/ddns/errors.py:39 +msgid "Network error" +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" + +#: ../src/ddns/errors.py:55 +msgid "Authentication against the server has failed" +msgstr "Server authenticatie is mislukt" + +#: ../src/ddns/errors.py:64 +msgid "The server denies any updates from this client" +msgstr "De server weigert updates van deze client" + +#: ../src/ddns/errors.py:72 +msgid "The configuration file has errors" +msgstr "Het configuratiebestand bevat fouten" + +#: ../src/ddns/errors.py:79 +msgid "Connection refused" +msgstr "Verbinding geweigerd" + +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +msgid "Connection timeout" +msgstr "Verbinding timeout" + +#: ../src/ddns/errors.py:94 +msgid "The host could not be found in the configuration file" +msgstr "De host werd niet gevonden in het configuratiebestand" + +#: ../src/ddns/errors.py:102 +msgid "Internal server error" +msgstr "Interne serverfout" + +#: ../src/ddns/errors.py:109 +msgid "Network unreachable" +msgstr "Netwerk onbereikbaar" + +#: ../src/ddns/errors.py:117 +msgid "Request error" +msgstr "Opvraagfout" + +#: ../src/ddns/errors.py:124 +msgid "Service unavailable" +msgstr "Dienst niet beschikbaaar" + +#: ../src/ddns/errors.py:132 +msgid "The update could not be performed" +msgstr "De update kon niet worden uitgevoerd" + +#: ../src/ddns/providers.py:129 #, python-format msgid "Updating %s forced" -msgstr "" +msgstr "Bijwerken %s gereed" -#: ../src/ddns/providers.py:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" -msgstr "" +msgstr "%s is al bijgewerkt" -#: ../src/ddns/providers.py:247 +#: ../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 "" +msgstr "Geen geldige FQDN opgegeven." -#: ../src/ddns/providers.py:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." -msgstr "" +msgstr "Ongeldige hostnaam opgegeven." -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." -msgstr "" +msgstr "Hostnaam is niet gemarkeerd als dynamische host." -#: ../src/ddns/providers.py:253 +#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 +#: ../src/ddns/providers.py:475 msgid "Invalid IP address has been sent." -msgstr "" +msgstr "Ongeldig IP adres is verzonden." + +#: ../src/ddns/providers.py:324 +msgid "No hostname specified." +msgstr "Geen hostnaam opgegeven." + +#: ../src/ddns/providers.py:333 +msgid "Account has been disabled." +msgstr "Account is uitgeschakeld." + +#: ../src/ddns/providers.py:339 +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." -#: ../src/ddns/system.py:127 +#. 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 +msgid "Domain not found." +msgstr "Domein niet gevonden." + +#: ../src/ddns/providers.py:598 +msgid "Domain not active." +msgstr "Domein niet actief." + +#: ../src/ddns/providers.py:694 +msgid "No Auth details specified." +msgstr "Geen authenticatie details opgegeven." + +#: ../src/ddns/providers.py:716 +msgid "Invalid IPv4 address has been sent." +msgstr "Ongeldig IPv4 adres is verstuurd." + +#: ../src/ddns/providers.py:718 +msgid "Invalid IPv6 address has been sent." +msgstr "Ongeldig IPv6 adres is verstuurd." + +#: ../src/ddns/system.py:52 +#, python-format +msgid "Running on distribution: %s" +msgstr "Draait op distributie: %s" + +#: ../src/ddns/system.py:155 msgid "Request header:" msgstr "Aanvraag header:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Antwoord header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "Antwoord header (statuscode %s):" diff --git a/po/pl.po b/po/pl.po index 2bf101a..3449f04 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,81 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/ipfire/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\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" -#: ../src/ddns/__init__.py:139 +#: ../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 "Nie znaleziono żadnych wpisów w pliku configuracyjnym. Kończenie." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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: " +msgstr "Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) wywołała nieobsługiwany błąd: " -#: ../src/ddns/__init__.py:160 +#: ../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:" + +#: ../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 "" -"Aktualizacja dynamicznago DNS dla %(hostname)s (%(provider)s) poprawna:" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Nagłówek żądania: " #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Nagłówek odpowiedzi: " +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index d6a6902..33abd7d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,79 +1,197 @@ # 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 +# Flávio Veras , 2014 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" -"Last-Translator: Michael Tremer \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"ipfire/language/pt_BR/)\n" -"Language: pt_BR\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" +msgstr "Modo de depuração habilitado" + +#: ../src/ddns/__init__.py:128 +#, python-format +msgid "Loading configuration file %s" +msgstr "Carregando arquivo de configuração %s" + +#: ../src/ddns/__init__.py:183 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:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Atualização de DNS Dinâmico para %(hostname)s (%(provider)s) teve uma exceção não tratada:" -#: ../src/ddns/__init__.py:160 +#: ../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) bem sucedida" + +#: ../src/ddns/errors.py:29 +msgid "Error" +msgstr "Erro" + +#: ../src/ddns/errors.py:39 +msgid "Network error" +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" + +#: ../src/ddns/errors.py:55 +msgid "Authentication against the server has failed" +msgstr "Autenticação contra o servidor falhou" + +#: ../src/ddns/errors.py:64 +msgid "The server denies any updates from this client" +msgstr "O servidor nega todas as atualizações deste cliente" + +#: ../src/ddns/errors.py:72 +msgid "The configuration file has errors" +msgstr "O arquivo de configuração tem erros" + +#: ../src/ddns/errors.py:79 +msgid "Connection refused" +msgstr "Conexão recusada" + +#: ../src/ddns/errors.py:86 ../src/ddns/system.py:203 +msgid "Connection timeout" +msgstr "Tempo limite de conexão" + +#: ../src/ddns/errors.py:94 +msgid "The host could not be found in the configuration file" +msgstr "O host não pôde ser encontrado no arquivo de configuração" + +#: ../src/ddns/errors.py:102 +msgid "Internal server error" +msgstr "Erro Interno do Servidor" + +#: ../src/ddns/errors.py:109 +msgid "Network unreachable" +msgstr "Rede inacessível" + +#: ../src/ddns/errors.py:117 +msgid "Request error" +msgstr "Erro de requisição" + +#: ../src/ddns/errors.py:124 +msgid "Service unavailable" +msgstr "Serviço indisponível" + +#: ../src/ddns/errors.py:132 +msgid "The update could not be performed" +msgstr "A atualizalçao não pode ser realizada" -#: ../src/ddns/providers.py:120 +#: ../src/ddns/providers.py:129 #, python-format msgid "Updating %s forced" -msgstr "" +msgstr "Atualição de %s forçada" -#: ../src/ddns/providers.py:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" -msgstr "" +msgstr "%s já está atualizado" -#: ../src/ddns/providers.py:247 +#: ../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 "" +msgstr "Não foi dado um FQDN válido." -#: ../src/ddns/providers.py:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." -msgstr "" +msgstr "Hostname especificado inválido." -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." -msgstr "" +msgstr "Hostname não marcado como host dinâmico." -#: ../src/ddns/providers.py:253 +#: ../src/ddns/providers.py:284 ../src/ddns/providers.py:336 +#: ../src/ddns/providers.py:475 msgid "Invalid IP address has been sent." -msgstr "" +msgstr "Endereço IP inválido foi enviado." + +#: ../src/ddns/providers.py:324 +msgid "No hostname specified." +msgstr "Nenhum nome de host foi espacificado." + +#: ../src/ddns/providers.py:333 +msgid "Account has been disabled." +msgstr "A conta foi desabilitada." + +#: ../src/ddns/providers.py:339 +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." -#: ../src/ddns/system.py:127 +#. 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 +msgid "Domain not found." +msgstr "Domínio não encontrado." + +#: ../src/ddns/providers.py:598 +msgid "Domain not active." +msgstr "Domínio não está ativo." + +#: ../src/ddns/providers.py:694 +msgid "No Auth details specified." +msgstr "Nenhum detalhe de Autor especificado." + +#: ../src/ddns/providers.py:716 +msgid "Invalid IPv4 address has been sent." +msgstr "Endereço IPv4 inválido foi enviado." + +#: ../src/ddns/providers.py:718 +msgid "Invalid IPv6 address has been sent." +msgstr "Endereço IPv6 inválido foi enviado." + +#: ../src/ddns/system.py:52 +#, python-format +msgid "Running on distribution: %s" +msgstr "Em execução na distribuição: %s" + +#: ../src/ddns/system.py:155 msgid "Request header:" msgstr "Header solicitada:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Header de resposta:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "Cabeçalho de resposta (código de status %s):" diff --git a/po/pt_PT.po b/po/pt_PT.po index 9a81d4d..f9aedf0 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: pt_PT\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index ec57f8d..889e2f0 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -1,81 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: ro_RO\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/ipfire/language/ro_RO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" +"Language: ro_RO\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 +msgid "Debugging mode enabled" +msgstr "" -#: ../src/ddns/__init__.py:139 +#: ../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 "Nici o intrare în fișierul de configurare. Ieșire." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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ă:" +msgstr "Actualizare DNS dinamic pentru %(hostname)s (%(provider)s) a generat o excepție netratată:" -#: ../src/ddns/__init__.py:160 +#: ../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." + +#: ../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 "" -"Actualizarea DNS dinamic pentru %(hostname)s (%(provider)s) s-a făcut cu " -"succes." -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Cerere header:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Răspuns header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/ru.po b/po/ru.po index b67f6b6..3f3c5d4 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,80 +1,196 @@ # 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 msgid "" msgstr "" "Project-Id-Version: IPFire Project\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" -"Last-Translator: Michael Tremer \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/ipfire/language/" -"ru/)\n" -"Language: ru\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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" +"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" + +#: ../src/ddns/__init__.py:60 +msgid "Debugging mode enabled" +msgstr "" -#: ../src/ddns/__init__.py:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Ошибка обновления Dynamic DNS для %(hostname)s (%(provider)s):" -#: ../src/ddns/__init__.py:156 +#: ../src/ddns/__init__.py:201 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "" -"Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало " -"необработанное исключение:" +msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) вызвало необработанное исключение:" -#: ../src/ddns/__init__.py:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" +msgstr "Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно." + +#: ../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 "" -"Обновление Dynamic DNS для %(hostname)s (%(provider)s) выполнено успешно." -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" -msgstr "Заголовок ответа:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/sq.po b/po/sq.po index a74059b..4cb8199 100644 --- a/po/sq.po +++ b/po/sq.po @@ -1,78 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-01-10 15:36+0000\n" -"Last-Translator: Ardit Dani \n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/ipfire/language/" -"sq/)\n" -"Language: sq\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Nuk gjeti asnjë hyrje në skedarin e konfigurimit. Dalje." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "Azhornimi dinamik i DNS për %(hostname)s (%(provider)s) holli një përjashtim të pambajtur:" -#: ../src/ddns/__init__.py:160 +#: ../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" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Kërkesë koke:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Përgjigje koke:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/sv.po b/po/sv.po index b47068c..abf3910 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,76 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-05-13 20:59+0000\n" -"Last-Translator: softballs \n" -"Language-Team: Swedish (http://www.transifex.com/projects/p/ipfire/language/" -"sv/)\n" -"Language: sv\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Hittade inte några inlägg i konfigurations filen. Avslutar." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/th.po b/po/th.po index 4ffa18e..ef7822f 100644 --- a/po/th.po +++ b/po/th.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: th\n" +"Language-Team: Thai (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/tk.po b/po/tk.po index c1c4562..c1a5de1 100644 --- a/po/tk.po +++ b/po/tk.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2012-07-19 17:07+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkmen (http://www.transifex.com/projects/p/ipfire/language/" -"tk/)\n" -"Language: tk\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/tr.po b/po/tr.po index dae6dd3..eaa5069 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,79 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2014-01-16 16:51+0000\n" -"Last-Translator: Ersan YILDIRIM \n" -"Language-Team: Turkish (http://www.transifex.com/projects/p/ipfire/language/" -"tr/)\n" -"Language: tr\n" +"POT-Creation-Date: 2014-06-22 12:37+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" "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:139 +#: ../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 "Yapılandırma dosyasında hiçbir girdi bulunamadı. Çıkılıyor." -#: ../src/ddns/__init__.py:151 +#: ../src/ddns/__init__.py:194 #, 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:156 +#: ../src/ddns/__init__.py:201 #, 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:" +msgstr "%(hostname)s (%(provider)s) dinamik DNS işlenmesinde özel bir durum oluştu:" -#: ../src/ddns/__init__.py:160 +#: ../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ı " + +#: ../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 "" -"%(hostname)s (%(provider)s) için dinamik DNS güncellemesi başarıyla yapıldı " -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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 "Başlık isteği:" #. Log response header. -#: ../src/ddns/system.py:135 -msgid "Response header:" -msgstr "Başlık yanıtı:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/uk.po b/po/uk.po index 6ffa1cf..d3763b0 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,79 +1,195 @@ # 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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: uk\n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/ipfire/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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" -#: ../src/ddns/__init__.py:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "Помилка оновлення Dynamic DNS для %(hostname)s (%(provider)s):" -#: ../src/ddns/__init__.py:156 +#: ../src/ddns/__init__.py:201 #, python-format msgid "" "Dynamic DNS update for %(hostname)s (%(provider)s) throwed an unhandled " "exception:" -msgstr "" -"Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало " -"неопрацьоване виключення:" +msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) викликало неопрацьоване виключення:" -#: ../src/ddns/__init__.py:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "Оновлення Dynamic DNS для %(hostname)s (%(provider)s) виконано." -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" -msgstr "Заголовок відповіді" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" +msgstr "" diff --git a/po/uz@Latn.po b/po/uz@Latn.po index 59cbd4e..3fbd09a 100644 --- a/po/uz@Latn.po +++ b/po/uz@Latn.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2013-12-20 10:28+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: uz@Latn\n" +"Language-Team: Uzbek (Latin) (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" diff --git a/po/vi.po b/po/vi.po index 2c8b073..101102c 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,75 +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-11 00:13+0200\n" -"PO-Revision-Date: 2013-11-20 13:12+0000\n" +"POT-Creation-Date: 2014-06-22 12:37+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: vi\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/ipfire/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:139 +#: ../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:151 +#: ../src/ddns/__init__.py:194 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) failed:" msgstr "" -#: ../src/ddns/__init__.py:156 +#: ../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:160 +#: ../src/ddns/__init__.py:205 #, python-format msgid "Dynamic DNS update for %(hostname)s (%(provider)s) successful" msgstr "" -#: ../src/ddns/providers.py:120 +#: ../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:124 +#: ../src/ddns/providers.py:133 #, python-format msgid "%s is already up to date" msgstr "" -#: ../src/ddns/providers.py:247 +#: ../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:249 +#: ../src/ddns/providers.py:280 ../src/ddns/providers.py:327 msgid "Invalid hostname specified." msgstr "" -#: ../src/ddns/providers.py:251 +#: ../src/ddns/providers.py:282 msgid "Hostname not marked as a dynamic host." msgstr "" -#: ../src/ddns/providers.py:253 +#: ../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/system.py:127 +#: ../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:135 -msgid "Response header:" +#: ../src/ddns/system.py:163 +#, python-format +msgid "Response header (Status Code %s):" msgstr "" -- 2.39.2