diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-08-27 08:46:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-08-27 08:46:24 +0000 |
commit | 855f702efc98674034937efbbb960d338dac9d4f (patch) | |
tree | 9a2e0ec440e7fe28171404375a1b07bbb581d246 | |
parent | e4817384b5edf101d1096e8a7846de14e8d99ada (diff) | |
parent | b8c4be7bfc8fc07d3a6b461856cd15f59ee55488 (diff) | |
download | oslo-messaging-855f702efc98674034937efbbb960d338dac9d4f.tar.gz |
Merge "Imported Translations from Transifex"
3 files changed, 69 insertions, 3 deletions
diff --git a/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-error.po b/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-error.po index 0a2dbb0..ccf7282 100644 --- a/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-error.po +++ b/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-error.po @@ -4,13 +4,13 @@ # project. # # Translators: -# Andi Chandler <andi@gowling.com>, 2014 +# Andi Chandler <andi@gowling.com>, 2014-2015 msgid "" msgstr "" "Project-Id-Version: oslo.messaging\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-08-04 06:29+0000\n" -"PO-Revision-Date: 2014-11-03 23:02+0000\n" +"POT-Creation-Date: 2015-08-27 06:15+0000\n" +"PO-Revision-Date: 2015-08-27 00:47+0000\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/openstack/" "oslomessaging/language/en_GB/)\n" @@ -24,3 +24,7 @@ msgstr "" #, python-format msgid "An exception occurred processing the API call: %s " msgstr "An exception occurred processing the API call: %s " + +#, python-format +msgid "Exception during message handling: %s" +msgstr "Exception during message handling: %s" diff --git a/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-info.po b/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-info.po new file mode 100644 index 0000000..4c6c951 --- /dev/null +++ b/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-info.po @@ -0,0 +1,26 @@ +# Translations template for oslo.messaging. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# +# Translators: +# Andi Chandler <andi@gowling.com>, 2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-27 06:15+0000\n" +"PO-Revision-Date: 2015-08-27 00:47+0000\n" +"Last-Translator: Andi Chandler <andi@gowling.com>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/openstack/" +"oslomessaging/language/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Routing '%(event)s' notification to '%(driver)s' driver" +msgstr "Routing '%(event)s' notification to '%(driver)s' driver" diff --git a/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-warning.po b/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-warning.po new file mode 100644 index 0000000..4697158 --- /dev/null +++ b/oslo.messaging/locale/en_GB/LC_MESSAGES/oslo.messaging-log-warning.po @@ -0,0 +1,36 @@ +# Translations template for oslo.messaging. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the oslo.messaging +# project. +# +# Translators: +# Andi Chandler <andi@gowling.com>, 2014-2015 +msgid "" +msgstr "" +"Project-Id-Version: oslo.messaging\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-08-27 06:15+0000\n" +"PO-Revision-Date: 2015-08-27 00:55+0000\n" +"Last-Translator: Andi Chandler <andi@gowling.com>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/openstack/" +"oslomessaging/language/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, python-format +msgid "Failed to load any notifiers for %s" +msgstr "Failed to load any notifiers for %s" + +msgid "start/stop/wait must be called in the same thread" +msgstr "start/stop/wait must be called in the same thread" + +msgid "" +"wait() should be called after stop() as it waits for existing messages to " +"finish processing" +msgstr "" +"wait() should be called after stop() as it waits for existing messages to " +"finish processing" |