For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ic599097dd2a4f074042fc4dd961ab640b0561112
268 lines
6.4 KiB
Plaintext
268 lines
6.4 KiB
Plaintext
# Translations template for barbican.
|
|
# Copyright (C) 2015 ORGANIZATION
|
|
# This file is distributed under the same license as the barbican project.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: barbican 2015.2.0.dev27\n"
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
"POT-Creation-Date: 2015-05-03 06:07+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"
|
|
|
|
#: barbican/api/app.py:99
|
|
msgid "Barbican app created and initialized"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/consumers.py:60
|
|
#, python-format
|
|
msgid "Retrieved a consumer for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/consumers.py:122
|
|
#, python-format
|
|
msgid "Retrieved a consumer list for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/consumers.py:150
|
|
#, python-format
|
|
msgid "Created a consumer for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/consumers.py:184
|
|
#, python-format
|
|
msgid "Deleted a consumer for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/containers.py:69
|
|
#, python-format
|
|
msgid "Retrieved container for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/containers.py:93
|
|
#, python-format
|
|
msgid "Deleted container for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/containers.py:162
|
|
#, python-format
|
|
msgid "Retrieved container list for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/containers.py:204
|
|
#, python-format
|
|
msgid "Created a container for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/secrets.py:90
|
|
#, python-format
|
|
msgid "Retrieved secret metadata for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/secrets.py:168
|
|
#, python-format
|
|
msgid "Retrieved secret payload for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/secrets.py:209
|
|
#, python-format
|
|
msgid "Updated secret for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/secrets.py:217
|
|
#, python-format
|
|
msgid "Deleted secret for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/secrets.py:296
|
|
#, python-format
|
|
msgid "Retrieved secret list for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/secrets.py:334
|
|
#, python-format
|
|
msgid "Created a secret for project: %s"
|
|
msgstr ""
|
|
|
|
#: barbican/api/controllers/versions.py:39
|
|
msgid "Retrieved version"
|
|
msgstr ""
|
|
|
|
#: barbican/api/middleware/context.py:58
|
|
msgid "Processed request"
|
|
msgstr ""
|
|
|
|
#: barbican/model/repositories.py:196
|
|
msgid "Not auto-creating barbican registry DB"
|
|
msgstr ""
|
|
|
|
#: barbican/model/repositories.py:230
|
|
msgid "Updating schema to latest version"
|
|
msgstr ""
|
|
|
|
#: barbican/model/repositories.py:234
|
|
msgid "Auto-creating barbican registry DB"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/eventlet_backdoor.py:146
|
|
#, python-format
|
|
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/periodic_task.py:120
|
|
#, python-format
|
|
msgid "Skipping periodic task %(task)s because its interval is negative"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/periodic_task.py:125
|
|
#, python-format
|
|
msgid "Skipping periodic task %(task)s because it is disabled"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:173
|
|
#, python-format
|
|
msgid "Caught %s, exiting"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:231
|
|
msgid "Parent process has died unexpectedly, exiting"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:262
|
|
#, python-format
|
|
msgid "Child caught %s, exiting"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:301
|
|
msgid "Forking too fast, sleeping"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:320
|
|
#, python-format
|
|
msgid "Started child %d"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:330
|
|
#, python-format
|
|
msgid "Starting %d workers"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:347
|
|
#, python-format
|
|
msgid "Child %(pid)d killed by signal %(sig)d"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:351
|
|
#, python-format
|
|
msgid "Child %(pid)s exited with status %(code)d"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:390
|
|
#, python-format
|
|
msgid "Caught %s, stopping children"
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:399
|
|
msgid "Wait called after thread killed. Cleaning up."
|
|
msgstr ""
|
|
|
|
#: barbican/openstack/common/service.py:415
|
|
#, python-format
|
|
msgid "Waiting on %d children to exit"
|
|
msgstr ""
|
|
|
|
#: barbican/plugin/simple_certificate_manager.py:54
|
|
msgid "Invoking issue_certificate_request()"
|
|
msgstr ""
|
|
|
|
#: barbican/plugin/simple_certificate_manager.py:74
|
|
msgid "Invoking modify_certificate_request()"
|
|
msgstr ""
|
|
|
|
#: barbican/plugin/simple_certificate_manager.py:92
|
|
msgid "Invoking cancel_certificate_request()"
|
|
msgstr ""
|
|
|
|
#: barbican/plugin/simple_certificate_manager.py:110
|
|
msgid "Invoking check_certificate_status()"
|
|
msgstr ""
|
|
|
|
#: barbican/plugin/simple_certificate_manager.py:148
|
|
msgid "Invoking notify_certificate_is_ready()"
|
|
msgstr ""
|
|
|
|
#: barbican/plugin/simple_certificate_manager.py:161
|
|
msgid "Invoking notify_ca_is_unavailable()"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/retry_scheduler.py:104
|
|
msgid "Processing scheduled retry tasks:"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/retry_scheduler.py:119
|
|
#, python-format
|
|
msgid "Done processing '%(total)s' tasks, will check again in '%(next)s' seconds."
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:65
|
|
#, python-format
|
|
msgid "Scheduled RPC method for retry: '%s'"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:81 barbican/queue/server.py:87
|
|
#, python-format
|
|
msgid "Completed worker task: '%s'"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:209
|
|
#, python-format
|
|
msgid "Processing type order: order ID is '%s'"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:221
|
|
#, python-format
|
|
msgid "Processing update order: order ID is '%s'"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:233
|
|
#, python-format
|
|
msgid "Processing check certificate status on order: order ID is '%s'"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:268
|
|
msgid "Starting the TaskServer"
|
|
msgstr ""
|
|
|
|
#: barbican/queue/server.py:273
|
|
msgid "Halting the TaskServer"
|
|
msgstr ""
|
|
|
|
#: barbican/tasks/keystone_consumer.py:95
|
|
#, python-format
|
|
msgid ""
|
|
"Successfully handled Keystone event, project_id=%(project_id)s, event "
|
|
"resource=%(resource)s, event operation=%(operation)s"
|
|
msgstr ""
|
|
|
|
#: barbican/tasks/keystone_consumer.py:121
|
|
#, python-format
|
|
msgid ""
|
|
"No action is needed as there are no Barbican resources present for "
|
|
"Keystone project_id=%s"
|
|
msgstr ""
|
|
|
|
#: barbican/tasks/keystone_consumer.py:135
|
|
#, python-format
|
|
msgid ""
|
|
"Successfully completed Barbican resources cleanup for Keystone "
|
|
"project_id=%s"
|
|
msgstr ""
|
|
|