Imported Translations from Transifex

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

Change-Id: I80dd54830c2d24be8878fb55ba2a16ed5ea198ea
This commit is contained in:
OpenStack Proposal Bot 2015-03-19 06:08:00 +00:00
parent dabdc26a1a
commit f00ec93dca
4 changed files with 161 additions and 25 deletions

View File

@ -1,5 +1,5 @@
# German translations for oslo.messaging.
# Copyright (C) 2014 ORGANIZATION
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.messaging
# project.
#
@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: oslo.messaging\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-03 06:10+0000\n"
"PO-Revision-Date: 2014-12-01 13:11+0000\n"
"POT-Creation-Date: 2015-03-19 06:07+0000\n"
"PO-Revision-Date: 2015-03-13 10:28+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German "
"(http://www.transifex.com/projects/p/oslomessaging/language/de/)\n"
@ -21,21 +21,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: oslo/messaging/_executors/impl_blocking.py:50
#: oslo_messaging/_executors/impl_blocking.py:50
msgid "Unexpected exception occurred."
msgstr ""
#: oslo/messaging/notify/_impl_routing.py:80
#: oslo_messaging/notify/_impl_routing.py:80
#, python-format
msgid "Failed to load any notifiers for %s"
msgstr "Es konnten keine Notifiers für %s geladen werden"
#: oslo/messaging/notify/_impl_routing.py:117
#: oslo_messaging/notify/_impl_routing.py:117
#, python-format
msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "'%(event)s' Notfikation wird zum Treiber '%(driver)s' geroutet."
#: oslo/messaging/rpc/dispatcher.py:145
#: oslo_messaging/openstack/common/versionutils.py:99
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and "
"may be removed in %(remove_in)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:103
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in "
"%(remove_in)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:107
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:110
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:232
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:250
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""
#: oslo_messaging/rpc/dispatcher.py:150
#, python-format
msgid "Exception during message handling: %s"
msgstr "Exception während Messagebehandlung: %s"

View File

@ -1,5 +1,5 @@
# English (United Kingdom) translations for oslo.messaging.
# Copyright (C) 2014 ORGANIZATION
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.messaging
# project.
#
@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: oslo.messaging\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-03 06:10+0000\n"
"PO-Revision-Date: 2014-12-01 13:11+0000\n"
"POT-Creation-Date: 2015-03-19 06:07+0000\n"
"PO-Revision-Date: 2015-03-13 10:28+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) "
"(http://www.transifex.com/projects/p/oslomessaging/language/en_GB/)\n"
@ -20,21 +20,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: oslo/messaging/_executors/impl_blocking.py:50
#: oslo_messaging/_executors/impl_blocking.py:50
msgid "Unexpected exception occurred."
msgstr ""
#: oslo/messaging/notify/_impl_routing.py:80
#: oslo_messaging/notify/_impl_routing.py:80
#, python-format
msgid "Failed to load any notifiers for %s"
msgstr "Failed to load any notifiers for %s"
#: oslo/messaging/notify/_impl_routing.py:117
#: oslo_messaging/notify/_impl_routing.py:117
#, python-format
msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "Routing '%(event)s' notification to '%(driver)s' driver"
#: oslo/messaging/rpc/dispatcher.py:145
#: oslo_messaging/openstack/common/versionutils.py:99
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and "
"may be removed in %(remove_in)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:103
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in "
"%(remove_in)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:107
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:110
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:232
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:250
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""
#: oslo_messaging/rpc/dispatcher.py:150
#, python-format
msgid "Exception during message handling: %s"
msgstr "Exception during message handling: %s"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: oslo.messaging\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-02-02 06:12+0000\n"
"PO-Revision-Date: 2014-12-20 02:07+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n"
"POT-Creation-Date: 2015-03-19 06:07+0000\n"
"PO-Revision-Date: 2015-03-13 10:28+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French "
"(http://www.transifex.com/projects/p/oslomessaging/language/fr/)\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
@ -35,6 +35,40 @@ msgstr "Echec de chargement des notifications pour %s"
msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "Routage '%(event)s' notification du pilote %(driver)s'"
#: oslo_messaging/openstack/common/versionutils.py:99
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and "
"may be removed in %(remove_in)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:103
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in "
"%(remove_in)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:107
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:110
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:232
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:250
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""
#: oslo_messaging/rpc/dispatcher.py:150
#, python-format
msgid "Exception during message handling: %s"

View File

@ -1,15 +1,15 @@
# Translations template for oslo.messaging.
# Copyright (C) 2014 ORGANIZATION
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.messaging
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.messaging 1.5.0\n"
"Project-Id-Version: oslo.messaging 1.8.0.post23\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-03 06:10+0000\n"
"POT-Creation-Date: 2015-03-19 06:07+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"
@ -18,21 +18,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: oslo/messaging/_executors/impl_blocking.py:50
#: oslo_messaging/_executors/impl_blocking.py:50
msgid "Unexpected exception occurred."
msgstr ""
#: oslo/messaging/notify/_impl_routing.py:80
#: oslo_messaging/notify/_impl_routing.py:80
#, python-format
msgid "Failed to load any notifiers for %s"
msgstr ""
#: oslo/messaging/notify/_impl_routing.py:117
#: oslo_messaging/notify/_impl_routing.py:117
#, python-format
msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr ""
#: oslo/messaging/rpc/dispatcher.py:145
#: oslo_messaging/openstack/common/versionutils.py:99
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and "
"may be removed in %(remove_in)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:103
#, python-format
msgid ""
"%(what)s is deprecated as of %(as_of)s and may be removed in "
"%(remove_in)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:107
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:110
#, python-format
msgid "%(what)s is deprecated as of %(as_of)s. It will not be superseded."
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:232
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: oslo_messaging/openstack/common/versionutils.py:250
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""
#: oslo_messaging/rpc/dispatcher.py:150
#, python-format
msgid "Exception during message handling: %s"
msgstr ""