1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
# Translations template for oslo.concurrency.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.concurrency
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.concurrency 2.6.1.dev7\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-26 06:13+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.1.1\n"
#: oslo_concurrency/lockutils.py:324
msgid ""
"Calling lockutils directly is no longer supported. Please use the "
"lockutils-wrapper console script instead."
msgstr ""
#: oslo_concurrency/processutils.py:72
msgid "Unexpected error while running command."
msgstr ""
#: oslo_concurrency/processutils.py:75
#, python-format
msgid ""
"%(description)s\n"
"Command: %(cmd)s\n"
"Exit code: %(exit_code)s\n"
"Stdout: %(stdout)r\n"
"Stderr: %(stderr)r"
msgstr ""
#: oslo_concurrency/processutils.py:221
#, python-format
msgid "Got unknown keyword args: %r"
msgstr ""
#: oslo_concurrency/processutils.py:226
#, python-format
msgid "Got invalid arg log_errors: %r"
msgstr ""
#: oslo_concurrency/processutils.py:232
msgid "Command requested root, but did not specify a root helper."
msgstr ""
#: oslo_concurrency/processutils.py:250
#, python-format
msgid "Running cmd (subprocess): %s"
msgstr ""
#: oslo_concurrency/processutils.py:312
#, python-format
msgid ""
"%(desc)r\n"
"command: %(cmd)r\n"
"exit code: %(code)r\n"
"stdout: %(stdout)r\n"
"stderr: %(stderr)r"
msgstr ""
#: oslo_concurrency/processutils.py:321
#, python-format
msgid ""
"Got an OSError\n"
"command: %(cmd)r\n"
"errno: %(errno)r"
msgstr ""
#: oslo_concurrency/processutils.py:327
#, python-format
msgid "%r failed. Not Retrying."
msgstr ""
#: oslo_concurrency/processutils.py:331
#, python-format
msgid "%r failed. Retrying."
msgstr ""
#: oslo_concurrency/processutils.py:379
msgid "Environment not supported over SSH"
msgstr ""
#: oslo_concurrency/processutils.py:383
msgid "process_input not supported over SSH"
msgstr ""
|