From 39d1917644d2b78d7385ebe7709daf0f2621bd9f Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 14 Jul 2014 06:09:10 +0000 Subject: [PATCH] Imported Translations from Transifex Change-Id: Ib4e037ef996ad574eb116970272cf410823e0cdf --- .../locale/de/LC_MESSAGES/oslo.messaging.po | 72 +++++++++++++++++++ .../locale/oslo.messaging-log-critical.pot | 20 ++++++ .../locale/oslo.messaging-log-error.pot | 20 ++++++ .../locale/oslo.messaging-log-info.pot | 20 ++++++ .../locale/oslo.messaging-log-warning.pot | 20 ++++++ oslo.messaging/locale/oslo.messaging.pot | 33 +++++++-- 6 files changed, 181 insertions(+), 4 deletions(-) create mode 100644 oslo.messaging/locale/de/LC_MESSAGES/oslo.messaging.po create mode 100644 oslo.messaging/locale/oslo.messaging-log-critical.pot create mode 100644 oslo.messaging/locale/oslo.messaging-log-error.pot create mode 100644 oslo.messaging/locale/oslo.messaging-log-info.pot create mode 100644 oslo.messaging/locale/oslo.messaging-log-warning.pot diff --git a/oslo.messaging/locale/de/LC_MESSAGES/oslo.messaging.po b/oslo.messaging/locale/de/LC_MESSAGES/oslo.messaging.po new file mode 100644 index 000000000..9f099703c --- /dev/null +++ b/oslo.messaging/locale/de/LC_MESSAGES/oslo.messaging.po @@ -0,0 +1,72 @@ +# German translations for oslo.messaging. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# +# Translators: +# Andreas Jaeger , 2014 +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-14 06:09+0000\n" +"PO-Revision-Date: 2014-07-10 18:39+0000\n" +"Last-Translator: Andreas Jaeger \n" +"Language-Team: German " +"(http://www.transifex.com/projects/p/oslomessaging/language/de/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\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" + +#: 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 +#, python-format +msgid "Routing '%(event)s' notification to '%(driver)s' driver" +msgstr "'%(event)s' Notfikation wird zum Treiber '%(driver)s' geroutet." + +#: oslo/messaging/openstack/common/excutils.py:62 +#, python-format +msgid "Original exception being dropped: %s" +msgstr "Ursprüngliche Exception wurde gedropt: %s" + +#: oslo/messaging/openstack/common/excutils.py:91 +#, python-format +msgid "Unexpected exception occurred %d time(s)... retrying." +msgstr "Unerwartete Exception trat %d mal auf... Neuer Versuch." + +#: oslo/messaging/openstack/common/gettextutils.py:320 +msgid "Message objects do not support addition." +msgstr "" + +#: oslo/messaging/openstack/common/gettextutils.py:330 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" + +#: oslo/messaging/openstack/common/strutils.py:92 +#, python-format +msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" +msgstr "" + +#: oslo/messaging/openstack/common/strutils.py:197 +#, python-format +msgid "Invalid unit system: \"%s\"" +msgstr "" + +#: oslo/messaging/openstack/common/strutils.py:206 +#, python-format +msgid "Invalid string format: %s" +msgstr "" + +#: oslo/messaging/rpc/dispatcher.py:142 +#, python-format +msgid "Exception during message handling: %s" +msgstr "Exception während Messagebehandlung: %s" + diff --git a/oslo.messaging/locale/oslo.messaging-log-critical.pot b/oslo.messaging/locale/oslo.messaging-log-critical.pot new file mode 100644 index 000000000..87e803498 --- /dev/null +++ b/oslo.messaging/locale/oslo.messaging-log-critical.pot @@ -0,0 +1,20 @@ +# Translations template for oslo.messaging. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# FIRST AUTHOR , 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging 1.4.0.0a3.2.g3d956f5\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-14 06:09+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + diff --git a/oslo.messaging/locale/oslo.messaging-log-error.pot b/oslo.messaging/locale/oslo.messaging-log-error.pot new file mode 100644 index 000000000..87e803498 --- /dev/null +++ b/oslo.messaging/locale/oslo.messaging-log-error.pot @@ -0,0 +1,20 @@ +# Translations template for oslo.messaging. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# FIRST AUTHOR , 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging 1.4.0.0a3.2.g3d956f5\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-14 06:09+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + diff --git a/oslo.messaging/locale/oslo.messaging-log-info.pot b/oslo.messaging/locale/oslo.messaging-log-info.pot new file mode 100644 index 000000000..87e803498 --- /dev/null +++ b/oslo.messaging/locale/oslo.messaging-log-info.pot @@ -0,0 +1,20 @@ +# Translations template for oslo.messaging. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# FIRST AUTHOR , 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging 1.4.0.0a3.2.g3d956f5\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-14 06:09+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + diff --git a/oslo.messaging/locale/oslo.messaging-log-warning.pot b/oslo.messaging/locale/oslo.messaging-log-warning.pot new file mode 100644 index 000000000..87e803498 --- /dev/null +++ b/oslo.messaging/locale/oslo.messaging-log-warning.pot @@ -0,0 +1,20 @@ +# Translations template for oslo.messaging. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# FIRST AUTHOR , 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging 1.4.0.0a3.2.g3d956f5\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-07-14 06:09+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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" + diff --git a/oslo.messaging/locale/oslo.messaging.pot b/oslo.messaging/locale/oslo.messaging.pot index 492809374..57c647f75 100644 --- a/oslo.messaging/locale/oslo.messaging.pot +++ b/oslo.messaging/locale/oslo.messaging.pot @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: oslo.messaging 1.3.0.41.gea989b8\n" +"Project-Id-Version: oslo.messaging 1.4.0.0a3.2.g3d956f5\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-06-05 22:48+0200\n" +"POT-Creation-Date: 2014-07-14 06:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,9 +18,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: oslo/messaging/notify/_impl_routing.py:81 +#: oslo/messaging/notify/_impl_routing.py:80 #, python-format -msgid "Failed to load any notifiers for %(namespace)s" +msgid "Failed to load any notifiers for %s" msgstr "" #: oslo/messaging/notify/_impl_routing.py:117 @@ -38,6 +38,31 @@ msgstr "" msgid "Unexpected exception occurred %d time(s)... retrying." msgstr "" +#: oslo/messaging/openstack/common/gettextutils.py:320 +msgid "Message objects do not support addition." +msgstr "" + +#: oslo/messaging/openstack/common/gettextutils.py:330 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" + +#: oslo/messaging/openstack/common/strutils.py:92 +#, python-format +msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" +msgstr "" + +#: oslo/messaging/openstack/common/strutils.py:197 +#, python-format +msgid "Invalid unit system: \"%s\"" +msgstr "" + +#: oslo/messaging/openstack/common/strutils.py:206 +#, python-format +msgid "Invalid string format: %s" +msgstr "" + #: oslo/messaging/rpc/dispatcher.py:142 #, python-format msgid "Exception during message handling: %s"