# Translations template for oslo.concurrency.
# Copyright (C) 2025 ORGANIZATION
# This file is distributed under the same license as the oslo.concurrency
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.concurrency VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2025-02-15 16:22+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.16.0\n"

#: oslo_concurrency/lockutils.py:302
msgid "Specifying semaphores is not supported when using fair locks."
msgstr ""

#: oslo_concurrency/lockutils.py:305
msgid "Disabling blocking is not supported when using fair locks."
msgstr ""

#: oslo_concurrency/lockutils.py:531
msgid ""
"Calling lockutils directly is no longer supported.  Please use the "
"lockutils-wrapper console script instead."
msgstr ""

#: oslo_concurrency/processutils.py:66
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:312
#, python-format
msgid "Got unknown keyword args: %r"
msgstr ""

#: oslo_concurrency/processutils.py:317
#, python-format
msgid "Got invalid arg log_errors: %r"
msgstr ""

#: oslo_concurrency/processutils.py:323
msgid "Command requested root, but did not specify a root helper."
msgstr ""

#: oslo_concurrency/processutils.py:349
#, python-format
msgid "Running cmd (subprocess): %s"
msgstr ""

#: oslo_concurrency/processutils.py:408
#, 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:417
#, python-format
msgid ""
"Got an OSError\n"
"command: %(cmd)r\n"
"errno: %(errno)r"
msgstr ""

#: oslo_concurrency/processutils.py:423
#, python-format
msgid "%r failed. Not Retrying."
msgstr ""

#: oslo_concurrency/processutils.py:427
#, python-format
msgid "%r failed. Retrying."
msgstr ""

#: oslo_concurrency/processutils.py:494
msgid "Environment not supported over SSH"
msgstr ""

#: oslo_concurrency/processutils.py:498
msgid "process_input not supported over SSH"
msgstr ""