# Translations template for oslo.service. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the oslo.service # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: oslo.service VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-05-06 11:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" #: oslo_service/eventlet_backdoor.py:40 #, python-format msgid "Invalid backdoor_port configuration %(range)s: %(ex)s. %(help)s" msgstr "" #: oslo_service/eventlet_backdoor.py:276 msgid "Did not create backdoor at requested location" msgstr "" #: oslo_service/loopingcall.py:80 msgid "Unknown looping call" msgstr "" #: oslo_service/loopingcall.py:82 msgid "A looping call can only run one function at a time" msgstr "" #: oslo_service/loopingcall.py:179 msgid "A fixed interval looping call can only run one function at a time" msgstr "" #: oslo_service/loopingcall.py:182 msgid "Fixed interval looping call" msgstr "" #: oslo_service/loopingcall.py:200 msgid "" "A fixed interval looping call with timeout checking and can only run one " "function at at a time" msgstr "" #: oslo_service/loopingcall.py:204 msgid "Fixed interval looping call with timeout checking." msgstr "" #: oslo_service/loopingcall.py:220 oslo_service/loopingcall.py:350 #, python-format msgid "Looping call timed out after %.02f seconds" msgstr "" #: oslo_service/loopingcall.py:235 msgid "A dynamic interval looping call can only run one function at a time" msgstr "" #: oslo_service/loopingcall.py:237 msgid "" "A dynamic interval looping call should supply either an interval or " "periodic_interval_max" msgstr "" #: oslo_service/loopingcall.py:242 msgid "Dynamic interval looping call" msgstr "" #: oslo_service/loopingcall.py:313 msgid "Dynamic backoff interval looping call" msgstr "" #: oslo_service/loopingcall.py:314 msgid "" "A dynamic backoff interval looping call can only run one function at a " "time" msgstr "" #: oslo_service/periodic_task.py:35 #, python-format msgid "Unexpected argument for periodic task creation: %(arg)s." msgstr "" #: oslo_service/service.py:89 #, python-format msgid "Service %(service)s must an instance of %(base)s!" msgstr "" #: oslo_service/service.py:278 msgid "Launcher asked to start multiple workers" msgstr "" #: oslo_service/service.py:432 oslo_service/service.py:748 #, python-format msgid "Invalid restart_method: %s" msgstr "" #: oslo_service/service.py:833 msgid "Type of workers should be int!" msgstr "" #: oslo_service/service.py:836 msgid "Number of workers should be positive!" msgstr "" #: oslo_service/sslutils.py:62 #, python-format msgid "Unable to find cert_file : %s" msgstr "" #: oslo_service/sslutils.py:65 #, python-format msgid "Unable to find ca_file : %s" msgstr "" #: oslo_service/sslutils.py:68 #, python-format msgid "Unable to find key_file : %s" msgstr "" #: oslo_service/sslutils.py:71 msgid "" "When running server in SSL mode, you must specify both a cert_file and " "key_file option value in your configuration file" msgstr "" #: oslo_service/sslutils.py:88 #, python-format msgid "Invalid SSL version : %s" msgstr "" #: oslo_service/wsgi.py:53 #, python-format msgid "" "Invalid input received: Unexpected argument for periodic task creation: " "%(arg)s." msgstr "" #: oslo_service/wsgi.py:109 msgid "The backlog must be more than 0" msgstr "" #: oslo_service/wsgi.py:118 #, python-format msgid "Unsupported socket family: %s" msgstr "" #: oslo_service/wsgi.py:307 #, python-format msgid "Could not find config at %(path)s" msgstr "" #: oslo_service/wsgi.py:313 #, python-format msgid "Could not load paste app '%(name)s' from %(path)s" msgstr ""