oslo.concurrency/oslo_concurrency/locale/oslo.concurrency.pot

105 lines
2.4 KiB
Plaintext

# Translations template for oslo.concurrency.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the oslo.concurrency
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.concurrency 0.2.0.2.gd5ea62c\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-29 06:10+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 1.3\n"
#: oslo/concurrency/lockutils.py:120
#, python-format
msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s"
msgstr ""
#: oslo/concurrency/lockutils.py:134
msgid "Unable to release an unacquired lock"
msgstr ""
#: oslo/concurrency/lockutils.py:385
msgid ""
"Calling lockutils directly is no longer supported. Please use the "
"lockutils-wrapper console script instead."
msgstr ""
#: oslo/concurrency/processutils.py:69
msgid "Unexpected error while running command."
msgstr ""
#: oslo/concurrency/processutils.py:72
#, 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:171
#, python-format
msgid "Got unknown keyword args: %r"
msgstr ""
#: oslo/concurrency/processutils.py:174
#, python-format
msgid "Got invalid arg log_errors: %r"
msgstr ""
#: oslo/concurrency/processutils.py:180
msgid "Command requested root, but did not specify a root helper."
msgstr ""
#: oslo/concurrency/processutils.py:191
#, python-format
msgid "Running cmd (subprocess): %s"
msgstr ""
#: oslo/concurrency/processutils.py:233
#, 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:242
#, python-format
msgid ""
"Got an OSError\n"
"command: %(cmd)r\n"
"errno: %(errno)r"
msgstr ""
#: oslo/concurrency/processutils.py:248
#, python-format
msgid "%r failed. Not Retrying."
msgstr ""
#: oslo/concurrency/processutils.py:252
#, python-format
msgid "%r failed. Retrying."
msgstr ""
#: oslo/concurrency/processutils.py:299
msgid "Environment not supported over SSH"
msgstr ""
#: oslo/concurrency/processutils.py:303
msgid "process_input not supported over SSH"
msgstr ""