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. # 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 # This file is distributed under the same license as the oslo.messaging
# project. # project.
# #
@ -10,8 +10,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.messaging\n" "Project-Id-Version: oslo.messaging\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\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: 2014-12-01 13:11+0000\n" "PO-Revision-Date: 2015-03-13 10:28+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German " "Language-Team: German "
"(http://www.transifex.com/projects/p/oslomessaging/language/de/)\n" "(http://www.transifex.com/projects/p/oslomessaging/language/de/)\n"
@ -21,21 +21,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\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." msgid "Unexpected exception occurred."
msgstr "" msgstr ""
#: oslo/messaging/notify/_impl_routing.py:80 #: oslo_messaging/notify/_impl_routing.py:80
#, python-format #, python-format
msgid "Failed to load any notifiers for %s" msgid "Failed to load any notifiers for %s"
msgstr "Es konnten keine Notifiers für %s geladen werden" 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 #, python-format
msgid "Routing '%(event)s' notification to '%(driver)s' driver" msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "'%(event)s' Notfikation wird zum Treiber '%(driver)s' geroutet." 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 #, python-format
msgid "Exception during message handling: %s" msgid "Exception during message handling: %s"
msgstr "Exception während Messagebehandlung: %s" msgstr "Exception während Messagebehandlung: %s"

View File

@ -1,5 +1,5 @@
# English (United Kingdom) translations for oslo.messaging. # 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 # This file is distributed under the same license as the oslo.messaging
# project. # project.
# #
@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.messaging\n" "Project-Id-Version: oslo.messaging\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\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: 2014-12-01 13:11+0000\n" "PO-Revision-Date: 2015-03-13 10:28+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) " "Language-Team: English (United Kingdom) "
"(http://www.transifex.com/projects/p/oslomessaging/language/en_GB/)\n" "(http://www.transifex.com/projects/p/oslomessaging/language/en_GB/)\n"
@ -20,21 +20,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\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." msgid "Unexpected exception occurred."
msgstr "" msgstr ""
#: oslo/messaging/notify/_impl_routing.py:80 #: oslo_messaging/notify/_impl_routing.py:80
#, python-format #, python-format
msgid "Failed to load any notifiers for %s" msgid "Failed to load any notifiers for %s"
msgstr "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 #, python-format
msgid "Routing '%(event)s' notification to '%(driver)s' driver" msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "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 #, python-format
msgid "Exception during message handling: %s" msgid "Exception during message handling: %s"
msgstr "Exception during message handling: %s" msgstr "Exception during message handling: %s"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.messaging\n" "Project-Id-Version: oslo.messaging\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-02-02 06:12+0000\n" "POT-Creation-Date: 2015-03-19 06:07+0000\n"
"PO-Revision-Date: 2014-12-20 02:07+0000\n" "PO-Revision-Date: 2015-03-13 10:28+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French " "Language-Team: French "
"(http://www.transifex.com/projects/p/oslomessaging/language/fr/)\n" "(http://www.transifex.com/projects/p/oslomessaging/language/fr/)\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\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" msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "Routage '%(event)s' notification du pilote %(driver)s'" 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 #: oslo_messaging/rpc/dispatcher.py:150
#, python-format #, python-format
msgid "Exception during message handling: %s" msgid "Exception during message handling: %s"

View File

@ -1,15 +1,15 @@
# Translations template for oslo.messaging. # 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 # This file is distributed under the same license as the oslo.messaging
# project. # project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. # FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -18,21 +18,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\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." msgid "Unexpected exception occurred."
msgstr "" msgstr ""
#: oslo/messaging/notify/_impl_routing.py:80 #: oslo_messaging/notify/_impl_routing.py:80
#, python-format #, python-format
msgid "Failed to load any notifiers for %s" msgid "Failed to load any notifiers for %s"
msgstr "" msgstr ""
#: oslo/messaging/notify/_impl_routing.py:117 #: oslo_messaging/notify/_impl_routing.py:117
#, python-format #, python-format
msgid "Routing '%(event)s' notification to '%(driver)s' driver" msgid "Routing '%(event)s' notification to '%(driver)s' driver"
msgstr "" 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 #, python-format
msgid "Exception during message handling: %s" msgid "Exception during message handling: %s"
msgstr "" msgstr ""