From 6fe565d9b440fde692d28965307aa866e3525098 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 16 Mar 2015 06:11:07 +0000 Subject: [PATCH] Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ie9573279b47edc947dc01278fbaa99d4fb768eec --- .../locale/de/LC_MESSAGES/oslo.utils.po | 30 ++++++++++--- .../locale/en_GB/LC_MESSAGES/oslo.utils.po | 30 ++++++++++--- .../fr/LC_MESSAGES/oslo.utils-log-info.po | 43 +++++++++++++++++++ .../locale/fr/LC_MESSAGES/oslo.utils.po | 32 +++++++++++--- oslo.utils/locale/oslo.utils.pot | 30 ++++++++++--- 5 files changed, 137 insertions(+), 28 deletions(-) create mode 100644 oslo.utils/locale/fr/LC_MESSAGES/oslo.utils-log-info.po diff --git a/oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po b/oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po index f964addc..31781517 100644 --- a/oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po +++ b/oslo.utils/locale/de/LC_MESSAGES/oslo.utils.po @@ -1,5 +1,5 @@ # German translations for oslo.utils. -# Copyright (C) 2014 ORGANIZATION +# Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the oslo.utils project. # # Translators: @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: oslo.utils\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-12-10 06:12+0000\n" -"PO-Revision-Date: 2014-12-07 06:42+0000\n" -"Last-Translator: Andreas Jaeger \n" +"POT-Creation-Date: 2015-03-16 06:11+0000\n" +"PO-Revision-Date: 2015-03-02 07:27+0000\n" +"Last-Translator: openstackjenkins \n" "Language-Team: German " "(http://www.transifex.com/projects/p/osloutils/language/de/)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" @@ -20,17 +20,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: oslo/utils/strutils.py:126 +#: oslo_utils/netutils.py:123 +msgid "Unable to generate IP address by EUI64 for IPv4 prefix" +msgstr "" + +#: oslo_utils/netutils.py:130 +#, python-format +msgid "" +"Bad prefix or mac format for generating IPv6 address by EUI-64: " +"%(prefix)s, %(mac)s:" +msgstr "" + +#: oslo_utils/netutils.py:134 +#, python-format +msgid "Bad prefix type for generating IPv6 address by EUI-64: %s" +msgstr "" + +#: oslo_utils/strutils.py:133 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" msgstr "Nicht erkannter Wert '%(val)s', zulässige Werte are: %(acceptable)s" -#: oslo/utils/strutils.py:160 +#: oslo_utils/strutils.py:167 #, python-format msgid "Invalid unit system: \"%s\"" msgstr "Ungültiges Einheitensystem: \"%s\"" -#: oslo/utils/strutils.py:169 +#: oslo_utils/strutils.py:176 #, python-format msgid "Invalid string format: %s" msgstr "Ungültiges Stringformat: %s" diff --git a/oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po b/oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po index 27ae5694..f6c0a034 100644 --- a/oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po +++ b/oslo.utils/locale/en_GB/LC_MESSAGES/oslo.utils.po @@ -1,5 +1,5 @@ # English (United Kingdom) translations for oslo.utils. -# Copyright (C) 2014 ORGANIZATION +# Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the oslo.utils project. # # Translators: @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: oslo.utils\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-07 06:11+0000\n" -"PO-Revision-Date: 2014-09-02 09:08+0000\n" -"Last-Translator: Andi Chandler \n" +"POT-Creation-Date: 2015-03-16 06:11+0000\n" +"PO-Revision-Date: 2015-03-02 07:27+0000\n" +"Last-Translator: openstackjenkins \n" "Language-Team: English (United Kingdom) " "(http://www.transifex.com/projects/p/osloutils/language/en_GB/)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" @@ -19,17 +19,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: oslo/utils/strutils.py:125 +#: oslo_utils/netutils.py:123 +msgid "Unable to generate IP address by EUI64 for IPv4 prefix" +msgstr "" + +#: oslo_utils/netutils.py:130 +#, python-format +msgid "" +"Bad prefix or mac format for generating IPv6 address by EUI-64: " +"%(prefix)s, %(mac)s:" +msgstr "" + +#: oslo_utils/netutils.py:134 +#, python-format +msgid "Bad prefix type for generating IPv6 address by EUI-64: %s" +msgstr "" + +#: oslo_utils/strutils.py:133 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" msgstr "Unrecognised value '%(val)s', acceptable values are: %(acceptable)s" -#: oslo/utils/strutils.py:159 +#: oslo_utils/strutils.py:167 #, python-format msgid "Invalid unit system: \"%s\"" msgstr "Invalid unit system: \"%s\"" -#: oslo/utils/strutils.py:168 +#: oslo_utils/strutils.py:176 #, python-format msgid "Invalid string format: %s" msgstr "Invalid string format: %s" diff --git a/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils-log-info.po b/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils-log-info.po new file mode 100644 index 00000000..83af6fb6 --- /dev/null +++ b/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils-log-info.po @@ -0,0 +1,43 @@ +# Translations template for oslo.utils. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.utils project. +# +# Translators: +# Maxime COQUEREL , 2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: oslo.utils\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-03-16 06:11+0000\n" +"PO-Revision-Date: 2015-03-08 16:45+0000\n" +"Last-Translator: Maxime COQUEREL \n" +"Language-Team: French (http://www.transifex.com/projects/p/osloutils/" +"language/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: oslo_utils/netutils.py:207 +msgid "" +"Could not determine default network interface, using 127.0.0.1 for IPv4 " +"address" +msgstr "" +"Impossible de déterminer l'interface de réseau par défaut, utilisé pour " +"l'adresse IPv4 127.0.0.1" + +#: oslo_utils/netutils.py:214 +#, python-format +msgid "Could not determine IPv4 address for interface %s, using 127.0.0.1" +msgstr "" +"Impossible de déterminer l'adresse IPv4 utilisé par l'interface %s pour " +"l'adresse 127.0.0.1" + +#: oslo_utils/netutils.py:218 +#, python-format +msgid "Could not determine IPv4 address for interface %(interface)s: %(error)s" +msgstr "" +"Impossible de déterminer l'adresse IPv4 utilisé par l'interface " +"%(interface)s: %(error)s" diff --git a/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po b/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po index f6af93d7..4a4b2d70 100644 --- a/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po +++ b/oslo.utils/locale/fr/LC_MESSAGES/oslo.utils.po @@ -1,15 +1,15 @@ # French translations for oslo.utils. -# Copyright (C) 2014 ORGANIZATION +# Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the oslo.utils project. # # Translators: -# Maxime COQUEREL , 2014 +# Maxime COQUEREL , 2014-2015 msgid "" msgstr "" "Project-Id-Version: oslo.utils\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-10-02 06:09+0000\n" -"PO-Revision-Date: 2014-09-25 09:17+0000\n" +"POT-Creation-Date: 2015-03-16 06:11+0000\n" +"PO-Revision-Date: 2015-03-08 16:44+0000\n" "Last-Translator: Maxime COQUEREL \n" "Language-Team: French " "(http://www.transifex.com/projects/p/osloutils/language/fr/)\n" @@ -19,19 +19,37 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: oslo/utils/strutils.py:125 +#: oslo_utils/netutils.py:123 +msgid "Unable to generate IP address by EUI64 for IPv4 prefix" +msgstr "Impossible de générer l'adresse IP par EUI64 pour le préfixe IPv4" + +#: oslo_utils/netutils.py:130 +#, python-format +msgid "" +"Bad prefix or mac format for generating IPv6 address by EUI-64: " +"%(prefix)s, %(mac)s:" +msgstr "" +"Mauvais type de préfixe ou mauvais format d'adresse mac pour générer une " +"adresse IPv6 par EUI-64: %(prefix)s, %(mac)s:" + +#: oslo_utils/netutils.py:134 +#, python-format +msgid "Bad prefix type for generating IPv6 address by EUI-64: %s" +msgstr "Mauvais type de préfixe pour générer adresse IPv6 par EUI-64: %s" + +#: oslo_utils/strutils.py:133 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" msgstr "" "Valeur non reconnue '%(val)s', les valeurs acceptables sont: " "%(acceptable)s" -#: oslo/utils/strutils.py:159 +#: oslo_utils/strutils.py:167 #, python-format msgid "Invalid unit system: \"%s\"" msgstr "Unit système non valide: \"%s\"" -#: oslo/utils/strutils.py:168 +#: oslo_utils/strutils.py:176 #, python-format msgid "Invalid string format: %s" msgstr "Format de chaine de caractère non valide: %s" diff --git a/oslo.utils/locale/oslo.utils.pot b/oslo.utils/locale/oslo.utils.pot index 9b35a2f2..1d9f6396 100644 --- a/oslo.utils/locale/oslo.utils.pot +++ b/oslo.utils/locale/oslo.utils.pot @@ -1,14 +1,14 @@ # Translations template for oslo.utils. -# Copyright (C) 2014 ORGANIZATION +# Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the oslo.utils project. -# FIRST AUTHOR , 2014. +# FIRST AUTHOR , 2015. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: oslo.utils 0.1.1\n" +"Project-Id-Version: oslo.utils 1.4.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-08-11 06:10+0000\n" +"POT-Creation-Date: 2015-03-16 06:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,17 +17,33 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: oslo/utils/strutils.py:92 +#: oslo_utils/netutils.py:123 +msgid "Unable to generate IP address by EUI64 for IPv4 prefix" +msgstr "" + +#: oslo_utils/netutils.py:130 +#, python-format +msgid "" +"Bad prefix or mac format for generating IPv6 address by EUI-64: " +"%(prefix)s, %(mac)s:" +msgstr "" + +#: oslo_utils/netutils.py:134 +#, python-format +msgid "Bad prefix type for generating IPv6 address by EUI-64: %s" +msgstr "" + +#: oslo_utils/strutils.py:133 #, python-format msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" msgstr "" -#: oslo/utils/strutils.py:126 +#: oslo_utils/strutils.py:167 #, python-format msgid "Invalid unit system: \"%s\"" msgstr "" -#: oslo/utils/strutils.py:135 +#: oslo_utils/strutils.py:176 #, python-format msgid "Invalid string format: %s" msgstr ""