463b32d343
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I87ec1f7fc4fb7a70b748905d5dad4e7ffc132aa8
113 lines
3.0 KiB
Plaintext
113 lines
3.0 KiB
Plaintext
# Translations template for oslo.concurrency.
|
|
# Copyright (C) 2015 ORGANIZATION
|
|
# This file is distributed under the same license as the oslo.concurrency
|
|
# project.
|
|
#
|
|
# Translators:
|
|
# Andi Chandler <andi@gowling.com>, 2014-2015
|
|
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
|
|
# Andi Chandler <andi@gowling.com>, 2017. #zanata
|
|
# Andi Chandler <andi@gowling.com>, 2020. #zanata
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: oslo.concurrency VERSION\n"
|
|
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
|
"POT-Creation-Date: 2020-04-27 10:22+0000\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"PO-Revision-Date: 2020-04-27 08:12+0000\n"
|
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
|
"Language: en_GB\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"Generated-By: Babel 2.0\n"
|
|
"X-Generator: Zanata 4.3.3\n"
|
|
"Language-Team: English (United Kingdom)\n"
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"%(desc)r\n"
|
|
"command: %(cmd)r\n"
|
|
"exit code: %(code)r\n"
|
|
"stdout: %(stdout)r\n"
|
|
"stderr: %(stderr)r"
|
|
msgstr ""
|
|
"%(desc)r\n"
|
|
"command: %(cmd)r\n"
|
|
"exit code: %(code)r\n"
|
|
"stdout: %(stdout)r\n"
|
|
"stderr: %(stderr)r"
|
|
|
|
#, 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"
|
|
|
|
#, python-format
|
|
msgid "%r failed. Not Retrying."
|
|
msgstr "%r failed. Not Retrying."
|
|
|
|
#, python-format
|
|
msgid "%r failed. Retrying."
|
|
msgstr "%r failed. Retrying."
|
|
|
|
msgid ""
|
|
"Calling lockutils directly is no longer supported. Please use the lockutils-"
|
|
"wrapper console script instead."
|
|
msgstr ""
|
|
"Calling lockutils directly is no longer supported. Please use the lockutils-"
|
|
"wrapper console script instead."
|
|
|
|
msgid "Command requested root, but did not specify a root helper."
|
|
msgstr "Command requested root, but did not specify a root helper."
|
|
|
|
msgid "Environment not supported over SSH"
|
|
msgstr "Environment not supported over SSH"
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"Got an OSError\n"
|
|
"command: %(cmd)r\n"
|
|
"errno: %(errno)r"
|
|
msgstr ""
|
|
"Got an OSError\n"
|
|
"command: %(cmd)r\n"
|
|
"errno: %(errno)r"
|
|
|
|
#, python-format
|
|
msgid "Got invalid arg log_errors: %r"
|
|
msgstr "Got invalid arg log_errors: %r"
|
|
|
|
#, python-format
|
|
msgid "Got unknown keyword args: %r"
|
|
msgstr "Got unknown keyword args: %r"
|
|
|
|
msgid ""
|
|
"Process resource limits are ignored as this feature is not supported on "
|
|
"Windows."
|
|
msgstr ""
|
|
"Process resource limits are ignored as this feature is not supported on "
|
|
"Windows."
|
|
|
|
#, python-format
|
|
msgid "Running cmd (subprocess): %s"
|
|
msgstr "Running cmd (subprocess): %s"
|
|
|
|
msgid "Specifying semaphores is not supported when using fair locks."
|
|
msgstr "Specifying semaphores is not supported when using fair locks."
|
|
|
|
msgid "Unexpected error while running command."
|
|
msgstr "Unexpected error while running command."
|
|
|
|
msgid "process_input not supported over SSH"
|
|
msgstr "process_input not supported over SSH"
|