From e9b4cf9a95271e706e9391e5fbb8a72220a29fd8 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 21 Apr 2016 06:32:33 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I605a252b06787f455f615259c8283ff21a8c1e74 --- barbican/locale/barbican-log-error.pot | 46 +- barbican/locale/barbican-log-info.pot | 264 --- barbican/locale/barbican-log-warning.pot | 35 - barbican/locale/barbican.pot | 1644 ----------------- .../zh_CN/LC_MESSAGES/barbican-log-error.po | 8 +- 5 files changed, 27 insertions(+), 1970 deletions(-) delete mode 100644 barbican/locale/barbican-log-info.pot delete mode 100644 barbican/locale/barbican-log-warning.pot delete mode 100644 barbican/locale/barbican.pot diff --git a/barbican/locale/barbican-log-error.pot b/barbican/locale/barbican-log-error.pot index b43d9275..01ebcf34 100644 --- a/barbican/locale/barbican-log-error.pot +++ b/barbican/locale/barbican-log-error.pot @@ -1,21 +1,21 @@ # Translations template for barbican. -# Copyright (C) 2015 ORGANIZATION +# Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the barbican project. -# FIRST AUTHOR , 2015. +# FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: barbican 2.0.0.dev29\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-22 06:26+0000\n" +"Project-Id-Version: barbican 2.0.1.dev26\n" +"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" +"POT-Creation-Date: 2016-04-21 06:32+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.1.1\n" +"Generated-By: Babel 2.2.0\n" #: barbican/api/__init__.py:54 msgid "Problem reading request JSON stream." @@ -25,7 +25,7 @@ msgstr "" msgid "Problem loading request JSON." msgstr "" -#: barbican/api/controllers/__init__.py:106 +#: barbican/api/controllers/__init__.py:104 msgid "Webob error seen" msgstr "" @@ -41,53 +41,53 @@ msgstr "" msgid "Problem deleting transport_key" msgstr "" -#: barbican/model/repositories.py:352 +#: barbican/model/repositories.py:361 #, python-format msgid "Not found for %s" msgstr "" -#: barbican/model/repositories.py:387 +#: barbican/model/repositories.py:396 msgid "Problem saving entity for create" msgstr "" -#: barbican/model/repositories.py:538 +#: barbican/model/repositories.py:547 msgid "Problem finding project related entity to delete" msgstr "" -#: barbican/model/repositories.py:575 +#: barbican/model/repositories.py:584 #, python-format msgid "Problem getting Project %s" msgstr "" -#: barbican/model/repositories.py:706 +#: barbican/model/repositories.py:709 #, python-format msgid "Problem getting secret %s" msgstr "" -#: barbican/model/repositories.py:1180 +#: barbican/model/repositories.py:1249 #, python-format msgid "Problem getting container %s" msgstr "" -#: barbican/plugin/kmip_secret_store.py:268 -#: barbican/plugin/kmip_secret_store.py:317 -#: barbican/plugin/kmip_secret_store.py:351 -#: barbican/plugin/kmip_secret_store.py:372 -#: barbican/plugin/kmip_secret_store.py:411 +#: barbican/plugin/kmip_secret_store.py:264 +#: barbican/plugin/kmip_secret_store.py:313 +#: barbican/plugin/kmip_secret_store.py:347 +#: barbican/plugin/kmip_secret_store.py:368 +#: barbican/plugin/kmip_secret_store.py:407 msgid "Error opening or writing to client" msgstr "" -#: barbican/plugin/kmip_secret_store.py:544 +#: barbican/plugin/kmip_secret_store.py:539 #, python-format msgid "ERROR from KMIP server: %s" msgstr "" -#: barbican/plugin/interface/certificate_manager.py:649 +#: barbican/plugin/interface/certificate_manager.py:653 #, python-format msgid "ERROR getting CA from plugin: %s" msgstr "" -#: barbican/plugin/interface/certificate_manager.py:681 +#: barbican/plugin/interface/certificate_manager.py:685 #, python-format msgid "ERROR adding CA from plugin: %s" msgstr "" @@ -97,11 +97,11 @@ msgstr "" msgid "Problem seen creating plugin: '%s'" msgstr "" -#: barbican/queue/retry_scheduler.py:95 +#: barbican/queue/retry_scheduler.py:96 msgid "Problem seen processing scheduled retry tasks" msgstr "" -#: barbican/queue/retry_scheduler.py:163 +#: barbican/queue/retry_scheduler.py:164 #, python-format msgid "" "Problem enqueuing method '%(name)s' with args '%(args)s' and kwargs " diff --git a/barbican/locale/barbican-log-info.pot b/barbican/locale/barbican-log-info.pot deleted file mode 100644 index 1933f1b6..00000000 --- a/barbican/locale/barbican-log-info.pot +++ /dev/null @@ -1,264 +0,0 @@ -# Translations template for barbican. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the barbican project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: barbican 2.0.0.dev29\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-10-22 06:26+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.1.1\n" - -#: barbican/api/app.py:88 -msgid "Barbican app created and initialized" -msgstr "" - -#: barbican/api/controllers/cas.py:251 -#, python-format -msgid "Deleted CA for project: %s" -msgstr "" - -#: barbican/api/controllers/cas.py:486 -#, python-format -msgid "Created a sub CA for project: %s" -msgstr "" - -#: barbican/api/controllers/consumers.py:61 -#, python-format -msgid "Retrieved a consumer for project: %s" -msgstr "" - -#: barbican/api/controllers/consumers.py:125 -#, python-format -msgid "Retrieved a consumer list for project: %s" -msgstr "" - -#: barbican/api/controllers/consumers.py:156 -#, python-format -msgid "Created a consumer for project: %s" -msgstr "" - -#: barbican/api/controllers/consumers.py:190 -#, python-format -msgid "Deleted a consumer for project: %s" -msgstr "" - -#: barbican/api/controllers/containers.py:72 -#, python-format -msgid "Retrieved container for project: %s" -msgstr "" - -#: barbican/api/controllers/containers.py:96 -#, python-format -msgid "Deleted container for project: %s" -msgstr "" - -#: barbican/api/controllers/containers.py:168 -#, python-format -msgid "Retrieved container list for project: %s" -msgstr "" - -#: barbican/api/controllers/containers.py:212 -#, python-format -msgid "Created a container for project: %s" -msgstr "" - -#: barbican/api/controllers/quotas.py:93 -msgid "Put Project Quotas" -msgstr "" - -#: barbican/api/controllers/quotas.py:105 -msgid "Delete Project Quotas - Project not found" -msgstr "" - -#: barbican/api/controllers/quotas.py:108 -msgid "Delete Project Quotas" -msgstr "" - -#: barbican/api/controllers/secrets.py:90 -#, python-format -msgid "Retrieved secret metadata for project: %s" -msgstr "" - -#: barbican/api/controllers/secrets.py:171 -#, python-format -msgid "Retrieved secret payload for project: %s" -msgstr "" - -#: barbican/api/controllers/secrets.py:212 -#, python-format -msgid "Updated secret for project: %s" -msgstr "" - -#: barbican/api/controllers/secrets.py:220 -#, python-format -msgid "Deleted secret for project: %s" -msgstr "" - -#: barbican/api/controllers/secrets.py:307 -#, python-format -msgid "Retrieved secret list for project: %s" -msgstr "" - -#: barbican/api/controllers/secrets.py:347 -#, python-format -msgid "Created a secret for project: %s" -msgstr "" - -#: barbican/api/middleware/context.py:40 -msgid "Processed request" -msgstr "" - -#: barbican/model/repositories.py:194 -msgid "Not auto-creating barbican registry DB" -msgstr "" - -#: barbican/model/repositories.py:228 -msgid "Updating schema to latest version" -msgstr "" - -#: barbican/model/repositories.py:232 -msgid "Auto-creating barbican registry DB" -msgstr "" - -#: barbican/plugin/dogtag.py:99 -msgid "" -"The nss_db_path provided already exists, so the database is assumed to be" -" already set up." -msgstr "" - -#: barbican/plugin/dogtag.py:665 -msgid "Sub-CA already deleted" -msgstr "" - -#: barbican/plugin/dogtag.py:724 -msgid "Invalid data read from expiration file" -msgstr "" - -#: barbican/plugin/dogtag.py:763 -msgid "Sub-CAs are enabled by Dogtag server" -msgstr "" - -#: barbican/plugin/dogtag.py:766 -msgid "Sub-CAs are not enabled by Dogtag server" -msgstr "" - -#: barbican/plugin/dogtag.py:769 -msgid "Sub-CAs are not supported by Dogtag server" -msgstr "" - -#: barbican/plugin/dogtag.py:771 -msgid "Sub-CAs are not supported by Dogtag client" -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:101 -#, python-format -msgid "Done processing '%(total)s' tasks, will check again in '%(next)s' seconds." -msgstr "" - -#: barbican/queue/retry_scheduler.py:112 -msgid "Processing scheduled retry tasks:" -msgstr "" - -#: barbican/queue/server.py:70 -#, python-format -msgid "Scheduled RPC method for retry: '%s'" -msgstr "" - -#: barbican/queue/server.py:74 -#, python-format -msgid "Task '%s' did not have to be retried" -msgstr "" - -#: barbican/queue/server.py:90 -#, python-format -msgid "Completed worker task: '%s'" -msgstr "" - -#: barbican/queue/server.py:97 -#, python-format -msgid "Completed worker task (post-commit): '%s'" -msgstr "" - -#: barbican/queue/server.py:218 -#, python-format -msgid "" -"Processing type order: order ID is '%(order)s' and request ID is " -"'%(request)s'" -msgstr "" - -#: barbican/queue/server.py:232 -#, python-format -msgid "" -"Processing update order: order ID is '%(order)s' and request ID is " -"'%(request)s'" -msgstr "" - -#: barbican/queue/server.py:246 -#, python-format -msgid "" -"Processing check certificate status on order: order ID is '%(order)s' and" -" request ID is '%(request)s'" -msgstr "" - -#: barbican/queue/server.py:283 -msgid "Starting the TaskServer" -msgstr "" - -#: barbican/queue/server.py:288 -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 "" - diff --git a/barbican/locale/barbican-log-warning.pot b/barbican/locale/barbican-log-warning.pot deleted file mode 100644 index a057d23a..00000000 --- a/barbican/locale/barbican-log-warning.pot +++ /dev/null @@ -1,35 +0,0 @@ -# Translations template for barbican. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the barbican project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: barbican 1.0.0.0b4.dev50\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-09-19 06:15+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.0\n" - -#: barbican/api/controllers/secrets.py:94 -#, python-format -msgid "Decrypted secret %s requested using deprecated API call." -msgstr "" - -#: barbican/model/repositories.py:250 -#, python-format -msgid "SQL connection failed. %d attempts left." -msgstr "" - -#: barbican/plugin/dogtag.py:103 -msgid "" -"nss_db_path was not provided so the crypto provider functions were not " -"initialized." -msgstr "" - diff --git a/barbican/locale/barbican.pot b/barbican/locale/barbican.pot deleted file mode 100644 index e3ba4e0b..00000000 --- a/barbican/locale/barbican.pot +++ /dev/null @@ -1,1644 +0,0 @@ -# Translations template for barbican. -# Copyright (C) 2016 ORGANIZATION -# This file is distributed under the same license as the barbican project. -# FIRST AUTHOR , 2016. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: barbican 2.0.0.0b2.dev50\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2016-01-20 06:27+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.2.0\n" - -#: barbican/api/__init__.py:55 -msgid "Read Error" -msgstr "" - -#: barbican/api/__init__.py:65 -msgid "Malformed JSON" -msgstr "" - -#: barbican/api/__init__.py:99 -msgid "" -"{operation} attempt not allowed - please review your user/project " -"privileges" -msgstr "" - -#: barbican/api/__init__.py:109 -msgid "{operation} failure seen - please contact site administrator." -msgstr "" - -#: barbican/api/__init__.py:113 -msgid "{operation} issue seen - {reason}." -msgstr "" - -#: barbican/api/controllers/__init__.py:97 -msgid "System" -msgstr "" - -#: barbican/api/controllers/__init__.py:129 -msgid "Unexpected content type: {type}. Expected content types are: {expected}" -msgstr "" - -#: barbican/api/controllers/acls.py:65 -msgid "SecretACL(s) retrieval" -msgstr "" - -#: barbican/api/controllers/acls.py:74 barbican/api/controllers/acls.py:126 -msgid "SecretACL(s) Update" -msgstr "" - -#: barbican/api/controllers/acls.py:189 -msgid "SecretACL(s) deletion" -msgstr "" - -#: barbican/api/controllers/acls.py:230 -msgid "ContainerACL(s) retrieval" -msgstr "" - -#: barbican/api/controllers/acls.py:239 barbican/api/controllers/acls.py:292 -msgid "ContainerACL(s) Update" -msgstr "" - -#: barbican/api/controllers/acls.py:358 -msgid "ContainerACL(s) deletion" -msgstr "" - -#: barbican/api/controllers/cas.py:36 -msgid "Not Found. CA not found." -msgstr "" - -#: barbican/api/controllers/cas.py:41 -msgid "Not Found. CA attribute not found." -msgstr "" - -#: barbican/api/controllers/cas.py:46 -msgid "Not Found. CA not in project." -msgstr "" - -#: barbican/api/controllers/cas.py:53 -msgid "Cannot set CA as a preferred CA as it is not a project CA." -msgstr "" - -#: barbican/api/controllers/cas.py:60 -msgid "" -"Please change the preferred CA to a different project CA before removing " -"it." -msgstr "" - -#: barbican/api/controllers/cas.py:96 -msgid "Certificate Authority retrieval" -msgstr "" - -#: barbican/api/controllers/cas.py:104 -msgid "CA Signing Cert retrieval" -msgstr "" - -#: barbican/api/controllers/cas.py:112 -msgid "CA Cert Chain retrieval" -msgstr "" - -#: barbican/api/controllers/cas.py:120 -msgid "CA projects retrieval" -msgstr "" - -#: barbican/api/controllers/cas.py:138 -msgid "Add CA to project" -msgstr "" - -#: barbican/api/controllers/cas.py:172 -msgid "Remove CA from project" -msgstr "" - -#: barbican/api/controllers/cas.py:210 -msgid "Set preferred project CA" -msgstr "" - -#: barbican/api/controllers/cas.py:234 -msgid "Set global preferred CA" -msgstr "" - -#: barbican/api/controllers/cas.py:247 -msgid "CA deletion" -msgstr "" - -#: barbican/api/controllers/cas.py:292 -msgid "Certificate Authorities retrieval (limited)" -msgstr "" - -#: barbican/api/controllers/cas.py:328 -msgid "Certificate Authorities retrieval" -msgstr "" - -#: barbican/api/controllers/cas.py:405 -msgid "Retrieve global preferred CA" -msgstr "" - -#: barbican/api/controllers/cas.py:413 -msgid "No global preferred CA defined" -msgstr "" - -#: barbican/api/controllers/cas.py:422 -msgid "Unset global preferred CA" -msgstr "" - -#: barbican/api/controllers/cas.py:439 -msgid "Retrieve project preferred CA" -msgstr "" - -#: barbican/api/controllers/cas.py:448 -msgid "No preferred CA defined for this project" -msgstr "" - -#: barbican/api/controllers/cas.py:456 -msgid "CA creation" -msgstr "" - -#: barbican/api/controllers/consumers.py:32 -msgid "Not Found. Sorry but your consumer is in another castle." -msgstr "" - -#: barbican/api/controllers/consumers.py:49 -msgid "ContainerConsumer retrieval" -msgstr "" - -#: barbican/api/controllers/consumers.py:89 -msgid "ContainerConsumers(s) retrieval" -msgstr "" - -#: barbican/api/controllers/consumers.py:130 -msgid "ContainerConsumer creation" -msgstr "" - -#: barbican/api/controllers/consumers.py:163 -msgid "ContainerConsumer deletion" -msgstr "" - -#: barbican/api/controllers/containers.py:36 -msgid "Not Found. Sorry but your container is in another castle." -msgstr "" - -#: barbican/api/controllers/containers.py:64 -msgid "Container retrieval" -msgstr "" - -#: barbican/api/controllers/containers.py:80 -msgid "Container deletion" -msgstr "" - -#: barbican/api/controllers/containers.py:132 -msgid "Containers(s) retrieval" -msgstr "" - -#: barbican/api/controllers/containers.py:172 -msgid "Container creation" -msgstr "" - -#: barbican/api/controllers/containers.py:202 -msgid "Secret provided for '{secret_name}' doesn't exist." -msgstr "" - -#: barbican/api/controllers/orders.py:32 -msgid "Not Found. Sorry but your order is in another castle." -msgstr "" - -#: barbican/api/controllers/orders.py:38 -msgid "Secret metadata expected but not received." -msgstr "" - -#: barbican/api/controllers/orders.py:43 -msgid "Order update is not supported." -msgstr "" - -#: barbican/api/controllers/orders.py:48 -msgid "Updates are not supported for order type {0}." -msgstr "" - -#: barbican/api/controllers/orders.py:54 -msgid "Only PENDING orders can be updated. Order is in the{0} state." -msgstr "" - -#: barbican/api/controllers/orders.py:60 -msgid "Cannot modify order type." -msgstr "" - -#: barbican/api/controllers/orders.py:78 -msgid "Order retrieval" -msgstr "" - -#: barbican/api/controllers/orders.py:84 barbican/api/controllers/orders.py:189 -msgid "Order update" -msgstr "" - -#: barbican/api/controllers/orders.py:120 -msgid "Order deletion" -msgstr "" - -#: barbican/api/controllers/orders.py:161 -msgid "Order(s) retrieval" -msgstr "" - -#: barbican/api/controllers/orders.py:195 -msgid "Order creation" -msgstr "" - -#: barbican/api/controllers/quotas.py:32 -msgid "Not Found. Sorry but your project quotas are in another castle." -msgstr "" - -#: barbican/api/controllers/quotas.py:48 -msgid "Quotas" -msgstr "" - -#: barbican/api/controllers/quotas.py:72 barbican/api/controllers/quotas.py:83 -#: barbican/api/controllers/quotas.py:98 barbican/api/controllers/quotas.py:128 -msgid "Project Quotas" -msgstr "" - -#: barbican/api/controllers/secrets.py:37 -msgid "Not Found. Sorry but your secret is in another castle." -msgstr "" - -#: barbican/api/controllers/secrets.py:43 -msgid "Secret already has data, cannot modify it." -msgstr "" - -#: barbican/api/controllers/secrets.py:52 -msgid "" -"Transport key wrapped session key has been provided to wrap secrets for " -"retrieval, but the transport key id has not been provided." -msgstr "" - -#: barbican/api/controllers/secrets.py:84 -msgid "Secret retrieval" -msgstr "" - -#: barbican/api/controllers/secrets.py:160 -msgid "Secret payload retrieval" -msgstr "" - -#: barbican/api/controllers/secrets.py:177 -msgid "Secret update" -msgstr "" - -#: barbican/api/controllers/secrets.py:186 -msgid "Content-Type of '{content_type}' is not supported for PUT." -msgstr "" - -#: barbican/api/controllers/secrets.py:216 -msgid "Secret deletion" -msgstr "" - -#: barbican/api/controllers/secrets.py:252 -msgid "Secret(s) retrieval" -msgstr "" - -#: barbican/api/controllers/secrets.py:312 -msgid "Secret creation" -msgstr "" - -#: barbican/api/controllers/transportkeys.py:33 -msgid "Not Found. Transport Key not found." -msgstr "" - -#: barbican/api/controllers/transportkeys.py:49 -msgid "Transport Key retrieval" -msgstr "" - -#: barbican/api/controllers/transportkeys.py:61 -msgid "Transport Key deletion" -msgstr "" - -#: barbican/api/controllers/transportkeys.py:93 -msgid "Transport Key(s) retrieval" -msgstr "" - -#: barbican/api/controllers/transportkeys.py:131 -msgid "Transport Key Creation" -msgstr "" - -#: barbican/api/controllers/versions.py:38 -msgid "The version you requested wasn't found" -msgstr "" - -#: barbican/api/controllers/versions.py:105 -msgid "Version retrieval" -msgstr "" - -#: barbican/api/middleware/context.py:122 -msgid "Missing X-Project-Id" -msgstr "" - -#: barbican/common/config.py:36 -msgid "Role used to identify an authenticated user as administrator." -msgstr "" - -#: barbican/common/config.py:39 -msgid "" -"Allow unauthenticated users to access the API with read-only privileges. " -"This only applies when using ContextMiddleware." -msgstr "" - -#: barbican/common/config.py:75 -msgid "Seconds (float) to wait before starting retry scheduler" -msgstr "" - -#: barbican/common/config.py:78 -msgid "Seconds (float) to wait between periodic schedule events" -msgstr "" - -#: barbican/common/config.py:86 -msgid "True enables queuing, False invokes workers synchronously" -msgstr "" - -#: barbican/common/config.py:89 -msgid "Queue namespace" -msgstr "" - -#: barbican/common/config.py:91 -msgid "Queue topic name" -msgstr "" - -#: barbican/common/config.py:93 -msgid "Version of tasks invoked via queue" -msgstr "" - -#: barbican/common/config.py:95 -msgid "Server name for RPC task processing server" -msgstr "" - -#: barbican/common/config.py:103 -msgid "True enables keystone notification listener functionality." -msgstr "" - -#: barbican/common/config.py:106 -msgid "" -"The default exchange under which topics are scoped. May be overridden by " -"an exchange name specified in the transport_url option." -msgstr "" - -#: barbican/common/config.py:110 -msgid "" -"Keystone notification queue topic name. This name needs to match one of " -"values mentioned in Keystone deployment's 'notification_topics' " -"configuration e.g. notification_topics=notifications, " -"barbican_notificationsMultiple servers may listen on a topic and messages" -" will be dispatched to one of the servers in a round-robin fashion. " -"That's why Barbican service should have its own dedicated notification " -"queue so that it receives all of Keystone notifications." -msgstr "" - -#: barbican/common/config.py:122 -msgid "" -"True enables requeue feature in case of notification processing error. " -"Enable this only when underlying transport supports this feature." -msgstr "" - -#: barbican/common/config.py:126 -msgid "Version of tasks invoked via notifications" -msgstr "" - -#: barbican/common/config.py:128 -msgid "" -"Define the number of max threads to be used for notification server " -"processing functionality." -msgstr "" - -#: barbican/common/exception.py:32 -msgid "An unknown exception occurred" -msgstr "" - -#: barbican/common/exception.py:60 -msgid "failure seen - please contact site administrator." -msgstr "" - -#: barbican/common/exception.py:79 -msgid "Missing required argument." -msgstr "" - -#: barbican/common/exception.py:83 -#, python-format -msgid "Missing required credential: %(required)s" -msgstr "" - -#: barbican/common/exception.py:87 -#, python-format -msgid "Missing required metadata field for %(required)s" -msgstr "" - -#: barbican/common/exception.py:93 -#, python-format -msgid "Invalid subject DN: %(subject_dn)s" -msgstr "" - -#: barbican/common/exception.py:99 -#, python-format -msgid "Invalid container: %(reason)s" -msgstr "" - -#: barbican/common/exception.py:105 -msgid "Invalid extensions data." -msgstr "" - -#: barbican/common/exception.py:111 -msgid "Invalid CMC Data" -msgstr "" - -#: barbican/common/exception.py:117 -#, python-format -msgid "Invalid PKCS10 Data: %(reason)s" -msgstr "" - -#: barbican/common/exception.py:123 -msgid "Invalid Certificate Request Type" -msgstr "" - -#: barbican/common/exception.py:129 -msgid "Extensions are not yet supported. Specify a valid profile instead." -msgstr "" - -#: barbican/common/exception.py:136 -msgid "Full CMC Requests are not yet supported." -msgstr "" - -#: barbican/common/exception.py:142 -#, python-format -msgid "" -"Incorrect auth strategy, expected \"%(expected)s\" but received " -"\"%(received)s\"" -msgstr "" - -#: barbican/common/exception.py:147 -msgid "An object with the specified identifier was not found." -msgstr "" - -#: barbican/common/exception.py:151 -#, python-format -msgid "Unknown scheme '%(scheme)s' found in URI" -msgstr "" - -#: barbican/common/exception.py:155 -msgid "The Store URI was malformed." -msgstr "" - -#: barbican/common/exception.py:159 -msgid "An object with the same identifier already exists." -msgstr "" - -#: barbican/common/exception.py:163 -msgid "There is not enough disk space on the image storage media." -msgstr "" - -#: barbican/common/exception.py:167 -msgid "Permission to write image storage media denied." -msgstr "" - -#: barbican/common/exception.py:171 -#, python-format -msgid "Connect error/bad request to Auth service at URL %(url)s." -msgstr "" - -#: barbican/common/exception.py:175 -#, python-format -msgid "Auth service at URL %(url)s not found." -msgstr "" - -#: barbican/common/exception.py:179 -msgid "Authorization failed." -msgstr "" - -#: barbican/common/exception.py:183 -msgid "You are not authenticated." -msgstr "" - -#: barbican/common/exception.py:187 barbican/common/exception.py:195 -#: barbican/common/exception.py:204 -msgid "You are not authorized to complete this action." -msgstr "" - -#: barbican/common/exception.py:191 -msgid "Operation is not supported." -msgstr "" - -#: barbican/common/exception.py:199 -#, python-format -msgid "Image %(image_id)s is protected and cannot be deleted." -msgstr "" - -#: barbican/common/exception.py:208 -msgid "Data supplied was not valid." -msgstr "" - -#: barbican/common/exception.py:212 -msgid "No data supplied to process." -msgstr "" - -#: barbican/common/exception.py:218 -msgid "Sort key supplied was not valid." -msgstr "" - -#: barbican/common/exception.py:222 -msgid "Unable to filter using the specified range." -msgstr "" - -#: barbican/common/exception.py:226 -#, python-format -msgid "Attribute '%(property)s' is read-only." -msgstr "" - -#: barbican/common/exception.py:230 -#, python-format -msgid "Attribute '%(property)s' is reserved." -msgstr "" - -#: barbican/common/exception.py:234 -#, python-format -msgid "Redirecting to %(uri)s for authorization." -msgstr "" - -#: barbican/common/exception.py:238 -msgid "There was an error migrating the database." -msgstr "" - -#: barbican/common/exception.py:242 -msgid "There was an error connecting to a server" -msgstr "" - -#: barbican/common/exception.py:246 -msgid "There was an error configuring the client." -msgstr "" - -#: barbican/common/exception.py:250 -#, python-format -msgid "" -"The request returned a 302 Multiple Choices. This generally means that " -"you have not included a version indicator in a request URI.\n" -"\n" -"The body of response returned:\n" -"%(body)s" -msgstr "" - -#: barbican/common/exception.py:257 -#, python-format -msgid "" -"The request returned a 413 Request Entity Too Large. This generally means" -" that rate limiting or a quota threshold was breached.\n" -"\n" -"The response body:\n" -"%(body)s" -msgstr "" - -#: barbican/common/exception.py:260 -msgid "Provided information too large to process" -msgstr "" - -#: barbican/common/exception.py:270 -msgid "" -"The request returned 503 Service Unavilable. This generally occurs on " -"service overload or other transient outage." -msgstr "" - -#: barbican/common/exception.py:281 -msgid "The request returned 500 Internal Server Error." -msgstr "" - -#: barbican/common/exception.py:285 -#, python-format -msgid "" -"The request returned an unexpected status: %(status)s.\n" -"\n" -"The response body:\n" -"%(body)s" -msgstr "" - -#: barbican/common/exception.py:290 -#, python-format -msgid "Invalid content type %(content_type)s" -msgstr "" - -#: barbican/common/exception.py:294 -#, python-format -msgid "Invalid content encoding %(content_encoding)s" -msgstr "" - -#: barbican/common/exception.py:298 -#, python-format -msgid "Registry was not configured correctly on API server. Reason: %(reason)s" -msgstr "" - -#: barbican/common/exception.py:303 -#, python-format -msgid "Store %(store_name)s could not be configured correctly. Reason: %(reason)s" -msgstr "" - -#: barbican/common/exception.py:308 -#, python-format -msgid "" -"Driver %(driver_name)s could not be configured correctly. Reason: " -"%(reason)s" -msgstr "" - -#: barbican/common/exception.py:313 -msgid "Deleting images from this store is not supported." -msgstr "" - -#: barbican/common/exception.py:317 -msgid "Configuration for store failed. Adding images to this store is disabled." -msgstr "" - -#: barbican/common/exception.py:322 -#, python-format -msgid "'%(strategy)s' is not an available notifier strategy." -msgstr "" - -#: barbican/common/exception.py:326 -#, python-format -msgid "Maximum redirects (%(redirects)s) was exceeded." -msgstr "" - -#: barbican/common/exception.py:330 -msgid "Received invalid HTTP redirect." -msgstr "" - -#: barbican/common/exception.py:334 -msgid "Response from Keystone does not contain a Barbican endpoint." -msgstr "" - -#: barbican/common/exception.py:339 -#, python-format -msgid "" -"Multiple 'image' service matches for region %(region)s. This generally " -"means that a region is required and you have not supplied one." -msgstr "" - -#: barbican/common/exception.py:345 -#, python-format -msgid "Server worker creation failed: %(reason)s." -msgstr "" - -#: barbican/common/exception.py:349 -#, python-format -msgid "Unable to load schema: %(reason)s" -msgstr "" - -#: barbican/common/exception.py:357 -msgid "Failed to validate JSON information: " -msgstr "" - -#: barbican/common/exception.py:358 -msgid "" -"Provided object does not match schema '{schema}': {reason}. Invalid " -"property: '{property}'" -msgstr "" - -#: barbican/common/exception.py:368 -msgid "Error while attempting to decode payload." -msgstr "" - -#: barbican/common/exception.py:369 -msgid "Unable to decode request data." -msgstr "" - -#: barbican/common/exception.py:373 -#, python-format -msgid "" -"No support for value set on field '%(field)s' on schema '%(schema)s': " -"%(reason)s" -msgstr "" - -#: barbican/common/exception.py:375 -msgid "Provided field value is not supported" -msgstr "" - -#: barbican/common/exception.py:384 -#, python-format -msgid "" -"Feature not implemented for value set on field '%(field)s' on schema " -"'%(schema)s': %(reason)s" -msgstr "" - -#: barbican/common/exception.py:393 -#, python-format -msgid "Provided header feature is unsupported: %(feature)s" -msgstr "" - -#: barbican/common/exception.py:397 -msgid "" -"The image cannot be deleted because it is in use through the backend " -"store outside of Barbican." -msgstr "" - -#: barbican/common/exception.py:402 -msgid "The provided image is too large." -msgstr "" - -#: barbican/common/exception.py:406 -#, python-format -msgid "" -"Container %(container_id)s does not exist for stored key certificate " -"generation." -msgstr "" - -#: barbican/common/exception.py:411 -#, python-format -msgid "" -"Container %(container_id)s does not reference a private key needed for " -"stored key certificate generation." -msgstr "" - -#: barbican/common/exception.py:416 -#, python-format -msgid "The provided UUID in the URI (%(uuid_string)s) is malformed." -msgstr "" - -#: barbican/common/exception.py:418 -msgid "The provided UUID in the URI is malformed." -msgstr "" - -#: barbican/common/exception.py:423 -#, python-format -msgid "Invalid CA_ID: %(ca_id)s" -msgstr "" - -#: barbican/common/exception.py:424 -msgid "The ca_id provided in the request is invalid" -msgstr "" - -#: barbican/common/exception.py:429 -#, python-format -msgid "CA specified by ca_id %(ca_id)s not defined for project: %(project_id)s" -msgstr "" - -#: barbican/common/exception.py:431 -msgid "The ca_id provided in the request is not defined for this project" -msgstr "" - -#: barbican/common/exception.py:437 -#, python-format -msgid "" -"Quota reached for project %(external_project_id)s. Only %(quota)s " -"%(resource_type)s are allowed." -msgstr "" - -#: barbican/common/exception.py:439 -msgid "Creation not allowed because a quota has been reached" -msgstr "" - -#: barbican/common/exception.py:451 -#, python-format -msgid "Invalid Parent CA: %(parent_ca_ref)s" -msgstr "" - -#: barbican/common/exception.py:457 -msgid "Plugin does not support generation of subordinate CAs" -msgstr "" - -#: barbican/common/exception.py:463 -msgid "Errors in creating subordinate CA: %(name)" -msgstr "" - -#: barbican/common/exception.py:468 -msgid "Only subordinate CAs can be deleted." -msgstr "" - -#: barbican/common/exception.py:473 -msgid "Subordinate CA is not owned by this project" -msgstr "" - -#: barbican/common/exception.py:479 -msgid "A new project preferred CA must be set before this one can be deleted." -msgstr "" - -#: barbican/common/exception.py:485 barbican/common/exception.py:492 -msgid "Errors returned by CA when attempting to create subordinate CA: %(reason)" -msgstr "" - -#: barbican/common/exception.py:498 -msgid "Errors returned by CA when attempting to delete subordinate CA: %(reason)" -msgstr "" - -#: barbican/common/utils.py:134 -msgid "Cannot generate a fullname for a null instance" -msgstr "" - -#: barbican/common/validators.py:94 -msgid "Bad Container Reference {ref}" -msgstr "" - -#: barbican/common/validators.py:104 -msgid "Container Not Found" -msgstr "" - -#: barbican/common/validators.py:108 -msgid "Container Wrong Type" -msgstr "" - -#: barbican/common/validators.py:144 -msgid "{schema_name}' within '{parent_schema_name}" -msgstr "" - -#: barbican/common/validators.py:241 -msgid "If 'payload' specified, must be non empty" -msgstr "" - -#: barbican/common/validators.py:250 -msgid "payload must be provided when payload_content_type is specified" -msgstr "" - -#: barbican/common/validators.py:258 -msgid "payload_content_type is not one of {supported}" -msgstr "" - -#: barbican/common/validators.py:284 barbican/common/validators.py:595 -msgid "Invalid date for 'expiration'" -msgstr "" - -#: barbican/common/validators.py:298 -msgid "'expiration' is before current time" -msgstr "" - -#: barbican/common/validators.py:311 -msgid "If 'payload' is supplied, 'payload_content_type' must also be supplied." -msgstr "" - -#: barbican/common/validators.py:318 -msgid "payload_content_type {supplied} is not one of {supported}" -msgstr "" - -#: barbican/common/validators.py:328 -msgid "payload_content_encoding is not one of {supported}" -msgstr "" - -#: barbican/common/validators.py:341 -msgid "Invalid payload for payload_content_encoding" -msgstr "" - -#: barbican/common/validators.py:424 -msgid "'payload' not allowed for key type order" -msgstr "" - -#: barbican/common/validators.py:441 -msgid "'payload' not allowed for asymmetric type order" -msgstr "" - -#: barbican/common/validators.py:458 -msgid "'payload' not allowed for certificate type order" -msgstr "" - -#: barbican/common/validators.py:532 -msgid "Bad format" -msgstr "" - -#: barbican/common/validators.py:539 -msgid "Signing key incorrect" -msgstr "" - -#: barbican/common/validators.py:572 -msgid "'algorithm' is required field for {0} type order" -msgstr "" - -#: barbican/common/validators.py:578 -msgid "'bit_length' is required field for {0} type order" -msgstr "" - -#: barbican/common/validators.py:607 -msgid "Must be a positive integer that is a multiple of 8" -msgstr "" - -#: barbican/common/validators.py:615 -msgid "Feature not implemented for '{0}' order type" -msgstr "" - -#: barbican/common/validators.py:724 -msgid "Duplicate reference names are not allowed" -msgstr "" - -#: barbican/common/validators.py:736 -msgid "Duplicate secret ids are not allowed" -msgstr "" - -#: barbican/common/validators.py:747 -msgid "Secret_ref does not match the configured hostname, please try again" -msgstr "" - -#: barbican/common/validators.py:768 -msgid "" -"only 'private_key', 'public_key' and 'private_key_passphrase' reference " -"names are allowed for RSA type" -msgstr "" - -#: barbican/common/validators.py:776 -msgid "" -"The minimum required reference names are 'public_key' and'private_key' " -"for RSA type" -msgstr "" - -#: barbican/common/validators.py:789 -msgid "" -"only 'private_key', 'certificate' , 'private_key_passphrase', or " -"'intermediates' reference names are allowed for Certificate type" -msgstr "" - -#: barbican/common/validators.py:797 -msgid "The minimum required reference name is 'certificate' for Certificate type" -msgstr "" - -#: barbican/common/validators.py:843 -msgid "plugin_name must be provided" -msgstr "" - -#: barbican/common/validators.py:850 -msgid "transport_key must be provided" -msgstr "" - -#: barbican/model/models.py:366 -msgid "Must supply non-None {0} argument for SecretStoreMetadatum entry." -msgstr "" - -#: barbican/model/models.py:587 -msgid "Must supply non-None {0} argument for OrderPluginMetadatum entry." -msgstr "" - -#: barbican/model/models.py:623 -msgid "Must supply non-None {0} argument for OrderBarbicanMetadatum entry." -msgstr "" - -#: barbican/model/models.py:798 -msgid "Must supply non-None {0} argument for TransportKey entry." -msgstr "" - -#: barbican/model/models.py:845 -msgid "Must supply Non-None {0} argument for CertificateAuthority entry." -msgstr "" - -#: barbican/model/models.py:919 -msgid "Must supply non-None {0} argument for CertificateAuthorityMetadatum entry." -msgstr "" - -#: barbican/model/models.py:966 -msgid "Must supply non-None {0} argument for ProjectCertificateAuthority entry." -msgstr "" - -#: barbican/model/models.py:1018 -msgid "Must supply non-None {0} argument for PreferredCertificateAuthority entry." -msgstr "" - -#: barbican/model/models.py:1073 -msgid "Must supply non-None {0} argument for SecretACL entry." -msgstr "" - -#: barbican/model/models.py:1149 -msgid "Must supply non-None {0} argument for ContainerACL entry." -msgstr "" - -#: barbican/model/models.py:1213 -msgid "Must supply non-None {0} argument for SecretACLUser entry." -msgstr "" - -#: barbican/model/models.py:1250 -msgid "Must supply non-None {0} argument for ContainerACLUser entry." -msgstr "" - -#: barbican/model/models.py:1297 -msgid "Must supply non-None {0} argument for ProjectQuotas entry." -msgstr "" - -#: barbican/model/repositories.py:161 -msgid "No SQL connection configured" -msgstr "" - -#: barbican/model/repositories.py:182 -msgid "" -"Error configuring registry database with supplied sql_connection. Got " -"error: {error}" -msgstr "" - -#: barbican/model/repositories.py:362 -msgid "Must supply non-None {entity_name}." -msgstr "" - -#: barbican/model/repositories.py:368 -msgid "Must supply {entity_name} with id=None (i.e. new entity)." -msgstr "" - -#: barbican/model/repositories.py:446 -msgid "{entity_name} status is required." -msgstr "" - -#: barbican/model/repositories.py:451 -msgid "Invalid status '{status}' for {entity_name}." -msgstr "" - -#: barbican/model/repositories.py:471 -msgid "{entity_name} is missing query build method for get project entities." -msgstr "" - -#: barbican/model/repositories.py:541 -#, python-format -msgid "Error deleting project entities for project_id=%s" -msgstr "" - -#: barbican/model/repositories.py:577 -msgid "No {entity_name} found with keystone-ID {id}" -msgstr "" - -#: barbican/model/repositories.py:702 -msgid "No secret found with secret-ID {id}" -msgstr "" - -#: barbican/model/repositories.py:794 -msgid "Tried to register crypto plugin with null or empty name." -msgstr "" - -#: barbican/model/repositories.py:1176 -msgid "No container found with container-ID {id}" -msgstr "" - -#: barbican/model/repositories.py:1254 -msgid "Could not find {entity_name}" -msgstr "" - -#: barbican/model/repositories.py:2166 -msgid "No {entity} found with ID {id}" -msgstr "" - -#: barbican/model/repositories.py:2172 -msgid "Entity ID {entity_id} not found" -msgstr "" - -#: barbican/model/repositories.py:2178 -msgid "No entities of type {entity_name} found" -msgstr "" - -#: barbican/model/repositories.py:2184 -msgid "Entity '{entity_name}' already exists" -msgstr "" - -#: barbican/plugin/dogtag.py:56 -msgid "Path to PEM file for authentication" -msgstr "" - -#: barbican/plugin/dogtag.py:59 -msgid "Hostname for the Dogtag instance" -msgstr "" - -#: barbican/plugin/dogtag.py:62 -msgid "Port for the Dogtag instance" -msgstr "" - -#: barbican/plugin/dogtag.py:64 -msgid "Path to the NSS certificate database" -msgstr "" - -#: barbican/plugin/dogtag.py:66 -msgid "Password for the NSS certificate databases" -msgstr "" - -#: barbican/plugin/dogtag.py:69 -msgid "Profile for simple CMC requests" -msgstr "" - -#: barbican/plugin/dogtag.py:72 -msgid "List of automatically approved enrollment profiles" -msgstr "" - -#: barbican/plugin/dogtag.py:75 -msgid "Time in days for CA entries to expire" -msgstr "" - -#: barbican/plugin/dogtag.py:77 -msgid "Working directory for Dogtag plugin" -msgstr "" - -#: barbican/plugin/dogtag.py:122 -msgid "nss_password is required" -msgstr "" - -#: barbican/plugin/dogtag.py:148 -msgid "pem_path is required" -msgstr "" - -#: barbican/plugin/dogtag.py:162 -msgid "Invalid algorithm passed in" -msgstr "" - -#: barbican/plugin/dogtag.py:166 -msgid "Operation not supported by Dogtag Plugin" -msgstr "" - -#: barbican/plugin/dogtag.py:414 -msgid "" -"Passphrase encryption is not supported for symmetric key generating " -"algorithms." -msgstr "" - -#: barbican/plugin/dogtag.py:458 -msgid "Passphrase encryption is not supported for DSA algorithm" -msgstr "" - -#: barbican/plugin/dogtag.py:589 -msgid "" -"DSA keys should not have a passphrase in the database, for being used " -"during retrieval." -msgstr "" - -#: barbican/plugin/dogtag.py:593 -msgid "" -"Secrets of type {secret_type} should not have a passphrase in the " -"database, for being used during retrieval." -msgstr "" - -#: barbican/plugin/dogtag.py:611 -msgid "" -"Encryption using session key is not supported when retrieving a " -"{secret_type} key." -msgstr "" - -#: barbican/plugin/dogtag.py:640 -msgid "Exception thrown by enroll_cert: {message}" -msgstr "" - -#: barbican/plugin/dogtag.py:779 -msgid "{request} not found for {operation} for order_id {order_id}" -msgstr "" - -#: barbican/plugin/dogtag.py:831 -msgid "No request found for request_id {request_id} for order {order_id}" -msgstr "" - -#: barbican/plugin/dogtag.py:857 -msgid "" -"Request {request_id} reports status_complete, but no cert_id has been " -"returned" -msgstr "" - -#: barbican/plugin/dogtag.py:868 -msgid "Certificate not found for cert_id: {cert_id}" -msgstr "" - -#: barbican/plugin/dogtag.py:878 -msgid "Invalid request_status returned by CA" -msgstr "" - -#: barbican/plugin/dogtag.py:911 barbican/plugin/dogtag.py:956 -#, python-format -msgid "Dogtag plugin does not support %s request type" -msgstr "" - -#: barbican/plugin/dogtag.py:997 -msgid "No profile_id specified" -msgstr "" - -#: barbican/plugin/dogtag.py:1066 -msgid "No request returned in enrollment_results" -msgstr "" - -#: barbican/plugin/dogtag.py:1129 -msgid "request_id {req_id} returns COMPLETE but no cert returned" -msgstr "" - -#: barbican/plugin/dogtag.py:1141 -msgid "Invalid request_status {status} for request_id {request_id}" -msgstr "" - -#: barbican/plugin/dogtag.py:1174 -msgid "Modify request: unable to cancel: {message}" -msgstr "" - -#: barbican/plugin/dogtag.py:1205 -msgid "no request found for this order" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:47 -msgid "Username for authenticating with KMIP server" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:50 -msgid "Password for authenticating with KMIP server" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:55 -msgid "Address of the KMIP server" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:59 -msgid "Port for the KMIP server" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:63 -msgid "SSL version, maps to the module ssl's constants" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:66 -msgid "File path to concatenated \"certification authority\" certificates" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:70 -msgid "File path to local client certificate" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:73 -msgid "File path to local client certificate keyfile" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:77 -msgid "Only support PKCS#1 encoding of asymmetric keys" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:250 -msgid "" -"An unsupported algorithm {algorithm} was passed to the " -"'generate_symmetric_key' method" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:285 -msgid "" -"An unsupported algorithm {algorithm} was passed to the " -"'generate_asymmetric_key' method" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:291 -msgid "" -"KMIP plugin does not currently support protecting the private key with a " -"passphrase" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:335 -msgid "Secret object type {object_type} is not supported" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:532 -msgid "Status: {status}, Reason: {reason}, Message: {message}" -msgstr "" - -#: barbican/plugin/kmip_secret_store.py:556 -msgid "Bad key file permissions found, expected 400 for path: {file_path}" -msgstr "" - -#: barbican/plugin/snakeoil_ca.py:41 -msgid "Path to CA certicate file" -msgstr "" - -#: barbican/plugin/snakeoil_ca.py:43 -msgid "Path to CA certificate key file" -msgstr "" - -#: barbican/plugin/snakeoil_ca.py:45 -msgid "Path to CA certicate chain file" -msgstr "" - -#: barbican/plugin/snakeoil_ca.py:47 -msgid "Path to CA chain pkcs7 file" -msgstr "" - -#: barbican/plugin/snakeoil_ca.py:50 -msgid "Directory in which to store certs/keys for subcas" -msgstr "" - -#: barbican/plugin/snakeoil_ca.py:359 -msgid "No request_data specified" -msgstr "" - -#: barbican/plugin/symantec.py:35 -msgid "Symantec username for authentication" -msgstr "" - -#: barbican/plugin/symantec.py:37 -msgid "Symantec password for authentication" -msgstr "" - -#: barbican/plugin/symantec.py:40 -msgid "Domain of Symantec API" -msgstr "" - -#: barbican/plugin/symantec.py:57 -msgid "username is required" -msgstr "" - -#: barbican/plugin/symantec.py:60 -msgid "password is required" -msgstr "" - -#: barbican/plugin/symantec.py:63 -msgid "url is required" -msgstr "" - -#: barbican/plugin/crypto/crypto.py:27 -msgid "Crypto plugin not found." -msgstr "" - -#: barbican/plugin/crypto/crypto.py:32 -#: barbican/plugin/interface/certificate_manager.py:160 -#: barbican/plugin/interface/certificate_manager.py:174 -#: barbican/plugin/interface/certificate_manager.py:188 -#: barbican/plugin/interface/secret_store.py:129 barbican/tasks/common.py:63 -#: barbican/tasks/common.py:64 barbican/tests/tasks/test_common.py:32 -#: barbican/tests/tasks/test_common.py:33 -msgid "Unknown" -msgstr "" - -#: barbican/plugin/crypto/crypto.py:34 -msgid "Failed to bind kek metadata for plugin: {name}" -msgstr "" - -#: barbican/plugin/crypto/crypto.py:44 -msgid "Could not generate private key" -msgstr "" - -#: barbican/plugin/crypto/manager.py:37 -#: barbican/plugin/interface/certificate_manager.py:50 -#: barbican/plugin/interface/secret_store.py:40 -msgid "Extension namespace to search for plugins." -msgstr "" - -#: barbican/plugin/crypto/manager.py:41 -msgid "List of crypto plugins to load." -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:37 -msgid "Path to vendor PKCS11 library" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:39 -msgid "Password to login to PKCS11 session" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:42 -msgid "Master KEK label (used in the HSM)" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:44 -msgid "Master KEK length in bytes." -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:46 -msgid "HMAC label (used in the HSM)" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:48 -msgid "HSM Slot ID" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:51 -msgid "Flag for Read/Write Sessions" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:54 -msgid "Project KEK length in bytes." -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:57 -msgid "Project KEK Cache Time To Live, in seconds" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:60 -msgid "Project KEK Cache Item Limit" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:63 -msgid "Secret encryption algorithm" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:84 -msgid "library_path is required" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:179 -msgid "Feature not implemented for PKCS11" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:255 -msgid "Could not find key labeled {0}" -msgstr "" - -#: barbican/plugin/crypto/p11_crypto.py:330 -#: barbican/plugin/crypto/p11_crypto.py:345 -msgid "A master key with that label already exists" -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:324 -msgid "More than one key found for label" -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:328 -msgid "General exception" -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:332 -msgid "No key handle was found" -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:436 -msgid "key_label must be set for master_keys" -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:557 -msgid "HSM returned response code: {hex_value} {code}" -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:589 -msgid "Unknown attribute type provided." -msgstr "" - -#: barbican/plugin/crypto/pkcs11.py:623 -msgid "Apparent RNG self-test failure." -msgstr "" - -#: barbican/plugin/crypto/simple_crypto.py:34 -msgid "Key encryption key to be used by Simple Crypto Plugin" -msgstr "" - -#: barbican/plugin/crypto/simple_crypto.py:50 -msgid "KEK not yet created." -msgstr "" - -#: barbican/plugin/crypto/simple_crypto.py:64 -msgid "Unencrypted data must be a byte type, but was {unencrypted_type}" -msgstr "" - -#: barbican/plugin/crypto/simple_crypto.py:134 -msgid "Passphrase not supported for DSA key" -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:54 -#: barbican/plugin/interface/certificate_manager.py:75 -msgid "List of certificate plugins to load." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:71 -msgid "Extension namespace to search for eventing plugins." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:120 -msgid "Certificate plugin \"{name}\" not found." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:124 -msgid "Certificate plugin not found or configured." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:131 -msgid "Certificate plugin not found for \"{ca_id}\"." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:140 -msgid "Certificate event plugin \"{name}\" not found." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:144 -msgid "Certificate event plugin not found." -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:152 -msgid "Certificate status of {status} not supported" -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:162 -msgid "Problem seen during certificate processing - Reason: {reason}" -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:176 -msgid "Problem with data in certificate request - Reason: {reason}" -msgstr "" - -#: barbican/plugin/interface/certificate_manager.py:190 -msgid "Invalid operation requested - Reason: {reason}" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:44 -msgid "List of secret store plugins to load." -msgstr "" - -#: barbican/plugin/interface/secret_store.py:55 -msgid "No plugin was found that could support your request" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:60 -msgid "Secret store plugin \"{name}\" not found." -msgstr "" - -#: barbican/plugin/interface/secret_store.py:63 -msgid "Secret store plugin not found." -msgstr "" - -#: barbican/plugin/interface/secret_store.py:69 -msgid "Secret store plugin not found for requested operation." -msgstr "" - -#: barbican/plugin/interface/secret_store.py:79 -msgid "A Content-Type of '{content_type}' for secrets is not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:84 -msgid "content-type of '{content_type}' not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:96 -msgid "Secret Content-Encoding of '{content_encoding}' not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:101 -msgid "content-encoding of '{content_encoding}' not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:110 -msgid "No secret information provided to encrypt." -msgstr "" - -#: barbican/plugin/interface/secret_store.py:117 -msgid "" -"Text-based binary secret payloads must specify a content-encoding of " -"'base64'" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:123 -msgid "Encoding type must be 'base64' for text-based payloads." -msgstr "" - -#: barbican/plugin/interface/secret_store.py:131 -msgid "Problem seen during crypto processing - Reason: {reason}" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:140 -#: barbican/plugin/interface/secret_store.py:145 -msgid "Problem decoding payload" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:153 -msgid "Secret Accept of '{accept}' not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:162 -msgid "Not Found. Sorry but your secret is in another castle" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:168 -msgid "No secret information found" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:174 -msgid "Requested algorithm is not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:179 -msgid "Secret algorithm of '{algorithm}' not supported" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:189 -msgid "No secret store plugins have been configured" -msgstr "" - -#: barbican/plugin/interface/secret_store.py:197 -msgid "" -"The requested Store Plugin {plugin_name} is not currently available. This" -" is probably a server misconfiguration." -msgstr "" - -#: barbican/plugin/util/translations.py:121 -msgid "Secret type can not be converted to DER" -msgstr "" - -#: barbican/plugin/util/translations.py:133 -msgid "Secret type can not be converted to PEM" -msgstr "" - -#: barbican/tasks/keystone_consumer.py:36 -msgid "Project cleanup via Keystone notifications" -msgstr "" - -#: barbican/tasks/resources.py:240 -msgid "Process TypeOrder" -msgstr "" - -#: barbican/tasks/resources.py:308 barbican/tasks/resources.py:355 -msgid "Order type \"{order_type}\" not implemented." -msgstr "" - -#: barbican/tasks/resources.py:326 -msgid "Update Order" -msgstr "" - -#: barbican/tasks/resources.py:374 -msgid "Check Certificate Order Status" -msgstr "" - -#: barbican/tasks/resources.py:405 -msgid "Order type \"{order_type}\" not supported." -msgstr "" - -#: barbican/tests/tasks/test_resources.py:214 -#: barbican/tests/tasks/test_resources.py:419 -msgid "Process TypeOrder failure seen - please contact site administrator." -msgstr "" - -#: barbican/tests/tasks/test_resources.py:357 -msgid "Update Order failure seen - please contact site administrator." -msgstr "" - diff --git a/barbican/locale/zh_CN/LC_MESSAGES/barbican-log-error.po b/barbican/locale/zh_CN/LC_MESSAGES/barbican-log-error.po index 7b79ea36..63f45a52 100644 --- a/barbican/locale/zh_CN/LC_MESSAGES/barbican-log-error.po +++ b/barbican/locale/zh_CN/LC_MESSAGES/barbican-log-error.po @@ -4,12 +4,12 @@ # # Translators: # DuanXin <1145833162@qq.com>, 2015 -# OpenStack Infra , 2015. #zanata +# Andreas Jaeger , 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: barbican 2.0.0.0b2.dev50\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2016-01-19 23:33+0000\n" +"Project-Id-Version: barbican 2.0.1.dev26\n" +"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" +"POT-Creation-Date: 2016-04-19 08:59+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n"