Imported Translations from Transifex

For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ie9573279b47edc947dc01278fbaa99d4fb768eec
This commit is contained in:
OpenStack Proposal Bot 2015-03-16 06:11:07 +00:00
parent 91dc782c2f
commit 6fe565d9b4
5 changed files with 137 additions and 28 deletions

View File

@ -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 <jaegerandi@gmail.com>\n"
"POT-Creation-Date: 2015-03-16 06:11+0000\n"
"PO-Revision-Date: 2015-03-02 07:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\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"

View File

@ -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 <andi@gowling.com>\n"
"POT-Creation-Date: 2015-03-16 06:11+0000\n"
"PO-Revision-Date: 2015-03-02 07:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\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"

View File

@ -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 <max.coquerel@gmail.com>, 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 <max.coquerel@gmail.com>\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"

View File

@ -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 <max.coquerel@gmail.com>, 2014
# Maxime COQUEREL <max.coquerel@gmail.com>, 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 <max.coquerel@gmail.com>\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"

View File

@ -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 <EMAIL@ADDRESS>, 2014.
# FIRST AUTHOR <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""