From cd5f29aab2675ee42e80a74e019a60db15d0b358 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 7 Sep 2014 06:08:52 +0000 Subject: [PATCH] Imported Translations from Transifex Change-Id: Ia450f33acfb18f9a819f09bf579178e2455706c1 --- .../oslo.concurrency-log-critical.po | 21 +++ .../LC_MESSAGES/oslo.concurrency-log-error.po | 38 ++++++ .../LC_MESSAGES/oslo.concurrency-log-info.po | 34 +++++ .../oslo.concurrency-log-warning.po | 21 +++ .../en_GB/LC_MESSAGES/oslo.concurrency.po | 121 ++++++++++++++++++ 5 files changed, 235 insertions(+) create mode 100644 oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-critical.po create mode 100644 oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-error.po create mode 100644 oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po create mode 100644 oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-warning.po create mode 100644 oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po diff --git a/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-critical.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-critical.po new file mode 100644 index 0000000..6ab04de --- /dev/null +++ b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-critical.po @@ -0,0 +1,21 @@ +# Translations template for heat. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the heat project. +# +# Translators: +# Andi Chandler , 2014 +msgid "" +msgstr "" +"Project-Id-Version: oslo.concurrency\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-09-07 06:08+0000\n" +"PO-Revision-Date: 2014-09-02 09:06+0000\n" +"Last-Translator: Andi Chandler \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" +"osloconcurrency/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 1.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-error.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-error.po new file mode 100644 index 0000000..c1d07d3 --- /dev/null +++ b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-error.po @@ -0,0 +1,38 @@ +# Translations template for oslo.concurrency. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.concurrency +# project. +# +# Translators: +# Andi Chandler , 2014 +msgid "" +msgstr "" +"Project-Id-Version: oslo.concurrency\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-09-07 06:08+0000\n" +"PO-Revision-Date: 2014-09-02 09:06+0000\n" +"Last-Translator: Andi Chandler \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" +"osloconcurrency/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 1.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: oslo/concurrency/lockutils.py:124 +#: oslo/concurrency/openstack/common/lockutils.py:119 +#, python-format +msgid "Could not release the acquired lock `%s`" +msgstr "Could not release the acquired lock `%s`" + +#: oslo/concurrency/openstack/common/excutils.py:76 +#, python-format +msgid "Original exception being dropped: %s" +msgstr "Original exception being dropped: %s" + +#: oslo/concurrency/openstack/common/excutils.py:105 +#, python-format +msgid "Unexpected exception occurred %d time(s)... retrying." +msgstr "Unexpected exception occurred %d time(s)... retrying." diff --git a/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po new file mode 100644 index 0000000..a8907ed --- /dev/null +++ b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-info.po @@ -0,0 +1,34 @@ +# Translations template for oslo.concurrency. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.concurrency +# project. +# +# Translators: +# Andi Chandler , 2014 +msgid "" +msgstr "" +"Project-Id-Version: oslo.concurrency\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-09-07 06:08+0000\n" +"PO-Revision-Date: 2014-09-02 09:06+0000\n" +"Last-Translator: Andi Chandler \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" +"osloconcurrency/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 1.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: oslo/concurrency/lockutils.py:84 +#: oslo/concurrency/openstack/common/lockutils.py:82 +#, python-format +msgid "Created lock path: %s" +msgstr "Created lock path: %s" + +#: oslo/concurrency/lockutils.py:201 +#: oslo/concurrency/openstack/common/lockutils.py:251 +#, python-format +msgid "Failed to remove file %(file)s" +msgstr "Failed to remove file %(file)s" diff --git a/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-warning.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-warning.po new file mode 100644 index 0000000..6ab04de --- /dev/null +++ b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency-log-warning.po @@ -0,0 +1,21 @@ +# Translations template for heat. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the heat project. +# +# Translators: +# Andi Chandler , 2014 +msgid "" +msgstr "" +"Project-Id-Version: oslo.concurrency\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-09-07 06:08+0000\n" +"PO-Revision-Date: 2014-09-02 09:06+0000\n" +"Last-Translator: Andi Chandler \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" +"osloconcurrency/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 1.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" diff --git a/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po new file mode 100644 index 0000000..c9bdbae --- /dev/null +++ b/oslo.concurrency/locale/en_GB/LC_MESSAGES/oslo.concurrency.po @@ -0,0 +1,121 @@ +# English (United Kingdom) translations for oslo.concurrency. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.concurrency +# project. +# +# Translators: +# Andi Chandler , 2014 +msgid "" +msgstr "" +"Project-Id-Version: oslo.concurrency\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-09-07 06:08+0000\n" +"PO-Revision-Date: 2014-09-02 09:07+0000\n" +"Last-Translator: Andi Chandler \n" +"Language-Team: English (United Kingdom) " +"(http://www.transifex.com/projects/p/osloconcurrency/language/en_GB/)\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/concurrency/lockutils.py:106 +#: oslo/concurrency/openstack/common/lockutils.py:101 +#, python-format +msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" +msgstr "Unable to acquire lock on `%(filename)s` due to %(exception)s" + +#: oslo/concurrency/processutils.py:59 +msgid "Unexpected error while running command." +msgstr "Unexpected error while running command." + +#: oslo/concurrency/processutils.py:62 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: oslo/concurrency/processutils.py:143 +#, python-format +msgid "Got unknown keyword args: %r" +msgstr "Got unknown keyword args: %r" + +#: oslo/concurrency/processutils.py:148 +msgid "Command requested root, but did not specify a root helper." +msgstr "Command requested root, but did not specify a root helper." + +#: oslo/concurrency/processutils.py:158 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Running cmd (subprocess): %s" + +#: oslo/concurrency/processutils.py:206 +#, python-format +msgid "%r failed. Retrying." +msgstr "%r failed. Retrying." + +#: oslo/concurrency/processutils.py:248 +msgid "Environment not supported over SSH" +msgstr "Environment not supported over SSH" + +#: oslo/concurrency/processutils.py:252 +msgid "process_input not supported over SSH" +msgstr "process_input not supported over SSH" + +#: oslo/concurrency/openstack/common/gettextutils.py:301 +msgid "Message objects do not support addition." +msgstr "Message objects do not support addition." + +#: oslo/concurrency/openstack/common/gettextutils.py:311 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." + +#: oslo/concurrency/openstack/common/log.py:287 +#, python-format +msgid "Deprecated: %s" +msgstr "Deprecated: %s" + +#: oslo/concurrency/openstack/common/log.py:396 +#, python-format +msgid "Error loading logging config %(log_config)s: %(err_msg)s" +msgstr "Error loading logging config %(log_config)s: %(err_msg)s" + +#: oslo/concurrency/openstack/common/log.py:457 +#, python-format +msgid "syslog facility must be one of: %s" +msgstr "syslog facility must be one of: %s" + +#: oslo/concurrency/openstack/common/log.py:700 +#, python-format +msgid "Fatal call to deprecated config: %(msg)s" +msgstr "Fatal call to deprecated config: %(msg)s" + +#: oslo/concurrency/openstack/common/strutils.py:114 +#, python-format +msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" +msgstr "Unrecognised value '%(val)s', acceptable values are: %(acceptable)s" + +#: oslo/concurrency/openstack/common/strutils.py:219 +#, python-format +msgid "Invalid unit system: \"%s\"" +msgstr "Invalid unit system: \"%s\"" + +#: oslo/concurrency/openstack/common/strutils.py:228 +#, python-format +msgid "Invalid string format: %s" +msgstr "Invalid string format: %s" +