# 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 3.0.0.0rc2.dev2\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-09-27 00:39+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.3.4\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:96 msgid "System" msgstr "" #: barbican/api/controllers/__init__.py:138 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:442 msgid "Start certificate_authorities get project preferred CA" msgstr "" #: barbican/api/controllers/cas.py:449 msgid "No preferred CA defined for this project" msgstr "" #: barbican/api/controllers/cas.py:457 msgid "CA creation" msgstr "" #: barbican/api/controllers/cas.py:461 barbican/api/controllers/secrets.py:409 #, python-format msgid "Start on_post for project-ID %s:..." msgstr "" #: barbican/api/controllers/cas.py:483 #, python-format msgid "URI to sub-CA is %s" msgstr "" #: barbican/api/controllers/consumers.py:32 msgid "Not Found. Sorry but your consumer is in another castle." msgstr "" #: barbican/api/controllers/consumers.py:38 msgid "Not Allowed. Sorry, only the creator of a consumer can delete it." msgstr "" #: barbican/api/controllers/consumers.py:55 msgid "ContainerConsumer retrieval" msgstr "" #: barbican/api/controllers/consumers.py:94 msgid "ContainerConsumers(s) retrieval" msgstr "" #: barbican/api/controllers/consumers.py:97 #, python-format msgid "Start consumers on_get for container-ID %s:" msgstr "" #: barbican/api/controllers/consumers.py:130 msgid "ContainerConsumer creation" msgstr "" #: barbican/api/controllers/consumers.py:157 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:135 msgid "Containers(s) retrieval" msgstr "" #: barbican/api/controllers/containers.py:175 msgid "Container creation" msgstr "" #: barbican/api/controllers/containers.py:205 msgid "Secret provided for '{secret_name}' doesn't exist." msgstr "" #: barbican/api/controllers/containers.py:236 msgid "Container Secret creation" msgstr "" #: barbican/api/controllers/containers.py:243 msgid "Only 'generic' containers can be modified." msgstr "" #: barbican/api/controllers/containers.py:256 msgid "Secret provided doesn't exist." msgstr "" #: barbican/api/controllers/containers.py:264 msgid "" "Conflict. A secret with that name and ID is already stored in this " "container. The same secret can exist in a container as long as the name " "is unique." msgstr "" #: barbican/api/controllers/containers.py:277 #, python-format msgid "URI to container is %s" msgstr "" #: barbican/api/controllers/containers.py:288 msgid "Container Secret deletion" msgstr "" #: barbican/api/controllers/containers.py:304 msgid "Secret '{secret_name}' with reference '{secret_ref}' doesn't exist." msgstr "" #: barbican/api/controllers/containers.py:314 msgid "Secret provided is not in the container" 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:164 #, python-format msgid "Start orders on_get for project-ID %s:" msgstr "" #: barbican/api/controllers/orders.py:195 msgid "Order creation" msgstr "" #: barbican/api/controllers/orders.py:208 #, python-format msgid "Processing order type %(order_type)s, request type %(request_type)s" 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/secretmeta.py:28 msgid "Not Found. Sorry but your secret metadata is in another castle." msgstr "" #: barbican/api/controllers/secretmeta.py:50 msgid "Secret metadata retrieval" msgstr "" #: barbican/api/controllers/secretmeta.py:55 #, python-format msgid "Start secret metadata on_get for secret-ID %s:" msgstr "" #: barbican/api/controllers/secretmeta.py:64 msgid "Secret metadata creation" msgstr "" #: barbican/api/controllers/secretmeta.py:70 #, python-format msgid "Start secret metadata on_put...%s" msgstr "" #: barbican/api/controllers/secretmeta.py:76 #: barbican/api/controllers/secretmeta.py:103 #, python-format msgid "URI to secret metadata is %s" msgstr "" #: barbican/api/controllers/secretmeta.py:82 msgid "Secret metadatum creation" msgstr "" #: barbican/api/controllers/secretmeta.py:95 msgid "Conflict. Key in request is already in the secret metadata" msgstr "" #: barbican/api/controllers/secretmeta.py:98 #, python-format msgid "Start secret metadatum on_post...%s" msgstr "" #: barbican/api/controllers/secretmeta.py:124 msgid "Secret metadatum retrieval" msgstr "" #: barbican/api/controllers/secretmeta.py:129 #, python-format msgid "Start secret metadatum on_get for secret-ID %s:" msgstr "" #: barbican/api/controllers/secretmeta.py:142 msgid "Secret metadatum update" msgstr "" #: barbican/api/controllers/secretmeta.py:160 #, python-format msgid "Start secret metadatum on_put...%s" msgstr "" #: barbican/api/controllers/secretmeta.py:170 msgid "Secret metadatum removal" msgstr "" #: barbican/api/controllers/secrets.py:39 msgid "Not Found. Sorry but your secret is in another castle." msgstr "" #: barbican/api/controllers/secrets.py:45 msgid "Not Found. Sorry but your secret has no payload." msgstr "" #: barbican/api/controllers/secrets.py:50 msgid "Secret already has data, cannot modify it." msgstr "" #: barbican/api/controllers/secrets.py:54 msgid "URI provided invalid query string parameters." msgstr "" #: barbican/api/controllers/secrets.py:63 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:110 msgid "Secret retrieval" msgstr "" #: barbican/api/controllers/secrets.py:190 msgid "Secret payload retrieval" msgstr "" #: barbican/api/controllers/secrets.py:206 msgid "Secret update" msgstr "" #: barbican/api/controllers/secrets.py:215 msgid "Content-Type of '{content_type}' is not supported for PUT." msgstr "" #: barbican/api/controllers/secrets.py:245 msgid "Secret deletion" msgstr "" #: barbican/api/controllers/secrets.py:334 msgid "Secret(s) retrieval" msgstr "" #: barbican/api/controllers/secrets.py:340 #, python-format msgid "Start secrets on_get for project-ID %s:" msgstr "" #: barbican/api/controllers/secrets.py:405 msgid "Secret creation" msgstr "" #: barbican/api/controllers/secrets.py:436 #, python-format msgid "URI to secret is %s" msgstr "" #: barbican/api/controllers/secretstores.py:30 msgid "Not Found. Secret store not found." msgstr "" #: barbican/api/controllers/secretstores.py:35 msgid "Not Found. No preferred secret store defined for this project." msgstr "" #: barbican/api/controllers/secretstores.py:41 msgid "" "Not Found. Multiple backends support is not enabled in service " "configuration." msgstr "" #: barbican/api/controllers/secretstores.py:59 msgid "=== Creating PreferredSecretStoreController ===" msgstr "" #: barbican/api/controllers/secretstores.py:68 msgid "Removing preferred secret store" msgstr "" #: barbican/api/controllers/secretstores.py:71 #, python-format msgid "Start: Remove project preferred secret-store for store id %s" msgstr "" #: barbican/api/controllers/secretstores.py:87 msgid "Setting preferred secret store" msgstr "" #: barbican/api/controllers/secretstores.py:90 msgid "Start: Set project preferred secret-store for store " msgstr "" #: barbican/api/controllers/secretstores.py:105 msgid "=== Creating SecretStoreController ===" msgstr "" #: barbican/api/controllers/secretstores.py:120 msgid "Secret store retrieval" msgstr "" #: barbican/api/controllers/secretstores.py:160 msgid "List available secret stores" msgstr "" #: barbican/api/controllers/secretstores.py:163 msgid "Start SecretStoresController on_get: listing secret stores" msgstr "" #: barbican/api/controllers/secretstores.py:182 msgid "Retrieve global default secret store" msgstr "" #: barbican/api/controllers/secretstores.py:185 msgid "Start secret-stores get global default secret store" msgstr "" #: barbican/api/controllers/secretstores.py:197 msgid "Retrieve project preferred store" msgstr "" #: barbican/api/controllers/secretstores.py:200 msgid "Start secret-stores get preferred secret store" 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:52 #, python-format msgid "== Getting transport key for %s" msgstr "" #: barbican/api/controllers/transportkeys.py:61 msgid "Transport Key deletion" msgstr "" #: barbican/api/controllers/transportkeys.py:64 msgid "== Deleting transport key ===" 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/transportkeys.py:149 #, python-format msgid "URI to transport key is %s" msgstr "" #: barbican/api/controllers/versions.py:42 msgid "The version you requested wasn't found" msgstr "" #: barbican/api/controllers/versions.py:109 msgid "Version retrieval" msgstr "" #: barbican/api/middleware/context.py:120 msgid "Missing X-Project-Id" msgstr "" #: barbican/api/middleware/simple.py:37 msgid "Calling SimpleFilter" msgstr "" #: barbican/cmd/db_manage.py:140 msgid "Performing database schema migration..." msgstr "" #: barbican/cmd/retry_scheduler.py:60 msgid "Booting up Barbican worker retry/scheduler node..." msgstr "" #: barbican/cmd/worker.py:60 msgid "Booting up Barbican worker node..." msgstr "" #: barbican/common/config.py:37 msgid "Role used to identify an authenticated user as administrator." msgstr "" #: barbican/common/config.py:40 msgid "" "Allow unauthenticated users to access the API with read-only privileges. " "This only applies when using ContextMiddleware." msgstr "" #: barbican/common/config.py:76 msgid "Seconds (float) to wait before starting retry scheduler" msgstr "" #: barbican/common/config.py:79 msgid "Seconds (float) to wait between periodic schedule events" msgstr "" #: barbican/common/config.py:87 msgid "True enables queuing, False invokes workers synchronously" msgstr "" #: barbican/common/config.py:90 msgid "Queue namespace" msgstr "" #: barbican/common/config.py:92 msgid "Queue topic name" msgstr "" #: barbican/common/config.py:94 msgid "Version of tasks invoked via queue" msgstr "" #: barbican/common/config.py:96 msgid "Server name for RPC task processing server" msgstr "" #: barbican/common/config.py:98 msgid "Number of asynchronous worker processes" msgstr "" #: barbican/common/config.py:106 msgid "True enables keystone notification listener functionality." msgstr "" #: barbican/common/config.py:109 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:113 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:125 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:129 msgid "Version of tasks invoked via notifications" msgstr "" #: barbican/common/config.py:131 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 msgid "Invalid Metadata. Keys and Values must be Strings." msgstr "" #: barbican/common/exception.py:99 msgid "Invalid Key. Key must be URL safe." msgstr "" #: barbican/common/exception.py:105 #, python-format msgid "Invalid subject DN: %(subject_dn)s" msgstr "" #: barbican/common/exception.py:111 #, python-format msgid "Invalid container: %(reason)s" msgstr "" #: barbican/common/exception.py:117 msgid "Invalid extensions data." msgstr "" #: barbican/common/exception.py:123 msgid "Invalid CMC Data" msgstr "" #: barbican/common/exception.py:129 #, python-format msgid "Invalid PKCS10 Data: %(reason)s" msgstr "" #: barbican/common/exception.py:135 msgid "Invalid Certificate Request Type" msgstr "" #: barbican/common/exception.py:141 msgid "Extensions are not yet supported. Specify a valid profile instead." msgstr "" #: barbican/common/exception.py:148 msgid "Full CMC Requests are not yet supported." msgstr "" #: barbican/common/exception.py:154 #, python-format msgid "" "Incorrect auth strategy, expected \"%(expected)s\" but received " "\"%(received)s\"" msgstr "" #: barbican/common/exception.py:159 msgid "An object with the specified identifier was not found." msgstr "" #: barbican/common/exception.py:163 #, python-format msgid "Unknown scheme '%(scheme)s' found in URI" msgstr "" #: barbican/common/exception.py:167 msgid "The Store URI was malformed." msgstr "" #: barbican/common/exception.py:171 msgid "An object with the same identifier already exists." msgstr "" #: barbican/common/exception.py:175 msgid "There is not enough disk space on the image storage media." msgstr "" #: barbican/common/exception.py:179 msgid "Permission to write image storage media denied." msgstr "" #: barbican/common/exception.py:183 #, python-format msgid "Connect error/bad request to Auth service at URL %(url)s." msgstr "" #: barbican/common/exception.py:187 #, python-format msgid "Auth service at URL %(url)s not found." msgstr "" #: barbican/common/exception.py:191 msgid "Authorization failed." msgstr "" #: barbican/common/exception.py:195 msgid "You are not authenticated." msgstr "" #: barbican/common/exception.py:199 barbican/common/exception.py:207 #: barbican/common/exception.py:216 msgid "You are not authorized to complete this action." msgstr "" #: barbican/common/exception.py:203 msgid "Operation is not supported." msgstr "" #: barbican/common/exception.py:211 #, python-format msgid "Image %(image_id)s is protected and cannot be deleted." msgstr "" #: barbican/common/exception.py:220 msgid "Data supplied was not valid." msgstr "" #: barbican/common/exception.py:224 msgid "No data supplied to process." msgstr "" #: barbican/common/exception.py:230 msgid "Sort key supplied was not valid." msgstr "" #: barbican/common/exception.py:234 msgid "Unable to filter using the specified range." msgstr "" #: barbican/common/exception.py:238 #, python-format msgid "Attribute '%(property)s' is read-only." msgstr "" #: barbican/common/exception.py:242 #, python-format msgid "Attribute '%(property)s' is reserved." msgstr "" #: barbican/common/exception.py:246 #, python-format msgid "Redirecting to %(uri)s for authorization." msgstr "" #: barbican/common/exception.py:250 msgid "There was an error migrating the database." msgstr "" #: barbican/common/exception.py:254 msgid "There was an error connecting to a server" msgstr "" #: barbican/common/exception.py:258 msgid "There was an error configuring the client." msgstr "" #: barbican/common/exception.py:262 #, 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:269 msgid "" "The request returned a 413 Request Entity Too Large. This generally means" " that rate limiting or a quota threshold was breached." msgstr "" #: barbican/common/exception.py:272 msgid "Provided information too large to process" msgstr "" #: barbican/common/exception.py:282 msgid "" "The request returned 503 Service Unavailable. This generally occurs on " "service overload or other transient outage." msgstr "" #: barbican/common/exception.py:293 msgid "The request returned 500 Internal Server Error." msgstr "" #: barbican/common/exception.py:297 #, python-format msgid "" "The request returned an unexpected status: %(status)s.\n" "\n" "The response body:\n" "%(body)s" msgstr "" #: barbican/common/exception.py:302 #, python-format msgid "Invalid content type %(content_type)s" msgstr "" #: barbican/common/exception.py:306 #, python-format msgid "Invalid content encoding %(content_encoding)s" msgstr "" #: barbican/common/exception.py:310 #, python-format msgid "Registry was not configured correctly on API server. Reason: %(reason)s" msgstr "" #: barbican/common/exception.py:315 #, python-format msgid "Store %(store_name)s could not be configured correctly. Reason: %(reason)s" msgstr "" #: barbican/common/exception.py:320 #, python-format msgid "" "Driver %(driver_name)s could not be configured correctly. Reason: " "%(reason)s" msgstr "" #: barbican/common/exception.py:325 msgid "Deleting images from this store is not supported." msgstr "" #: barbican/common/exception.py:329 msgid "Configuration for store failed. Adding images to this store is disabled." msgstr "" #: barbican/common/exception.py:334 #, python-format msgid "'%(strategy)s' is not an available notifier strategy." msgstr "" #: barbican/common/exception.py:338 #, python-format msgid "Maximum redirects (%(redirects)s) was exceeded." msgstr "" #: barbican/common/exception.py:342 msgid "Received invalid HTTP redirect." msgstr "" #: barbican/common/exception.py:346 msgid "Response from Keystone does not contain a Barbican endpoint." msgstr "" #: barbican/common/exception.py:351 #, 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:357 #, python-format msgid "Server worker creation failed: %(reason)s." msgstr "" #: barbican/common/exception.py:361 #, python-format msgid "Unable to load schema: %(reason)s" msgstr "" #: barbican/common/exception.py:369 msgid "Failed to validate JSON information: " msgstr "" #: barbican/common/exception.py:370 msgid "" "Provided object does not match schema '{schema}': {reason}. Invalid " "property: '{property}'" msgstr "" #: barbican/common/exception.py:380 msgid "Error while attempting to decode payload." msgstr "" #: barbican/common/exception.py:381 msgid "Unable to decode request data." msgstr "" #: barbican/common/exception.py:385 #, python-format msgid "" "No support for value set on field '%(field)s' on schema '%(schema)s': " "%(reason)s" msgstr "" #: barbican/common/exception.py:387 msgid "Provided field value is not supported" msgstr "" #: barbican/common/exception.py:396 #, python-format msgid "" "Feature not implemented for value set on field '%(field)s' on schema " "'%(schema)s': %(reason)s" msgstr "" #: barbican/common/exception.py:405 #, python-format msgid "Provided header feature is unsupported: %(feature)s" msgstr "" #: barbican/common/exception.py:409 msgid "" "The image cannot be deleted because it is in use through the backend " "store outside of Barbican." msgstr "" #: barbican/common/exception.py:414 msgid "The provided image is too large." msgstr "" #: barbican/common/exception.py:418 #, python-format msgid "" "Container %(container_id)s does not exist for stored key certificate " "generation." msgstr "" #: barbican/common/exception.py:423 #, python-format msgid "" "Container %(container_id)s does not reference a private key needed for " "stored key certificate generation." msgstr "" #: barbican/common/exception.py:428 #, python-format msgid "Provided Transport key %(transport_key_id)s could not be found" msgstr "" #: barbican/common/exception.py:430 msgid "Provided transport key was not found." msgstr "" #: barbican/common/exception.py:435 #, python-format msgid "Invalid CA_ID: %(ca_id)s" msgstr "" #: barbican/common/exception.py:436 msgid "The ca_id provided in the request is invalid" msgstr "" #: barbican/common/exception.py:441 #, python-format msgid "CA specified by ca_id %(ca_id)s not defined for project: %(project_id)s" msgstr "" #: barbican/common/exception.py:443 msgid "The ca_id provided in the request is not defined for this project" msgstr "" #: barbican/common/exception.py:449 #, python-format msgid "" "Quota reached for project %(external_project_id)s. Only %(quota)s " "%(resource_type)s are allowed." msgstr "" #: barbican/common/exception.py:451 msgid "Creation not allowed because a quota has been reached" msgstr "" #: barbican/common/exception.py:463 #, python-format msgid "Invalid Parent CA: %(parent_ca_ref)s" msgstr "" #: barbican/common/exception.py:469 msgid "Plugin does not support generation of subordinate CAs" msgstr "" #: barbican/common/exception.py:475 msgid "Errors in creating subordinate CA: %(name)" msgstr "" #: barbican/common/exception.py:480 msgid "Only subordinate CAs can be deleted." msgstr "" #: barbican/common/exception.py:485 msgid "Subordinate CA is not owned by this project" msgstr "" #: barbican/common/exception.py:491 msgid "A new project preferred CA must be set before this one can be deleted." msgstr "" #: barbican/common/exception.py:497 barbican/common/exception.py:504 msgid "Errors returned by CA when attempting to create subordinate CA: %(reason)" msgstr "" #: barbican/common/exception.py:510 msgid "Errors returned by CA when attempting to delete subordinate CA: %(reason)" msgstr "" #: barbican/common/exception.py:516 msgid "There was an error with the PKCS#11 library." msgstr "" #: barbican/common/exception.py:520 msgid "More than one key found for label" msgstr "" #: barbican/common/exception.py:524 msgid "General exception" msgstr "" #: barbican/common/exception.py:528 msgid "No key handle was found" msgstr "" #: barbican/common/exception.py:532 #, python-format msgid "No token was found in slot %(slot_id)s" msgstr "" #: barbican/common/exception.py:539 msgid "" "Preferred Secret Store plugin '{store_name}' is not currently set in " "service configuration. This is probably a server misconfiguration." msgstr "" #: barbican/common/exception.py:551 msgid "" "Secret Store plugin '{store_name}' is still in use and can not be " "removed. Its missing in service configuration. This is probably a server " "misconfiguration." msgstr "" #: barbican/common/exception.py:562 msgid "" "Plugin lookup property 'stores_lookup_suffix' is not defined in service " "configuration" msgstr "" #: barbican/common/exception.py:572 msgid "" "There are {count} plugins with global default as True in service " "configuration. Only one plugin can have this as True" msgstr "" #: barbican/common/exception.py:576 msgid "" "There is no plugin defined with global default as True. One of plugin " "must be identified as global default" msgstr "" #: barbican/common/exception.py:586 msgid "In section '{0}', secret_store_plugin value is missing" msgstr "" #: barbican/common/resources.py:46 #, python-format msgid "Creating project for %s" msgstr "" #: barbican/common/utils.py:163 msgid "Cannot generate a fullname for a null instance" msgstr "" #: barbican/common/validators.py:95 msgid "Bad Container Reference {ref}" msgstr "" #: barbican/common/validators.py:105 msgid "Container Not Found" msgstr "" #: barbican/common/validators.py:109 msgid "Container Wrong Type" msgstr "" #: barbican/common/validators.py:145 msgid "{schema_name}' within '{parent_schema_name}" msgstr "" #: barbican/common/validators.py:242 msgid "If 'payload' specified, must be non empty" msgstr "" #: barbican/common/validators.py:251 msgid "payload must be provided when payload_content_type is specified" msgstr "" #: barbican/common/validators.py:259 msgid "payload_content_type is not one of {supported}" msgstr "" #: barbican/common/validators.py:282 barbican/common/validators.py:692 msgid "Problem parsing expiration date" msgstr "" #: barbican/common/validators.py:285 barbican/common/validators.py:694 msgid "Invalid date for 'expiration'" msgstr "" #: barbican/common/validators.py:299 msgid "'expiration' is before current time" msgstr "" #: barbican/common/validators.py:312 msgid "If 'payload' is supplied, 'payload_content_type' must also be supplied." msgstr "" #: barbican/common/validators.py:319 msgid "payload_content_type {supplied} is not one of {supported}" msgstr "" #: barbican/common/validators.py:329 msgid "payload_content_encoding is not one of {supported}" msgstr "" #: barbican/common/validators.py:339 msgid "Problem parsing payload" msgstr "" #: barbican/common/validators.py:342 msgid "Invalid payload for payload_content_encoding" msgstr "" #: barbican/common/validators.py:523 msgid "'payload' not allowed for key type order" msgstr "" #: barbican/common/validators.py:540 msgid "'payload' not allowed for asymmetric type order" msgstr "" #: barbican/common/validators.py:557 msgid "'payload' not allowed for certificate type order" msgstr "" #: barbican/common/validators.py:631 msgid "Bad format" msgstr "" #: barbican/common/validators.py:638 msgid "Signing key incorrect" msgstr "" #: barbican/common/validators.py:671 msgid "'algorithm' is required field for {0} type order" msgstr "" #: barbican/common/validators.py:677 msgid "'bit_length' is required field for {0} type order" msgstr "" #: barbican/common/validators.py:706 msgid "Must be a positive integer that is a multiple of 8" msgstr "" #: barbican/common/validators.py:714 msgid "Feature not implemented for '{0}' order type" msgstr "" #: barbican/common/validators.py:847 msgid "Duplicate reference names are not allowed" msgstr "" #: barbican/common/validators.py:859 msgid "Duplicate secret ids are not allowed" msgstr "" #: barbican/common/validators.py:870 msgid "Secret_ref does not match the configured hostname, please try again" msgstr "" #: barbican/common/validators.py:891 msgid "" "only 'private_key', 'public_key' and 'private_key_passphrase' reference " "names are allowed for RSA type" msgstr "" #: barbican/common/validators.py:899 msgid "" "The minimum required reference names are 'public_key' and'private_key' " "for RSA type" msgstr "" #: barbican/common/validators.py:912 msgid "" "only 'private_key', 'certificate' , 'private_key_passphrase', or " "'intermediates' reference names are allowed for Certificate type" msgstr "" #: barbican/common/validators.py:920 msgid "The minimum required reference name is 'certificate' for Certificate type" msgstr "" #: barbican/common/validators.py:966 msgid "plugin_name must be provided" msgstr "" #: barbican/common/validators.py:973 msgid "transport_key must be provided" msgstr "" #: barbican/model/clean.py:39 msgid "Cleaning up unassociated projects" msgstr "" #: barbican/model/clean.py:51 #, python-format msgid "Children tables for Project table being checked: %s" msgstr "" #: barbican/model/clean.py:85 #, python-format msgid "" "Cleaning soft deletes for %(parent_name)s without a child in " "%(child_name)s" msgstr "" #: barbican/model/clean.py:116 #, python-format msgid "Cleaning soft deletes: %s" msgstr "" #: barbican/model/clean.py:138 #, python-format msgid "Cleaning up soft deletions where deletion date is older than %s" msgstr "" #: barbican/model/clean.py:250 #, python-format msgid "Children tables for Secret table being checked: %s" msgstr "" #: barbican/model/clean.py:291 #, python-format msgid "Soft deleting expired secrets older than: %s" msgstr "" #: barbican/model/models.py:380 msgid "Must supply non-None {0} argument for SecretStoreMetadatum entry." msgstr "" #: barbican/model/models.py:415 msgid "Must supply non-None {0} argument for SecretUserMetadatum entry." msgstr "" #: barbican/model/models.py:636 msgid "Must supply non-None {0} argument for OrderPluginMetadatum entry." msgstr "" #: barbican/model/models.py:672 msgid "Must supply non-None {0} argument for OrderBarbicanMetadatum entry." msgstr "" #: barbican/model/models.py:847 msgid "Must supply non-None {0} argument for TransportKey entry." msgstr "" #: barbican/model/models.py:894 msgid "Must supply Non-None {0} argument for CertificateAuthority entry." msgstr "" #: barbican/model/models.py:968 msgid "Must supply non-None {0} argument for CertificateAuthorityMetadatum entry." msgstr "" #: barbican/model/models.py:1015 msgid "Must supply non-None {0} argument for ProjectCertificateAuthority entry." msgstr "" #: barbican/model/models.py:1067 msgid "Must supply non-None {0} argument for PreferredCertificateAuthority entry." msgstr "" #: barbican/model/models.py:1122 msgid "Must supply non-None {0} argument for SecretACL entry." msgstr "" #: barbican/model/models.py:1198 msgid "Must supply non-None {0} argument for ContainerACL entry." msgstr "" #: barbican/model/models.py:1262 msgid "Must supply non-None {0} argument for SecretACLUser entry." msgstr "" #: barbican/model/models.py:1299 msgid "Must supply non-None {0} argument for ContainerACLUser entry." msgstr "" #: barbican/model/models.py:1346 msgid "Must supply non-None {0} argument for ProjectQuotas entry." msgstr "" #: barbican/model/models.py:1409 msgid "Must supply non-Blank {0} argument for SecretStores entry." msgstr "" #: barbican/model/models.py:1464 msgid "Must supply non-None {0} argument for ProjectSecretStore entry." msgstr "" #: barbican/model/repositories.py:166 msgid "No SQL connection configured" msgstr "" #: barbican/model/repositories.py:188 msgid "" "Error configuring registry database with supplied sql_connection. Got " "error: {error}" msgstr "" #: barbican/model/repositories.py:232 #, python-format msgid "" "Sql connection: please check \"sql_connection\" property in barbican " "configuration file; Args: %s" msgstr "" #: barbican/model/repositories.py:313 #, python-format msgid "Clean paging values limit=%(limit)s, offset=%(offset)s" msgstr "" #: barbican/model/repositories.py:386 msgid "Must supply non-None {entity_name}." msgstr "" #: barbican/model/repositories.py:392 msgid "Must supply {entity_name} with id=None (i.e. new entity)." msgstr "" #: barbican/model/repositories.py:470 msgid "{entity_name} status is required." msgstr "" #: barbican/model/repositories.py:475 msgid "Invalid status '{status}' for {entity_name}." msgstr "" #: barbican/model/repositories.py:495 msgid "{entity_name} is missing query build method for get project entities." msgstr "" #: barbican/model/repositories.py:565 #, python-format msgid "Error deleting project entities for project_id=%s" msgstr "" #: barbican/model/repositories.py:601 msgid "No {entity_name} found with keystone-ID {id}" msgstr "" #: barbican/model/repositories.py:804 msgid "No secret found with secret-ID {id}" msgstr "" #: barbican/model/repositories.py:962 msgid "Tried to register crypto plugin with null or empty name." msgstr "" #: barbican/model/repositories.py:1344 msgid "No container found with container-ID {id}" msgstr "" #: barbican/model/repositories.py:1422 msgid "Could not find {entity_name}" msgstr "" #: barbican/model/repositories.py:2501 msgid "No {entity} found with ID {id}" msgstr "" #: barbican/model/repositories.py:2507 msgid "Entity ID {entity_id} not found" msgstr "" #: barbican/model/repositories.py:2513 msgid "No entities of type {entity_name} found" msgstr "" #: barbican/model/repositories.py:2519 msgid "Entity '{entity_name}' already exists" msgstr "" #: barbican/model/migration/commands.py:48 msgid "" "!!! Limited support for migration commands using sqlite databases; This " "operation may not succeed." 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/crypto/p11_crypto.py:73 #: barbican/plugin/crypto/simple_crypto.py:39 barbican/plugin/dogtag.py:79 #: barbican/plugin/kmip_secret_store.py:82 msgid "User friendly plugin name" msgstr "" #: barbican/plugin/dogtag.py:125 msgid "nss_password is required" msgstr "" #: barbican/plugin/dogtag.py:151 msgid "pem_path is required" msgstr "" #: barbican/plugin/dogtag.py:166 msgid "Invalid algorithm passed in" msgstr "" #: barbican/plugin/dogtag.py:170 msgid "Operation not supported by Dogtag Plugin" msgstr "" #: barbican/plugin/dogtag.py:201 msgid "starting DogtagKRAPlugin init" msgstr "" #: barbican/plugin/dogtag.py:211 msgid "completed DogtagKRAPlugin init" msgstr "" #: barbican/plugin/dogtag.py:422 msgid "" "Passphrase encryption is not supported for symmetric key generating " "algorithms." msgstr "" #: barbican/plugin/dogtag.py:466 msgid "Passphrase encryption is not supported for DSA algorithm" msgstr "" #: barbican/plugin/dogtag.py:597 msgid "" "DSA keys should not have a passphrase in the database, for being used " "during retrieval." msgstr "" #: barbican/plugin/dogtag.py:601 msgid "" "Secrets of type {secret_type} should not have a passphrase in the " "database, for being used during retrieval." msgstr "" #: barbican/plugin/dogtag.py:619 msgid "" "Encryption using session key is not supported when retrieving a " "{secret_type} key." msgstr "" #: barbican/plugin/dogtag.py:648 msgid "Exception thrown by enroll_cert: {message}" msgstr "" #: barbican/plugin/dogtag.py:787 msgid "{request} not found for {operation} for order_id {order_id}" msgstr "" #: barbican/plugin/dogtag.py:839 msgid "No request found for request_id {request_id} for order {order_id}" msgstr "" #: barbican/plugin/dogtag.py:865 msgid "" "Request {request_id} reports status_complete, but no cert_id has been " "returned" msgstr "" #: barbican/plugin/dogtag.py:876 msgid "Certificate not found for cert_id: {cert_id}" msgstr "" #: barbican/plugin/dogtag.py:886 msgid "Invalid request_status returned by CA" msgstr "" #: barbican/plugin/dogtag.py:919 barbican/plugin/dogtag.py:964 #, python-format msgid "Dogtag plugin does not support %s request type" msgstr "" #: barbican/plugin/dogtag.py:1005 msgid "No profile_id specified" msgstr "" #: barbican/plugin/dogtag.py:1074 msgid "No request returned in enrollment_results" msgstr "" #: barbican/plugin/dogtag.py:1137 msgid "request_id {req_id} returns COMPLETE but no cert returned" msgstr "" #: barbican/plugin/dogtag.py:1149 msgid "Invalid request_status {status} for request_id {request_id}" msgstr "" #: barbican/plugin/dogtag.py:1182 msgid "Modify request: unable to cancel: {message}" msgstr "" #: barbican/plugin/dogtag.py:1213 msgid "no request found for this order" msgstr "" #: barbican/plugin/kmip_secret_store.py:49 msgid "Username for authenticating with KMIP server" msgstr "" #: barbican/plugin/kmip_secret_store.py:52 msgid "Password for authenticating with KMIP server" msgstr "" #: barbican/plugin/kmip_secret_store.py:57 msgid "Address of the KMIP server" msgstr "" #: barbican/plugin/kmip_secret_store.py:61 msgid "Port for the KMIP server" msgstr "" #: barbican/plugin/kmip_secret_store.py:65 msgid "SSL version, maps to the module ssl's constants" msgstr "" #: barbican/plugin/kmip_secret_store.py:68 msgid "File path to concatenated \"certification authority\" certificates" msgstr "" #: barbican/plugin/kmip_secret_store.py:72 msgid "File path to local client certificate" msgstr "" #: barbican/plugin/kmip_secret_store.py:75 msgid "File path to local client certificate keyfile" msgstr "" #: barbican/plugin/kmip_secret_store.py:79 msgid "Only support PKCS#1 encoding of asymmetric keys" msgstr "" #: barbican/plugin/kmip_secret_store.py:137 msgid "KMIP plugin action not support." msgstr "" #: barbican/plugin/kmip_secret_store.py:206 msgid "KMIP secret store only supports PKCS#1" msgstr "" #: barbican/plugin/kmip_secret_store.py:273 msgid "Starting symmetric key generation with KMIP plugin" msgstr "" #: barbican/plugin/kmip_secret_store.py:280 msgid "" "An unsupported algorithm {algorithm} was passed to the " "'generate_symmetric_key' method" msgstr "" #: barbican/plugin/kmip_secret_store.py:287 msgid "Opened connection to KMIP client for secret generation" msgstr "" #: barbican/plugin/kmip_secret_store.py:290 #, python-format msgid "SUCCESS: Symmetric key generated with uuid: %s" msgstr "" #: barbican/plugin/kmip_secret_store.py:309 msgid "Starting asymmetric key generation with KMIP plugin" msgstr "" #: barbican/plugin/kmip_secret_store.py:319 msgid "" "KMIP plugin does not currently support protecting the private key with a " "passphrase" msgstr "" #: barbican/plugin/kmip_secret_store.py:327 msgid "Opened connection to KMIP client for asymmetric secret generation" msgstr "" #: barbican/plugin/kmip_secret_store.py:331 #, python-format msgid "" "SUCCESS: Asymmetric key pair generated with public key uuid: " "%(public_uuid)s and private key uuid: %(private_uuid)s" msgstr "" #: barbican/plugin/kmip_secret_store.py:355 msgid "Starting secret storage with KMIP plugin" msgstr "" #: barbican/plugin/kmip_secret_store.py:365 msgid "Secret object type {object_type} is not supported" msgstr "" #: barbican/plugin/kmip_secret_store.py:372 #: barbican/plugin/kmip_secret_store.py:434 msgid "Opened connection to KMIP client" msgstr "" #: barbican/plugin/kmip_secret_store.py:374 #, python-format msgid "SUCCESS: Key stored with uuid: %s" msgstr "" #: barbican/plugin/kmip_secret_store.py:389 msgid "Starting secret retrieval with KMIP plugin" msgstr "" #: barbican/plugin/kmip_secret_store.py:393 msgid "Opened connection to KMIP client for secret retrieval" msgstr "" #: barbican/plugin/kmip_secret_store.py:430 msgid "Starting secret deletion with KMIP plugin" msgstr "" #: barbican/plugin/kmip_secret_store.py:561 msgid "Status: {status}, Reason: {reason}, Message: {message}" msgstr "" #: barbican/plugin/kmip_secret_store.py:585 msgid "Bad key file permissions found, expected 400 for path: {file_path}" msgstr "" #: barbican/plugin/snakeoil_ca.py:42 msgid "Path to CA certificate file" msgstr "" #: barbican/plugin/snakeoil_ca.py:44 msgid "Path to CA certificate key file" msgstr "" #: barbican/plugin/snakeoil_ca.py:46 msgid "Path to CA certificate chain file" msgstr "" #: barbican/plugin/snakeoil_ca.py:48 msgid "Path to CA chain pkcs7 file" msgstr "" #: barbican/plugin/snakeoil_ca.py:51 msgid "Directory in which to store certs/keys for subcas" msgstr "" #: barbican/plugin/snakeoil_ca.py:215 msgid "Keypair not found, creating new cert/key" msgstr "" #: barbican/plugin/snakeoil_ca.py:220 msgid "Generating Snakeoil CA" msgstr "" #: barbican/plugin/snakeoil_ca.py:244 msgid "Snakeoil CA cert/key generated" 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:24 msgid "Crypto plugin not found." msgstr "" #: barbican/plugin/crypto/crypto.py:29 #: barbican/plugin/interface/certificate_manager.py:165 #: barbican/plugin/interface/certificate_manager.py:179 #: barbican/plugin/interface/certificate_manager.py:193 #: barbican/plugin/interface/secret_store.py:149 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:31 msgid "Failed to bind kek metadata for plugin: {name}" msgstr "" #: barbican/plugin/crypto/crypto.py:41 msgid "Could not generate private key" msgstr "" #: barbican/plugin/crypto/manager.py:40 #: barbican/plugin/interface/certificate_manager.py:51 #: barbican/plugin/interface/secret_store.py:41 msgid "Extension namespace to search for plugins." msgstr "" #: barbican/plugin/crypto/manager.py:44 msgid "List of crypto plugins to load." msgstr "" #: barbican/plugin/crypto/p11_crypto.py:38 msgid "Path to vendor PKCS11 library" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:40 msgid "Password to login to PKCS11 session" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:43 msgid "Master KEK label (used in the HSM)" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:45 msgid "Master KEK length in bytes." msgstr "" #: barbican/plugin/crypto/p11_crypto.py:47 msgid "HMAC label (used in the HSM)" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:49 msgid "HSM Slot ID" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:52 msgid "Flag for Read/Write Sessions" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:55 msgid "Project KEK length in bytes." msgstr "" #: barbican/plugin/crypto/p11_crypto.py:58 msgid "Project KEK Cache Time To Live, in seconds" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:61 msgid "Project KEK Cache Item Limit" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:64 msgid "Secret encryption algorithm" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:67 msgid "File to pull entropy for seeding RNG" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:70 msgid "Amount of data to read from file for seed" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:94 msgid "library_path is required" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:130 msgid "Feature not implemented for PKCS11" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:318 msgid "Could not find key labeled {0}" msgstr "" #: barbican/plugin/crypto/p11_crypto.py:393 #: barbican/plugin/crypto/p11_crypto.py:408 msgid "A master key with that label already exists" msgstr "" #: barbican/plugin/crypto/pkcs11.py:446 msgid "key_label must be set for master_keys" msgstr "" #: barbican/plugin/crypto/pkcs11.py:575 msgid "HSM returned response code: {code}" msgstr "" #: barbican/plugin/crypto/pkcs11.py:611 msgid "Unknown attribute type provided." msgstr "" #: barbican/plugin/crypto/pkcs11.py:645 msgid "Apparent RNG self-test failure." msgstr "" #: barbican/plugin/crypto/simple_crypto.py:36 msgid "Key encryption key to be used by Simple Crypto Plugin" msgstr "" #: barbican/plugin/crypto/simple_crypto.py:63 msgid "KEK not yet created." msgstr "" #: barbican/plugin/crypto/simple_crypto.py:77 msgid "Unencrypted data must be a byte type, but was {unencrypted_type}" msgstr "" #: barbican/plugin/crypto/simple_crypto.py:147 msgid "Passphrase not supported for DSA key" msgstr "" #: barbican/plugin/interface/certificate_manager.py:55 #: barbican/plugin/interface/certificate_manager.py:76 msgid "List of certificate plugins to load." msgstr "" #: barbican/plugin/interface/certificate_manager.py:72 msgid "Extension namespace to search for eventing plugins." msgstr "" #: barbican/plugin/interface/certificate_manager.py:125 msgid "Certificate plugin \"{name}\" not found." msgstr "" #: barbican/plugin/interface/certificate_manager.py:129 msgid "Certificate plugin not found or configured." msgstr "" #: barbican/plugin/interface/certificate_manager.py:136 msgid "Certificate plugin not found for \"{ca_id}\"." msgstr "" #: barbican/plugin/interface/certificate_manager.py:145 msgid "Certificate event plugin \"{name}\" not found." msgstr "" #: barbican/plugin/interface/certificate_manager.py:149 msgid "Certificate event plugin not found." msgstr "" #: barbican/plugin/interface/certificate_manager.py:157 msgid "Certificate status of {status} not supported" msgstr "" #: barbican/plugin/interface/certificate_manager.py:167 msgid "Problem seen during certificate processing - Reason: {reason}" msgstr "" #: barbican/plugin/interface/certificate_manager.py:181 msgid "Problem with data in certificate request - Reason: {reason}" msgstr "" #: barbican/plugin/interface/certificate_manager.py:195 msgid "Invalid operation requested - Reason: {reason}" msgstr "" #: barbican/plugin/interface/secret_store.py:45 msgid "List of secret store plugins to load." msgstr "" #: barbican/plugin/interface/secret_store.py:49 msgid "" "Flag to enable multiple secret store plugin backend support. Default is " "False" msgstr "" #: barbican/plugin/interface/secret_store.py:54 msgid "" "List of suffix to use for looking up plugins which are supported with " "multiple backend support." msgstr "" #: barbican/plugin/interface/secret_store.py:68 msgid "No plugin was found that could support your request" msgstr "" #: barbican/plugin/interface/secret_store.py:73 msgid "Secret store plugin \"{name}\" not found." msgstr "" #: barbican/plugin/interface/secret_store.py:76 msgid "Secret store plugin not found." msgstr "" #: barbican/plugin/interface/secret_store.py:83 msgid "Secret store supported plugin not found." msgstr "" #: barbican/plugin/interface/secret_store.py:87 msgid "Secret store plugin not found for requested operation." msgstr "" #: barbican/plugin/interface/secret_store.py:99 msgid "A Content-Type of '{content_type}' for secrets is not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:104 msgid "content-type of '{content_type}' not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:116 msgid "Secret Content-Encoding of '{content_encoding}' not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:121 msgid "content-encoding of '{content_encoding}' not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:130 msgid "No secret information provided to encrypt." msgstr "" #: barbican/plugin/interface/secret_store.py:137 msgid "" "Text-based binary secret payloads must specify a content-encoding of " "'base64'" msgstr "" #: barbican/plugin/interface/secret_store.py:143 msgid "Encoding type must be 'base64' for text-based payloads." msgstr "" #: barbican/plugin/interface/secret_store.py:151 msgid "Problem seen during crypto processing - Reason: {reason}" msgstr "" #: barbican/plugin/interface/secret_store.py:160 #: barbican/plugin/interface/secret_store.py:165 msgid "Problem decoding payload" msgstr "" #: barbican/plugin/interface/secret_store.py:172 msgid "Wrong payload content-type" msgstr "" #: barbican/plugin/interface/secret_store.py:177 msgid "Secret Accept of '{accept}' not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:186 msgid "Not Found. Sorry but your secret is in another castle" msgstr "" #: barbican/plugin/interface/secret_store.py:192 msgid "No secret information found" msgstr "" #: barbican/plugin/interface/secret_store.py:198 msgid "Requested algorithm is not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:203 msgid "Secret algorithm of '{algorithm}' not supported" msgstr "" #: barbican/plugin/interface/secret_store.py:213 msgid "No secret store plugins have been configured" msgstr "" #: barbican/plugin/interface/secret_store.py:221 msgid "" "The requested Store Plugin {plugin_name} is not currently available. This" " is probably a server misconfiguration." msgstr "" #: barbican/plugin/util/multiple_backends.py:55 msgid "Internal name used to identifysecretstore_plugin" msgstr "" #: barbican/plugin/util/multiple_backends.py:60 msgid "Internal name used to identify crypto_plugin." msgstr "" #: barbican/plugin/util/multiple_backends.py:65 msgid "" "Flag to indicate if this plugin is global default plugin for deployment. " "Default is False." msgstr "" #: barbican/plugin/util/translations.py:123 msgid "Secret type can not be converted to DER" msgstr "" #: barbican/plugin/util/translations.py:135 msgid "Secret type can not be converted to PEM" msgstr "" #: barbican/queue/client.py:97 msgid "" ">>>>> Task exception seen for synchronous task invocation, so handling " "exception to mimic asynchronous behavior." msgstr "" #: barbican/queue/keystone_listener.py:73 #, python-format msgid "Input keystone event publisher_id = %s" msgstr "" #: barbican/queue/keystone_listener.py:74 #, python-format msgid "Input keystone event payload = %s" msgstr "" #: barbican/queue/keystone_listener.py:75 #, python-format msgid "Input keystone event type = %s" msgstr "" #: barbican/queue/keystone_listener.py:76 #, python-format msgid "Input keystone event metadata = %s" msgstr "" #: barbican/tasks/certificate_resources.py:358 msgid "in modify_certificate_request" msgstr "" #: barbican/tasks/keystone_consumer.py:36 msgid "Project cleanup via Keystone notifications" msgstr "" #: barbican/tasks/keystone_consumer.py:40 msgid "Creating KeystoneEventConsumer task processor" msgstr "" #: barbican/tasks/resources.py:240 msgid "Process TypeOrder" msgstr "" #: barbican/tasks/resources.py:244 msgid "Creating BeginTypeOrder task processor" msgstr "" #: barbican/tasks/resources.py:289 msgid "...done creating keys order's secret." msgstr "" #: barbican/tasks/resources.py:298 msgid "...done creating asymmetric order's secret." msgstr "" #: barbican/tasks/resources.py:305 msgid "...done requesting a certificate." 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:330 msgid "Creating UpdateOrder task processor" msgstr "" #: barbican/tasks/resources.py:352 msgid "...done updating a certificate order." msgstr "" #: barbican/tasks/resources.py:358 msgid "...done updating order." msgstr "" #: barbican/tasks/resources.py:374 msgid "Check Certificate Order Status" msgstr "" #: barbican/tasks/resources.py:377 msgid "Creating CheckCertificateStatusOrder task processor" msgstr "" #: barbican/tasks/resources.py:405 msgid "Order type \"{order_type}\" not supported." msgstr "" #: barbican/tasks/resources.py:413 msgid "...done checking status of a certificate order." 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 ""